diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index f196d37a0f50..736191cbe368 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -33,7 +33,8 @@ "rimraf": "3.0.2" }, "peerDependencies": { - "next": "^10.0.8" + "next": "^10.0.8", + "react": "15.x || 16.x || 17.x" }, "scripts": { "build": "run-p build:esm build:es5",