aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/next/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/next/package.json b/examples/next/package.json
index c3360cde2..54195bbca 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -1,11 +1,11 @@
{
"name": "@bun-examples/next",
- "version": "0.0.57",
+ "version": "0.0.58",
"dependencies": {
"next": "^12.2.0",
"react": "^18",
"react-dom": "^18",
- "react-is": "^17.0.2"
+ "react-is": "^18"
},
"devDependencies": {
"@types/react": "^18",