diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/next/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/next/package.json b/examples/next/package.json index 3963ff5cc..1fbf8e85b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,15 +1,15 @@ { "name": "@bun-examples/next", - "version": "0.0.51", + "version": "0.0.52", "main": "index.js", "dependencies": { "next": "^12.1.0", - "react": "^17", - "react-dom": "^17", + "react": "^18", + "react-dom": "^18", "react-is": "^17.0.2" }, "devDependencies": { - "@types/react": "latest", + "@types/react": "^18", "bun-framework-next": "^12", "typescript": "latest" }, |