1
0
Fork 0

fix(org): Missing dependencies for org site

This commit is contained in:
joostdecock 2024-04-28 16:08:07 +02:00
parent 4e89ab323e
commit 1ef19839af
2 changed files with 5 additions and 1 deletions

View file

@ -306,9 +306,11 @@ org:
'ora': *ora 'ora': *ora
'react-dropzone': &dropzone '14.2.3' 'react-dropzone': &dropzone '14.2.3'
'react-hotkeys-hook': *reactHotkeysHook 'react-hotkeys-hook': *reactHotkeysHook
"react-i18next": *reactI18next
'react-instantsearch-dom': *reactInstantsearchDom 'react-instantsearch-dom': *reactInstantsearchDom
'react-swipeable': *reactSwipeable 'react-swipeable': *reactSwipeable
'react-timeago': *reactTimeago 'react-timeago': *reactTimeago
'react-zoom-pan-pinch': &zoompanpinch '3.4.3'
'rehype-autolink-headings': *rehypeAutolinkHeadings 'rehype-autolink-headings': *rehypeAutolinkHeadings
'rehype-highlight': *rehypeHighlight 'rehype-highlight': *rehypeHighlight
'rehype-sanitize': *rehypeSanitize 'rehype-sanitize': *rehypeSanitize
@ -353,7 +355,7 @@ shared:
'react': *react 'react': *react
'react-dom': *react 'react-dom': *react
'react-timeago': *reactTimeago 'react-timeago': *reactTimeago
'react-zoom-pan-pinch': &zoompanpinch '3.4.3' 'react-zoom-pan-pinch': *zoompanpinch
'rehype-autolink-headings': *rehypeAutolinkHeadings 'rehype-autolink-headings': *rehypeAutolinkHeadings
'rehype-highlight': *rehypeHighlight 'rehype-highlight': *rehypeHighlight
'remark-frontmatter': &remarkfrontmatter '5.0.0' 'remark-frontmatter': &remarkfrontmatter '5.0.0'

View file

@ -51,9 +51,11 @@
"ora": "8.0.1", "ora": "8.0.1",
"react-dropzone": "14.2.3", "react-dropzone": "14.2.3",
"react-hotkeys-hook": "4.5.0", "react-hotkeys-hook": "4.5.0",
"react-i18next": "14.1.0",
"react-instantsearch-dom": "6.40.4", "react-instantsearch-dom": "6.40.4",
"react-swipeable": "7.0.1", "react-swipeable": "7.0.1",
"react-timeago": "7.2.0", "react-timeago": "7.2.0",
"react-zoom-pan-pinch": "3.4.3",
"rehype-autolink-headings": "7.1.0", "rehype-autolink-headings": "7.1.0",
"rehype-highlight": "7.0.0", "rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0", "rehype-sanitize": "6.0.0",