diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/next/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/next/package.json b/examples/next/package.json index bec686b60..3963ff5cc 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -4,8 +4,8 @@ "main": "index.js", "dependencies": { "next": "^12.1.0", - "react": "^18", - "react-dom": "^18", + "react": "^17", + "react-dom": "^17", "react-is": "^17.0.2" }, "devDependencies": { |