diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 599a1bf4ce9..9eec638667e 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -302,6 +302,7 @@ org: 'lodash.set': *_set 'luxon': '3.4.4' 'next': *next + 'next-i18next': *nextI18next 'ora': *ora 'react-dropzone': &dropzone '14.2.3' 'react-hotkeys-hook': *reactHotkeysHook diff --git a/sites/org/package.json b/sites/org/package.json index 9276ee11271..404bb4692f9 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -47,6 +47,7 @@ "lodash.set": "4.3.2", "luxon": "3.4.4", "next": "14.1.4", + "next-i18next": "15.2.0", "ora": "8.0.1", "react-dropzone": "14.2.3", "react-hotkeys-hook": "4.5.0",