aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar tHyt-lab <washers.fezzes-0q@icloud.com> 2022-09-04 10:52:33 +0900
committerGravatar GitHub <noreply@github.com> 2022-09-03 18:52:33 -0700
commit892c020b00816d2f0368a620c565f2e425fccfb9 (patch)
tree79cd793a092b8d9cda93f27f500170049f3f8476 /examples
parent8e5b1c44bc165eff9546945d898f997bfbde9db4 (diff)
downloadbun-892c020b00816d2f0368a620c565f2e425fccfb9.tar.gz
bun-892c020b00816d2f0368a620c565f2e425fccfb9.tar.zst
bun-892c020b00816d2f0368a620c565f2e425fccfb9.zip
update example react-is to v18(#1155) (#1172)
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",