diff --git a/package.json b/package.json index 3536663e..60335deb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "pnpm": { "peerDependencyRules": { "allowedVersions": { - "react": "17" + "react": "17", + "react-dom": "17" }, "ignoreMissing": ["monaco-editor", "react-router"] }