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 1ef19839af
commit f4f8349e59
2 changed files with 3 additions and 1 deletions

View file

@ -223,7 +223,7 @@ dev:
'react-dom': *react
'react-hotkeys-hook': &reactHotkeysHook '4.5.0'
'react-instantsearch-dom': &reactInstantsearchDom '6.40.4'
'react-instantsearch-hooks-web': '6.47.3'
'react-instantsearch-hooks-web': &reactInstantsearchHooksWeb '6.47.3'
'react-swipeable': &reactSwipeable '7.0.1'
'react-timeago': &reactTimeago '7.2.0'
'rehype-autolink-headings': &rehypeAutolinkHeadings '7.1.0'
@ -308,6 +308,7 @@ org:
'react-hotkeys-hook': *reactHotkeysHook
"react-i18next": *reactI18next
'react-instantsearch-dom': *reactInstantsearchDom
'react-instantsearch-hooks-web': *reactInstantsearchHooksWeb
'react-swipeable': *reactSwipeable
'react-timeago': *reactTimeago
'react-zoom-pan-pinch': &zoompanpinch '3.4.3'

View file

@ -53,6 +53,7 @@
"react-hotkeys-hook": "4.5.0",
"react-i18next": "14.1.0",
"react-instantsearch-dom": "6.40.4",
"react-instantsearch-hooks-web": "6.47.3",
"react-swipeable": "7.0.1",
"react-timeago": "7.2.0",
"react-zoom-pan-pinch": "3.4.3",