From 6ff7a8e5c244b648a85441421e16dcbdc56d759d Mon Sep 17 00:00:00 2001 From: Tobias Lins Date: Fri, 15 Dec 2023 15:00:55 +0100 Subject: [PATCH] Fixes --- package.json | 4 ++++ site/package.json | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41f6ca7..f9eec94 100644 --- a/package.json +++ b/package.json @@ -99,5 +99,9 @@ "peerDependencies": { "react": ">=16", "react-dom": ">=16" + }, + "resolutions": { + "react": "^18.2.0", + "react-dom": "^18.2.0" } } diff --git a/site/package.json b/site/package.json index 86830cc..1108ec7 100644 --- a/site/package.json +++ b/site/package.json @@ -33,10 +33,5 @@ "remark-gfm": "^3.0.1", "tailwindcss": "^3.1.5", "typescript": "^4.7.4" - }, - "resolutions": { - "react": "^18.2.0", - "react-dom": "^18.2.0", - "next": "14.0.4" } }