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" } }