aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-06 23:57:47 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-06 23:57:47 -0700
commit621fe3f5d23b1afbadc2a07bdf72b49079b08a72 (patch)
tree773527436d387905364e7324509a946f625932a6 /examples
parent0196bbee215a12b57080db122025c854210ab5e0 (diff)
downloadbun-621fe3f5d23b1afbadc2a07bdf72b49079b08a72.tar.gz
bun-621fe3f5d23b1afbadc2a07bdf72b49079b08a72.tar.zst
bun-621fe3f5d23b1afbadc2a07bdf72b49079b08a72.zip
[next] Fix @types/react error
Diffstat (limited to 'examples')
-rw-r--r--examples/next/package.json8
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"
},