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 5762fb7b8..c3360cde2 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -2,14 +2,14 @@
"name": "@bun-examples/next",
"version": "0.0.57",
"dependencies": {
- "next": "^12.1.0",
+ "next": "^12.2.0",
"react": "^18",
"react-dom": "^18",
"react-is": "^17.0.2"
},
"devDependencies": {
"@types/react": "^18",
- "bun-framework-next": "^12",
+ "bun-framework-next": "^12.2",
"typescript": "latest"
},
"bun-create": {