diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 6af08d22f246..ae4d3eaee2b4 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -34,7 +34,7 @@ }, "peerDependencies": { "next": "^10.0.8 || ^11.0 || ^12.0", - "react": "15.x || 16.x || 17.x", + "react": "15.x || 16.x || 17.x || 18.x", "webpack": ">= 4.0.0" }, "peerDependenciesMeta": {