1
0
Fork 0

fix(org): Add next-i18next as dependency

This commit is contained in:
joostdecock 2024-04-28 15:58:09 +02:00
parent 21ee1c4a36
commit 10c6137224
2 changed files with 2 additions and 0 deletions

View file

@ -302,6 +302,7 @@ org:
'lodash.set': *_set 'lodash.set': *_set
'luxon': '3.4.4' 'luxon': '3.4.4'
'next': *next 'next': *next
'next-i18next': *nextI18next
'ora': *ora 'ora': *ora
'react-dropzone': &dropzone '14.2.3' 'react-dropzone': &dropzone '14.2.3'
'react-hotkeys-hook': *reactHotkeysHook 'react-hotkeys-hook': *reactHotkeysHook

View file

@ -47,6 +47,7 @@
"lodash.set": "4.3.2", "lodash.set": "4.3.2",
"luxon": "3.4.4", "luxon": "3.4.4",
"next": "14.1.4", "next": "14.1.4",
"next-i18next": "15.2.0",
"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",