From 8388c1f81e11e9cbd04a4ac0d6277c933567e509 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 28 Apr 2024 16:25:30 +0200 Subject: [PATCH] wip: dependencies for freesewing.org --- config/dependencies.yaml | 1 + sites/org/package.json | 1 + 2 files changed, 2 insertions(+) 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",