diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 7664a5a1fc0..c9a287eeb2c 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -304,6 +304,7 @@ org: 'next': *next 'next-i18next': *nextI18next 'ora': *ora + 'react-dom': *react 'react-dropzone': &dropzone '14.2.3' 'react-hotkeys-hook': *reactHotkeysHook "react-i18next": *reactI18next diff --git a/sites/org/package.json b/sites/org/package.json index 1b70cc982f6..ed83ea97bdc 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -49,6 +49,7 @@ "next": "14.1.4", "next-i18next": "15.2.0", "ora": "8.0.1", + "react-dom": "18.3.1", "react-dropzone": "14.2.3", "react-hotkeys-hook": "4.5.0", "react-i18next": "14.1.0",