aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-17 15:10:02 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-17 15:10:02 -0700
commit8902a19bb42d766075b0aa9628fe6bb70b3804f1 (patch)
tree8e37ce1ce941332bac2a4595335f4272e2c54c03
parentf4e72be58f94dbbf41e953d191631f3cd1c1c319 (diff)
downloadbun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.tar.gz
bun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.tar.zst
bun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.zip
Update package.json
-rw-r--r--examples/hello-next/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-next/package.json b/examples/hello-next/package.json
index e49602501..8a868628c 100644
--- a/examples/hello-next/package.json
+++ b/examples/hello-next/package.json
@@ -19,7 +19,7 @@
"devDependencies": {
"@babel/standalone": "^7.15.3",
"@types/react": "^17.0.19",
- "bun-framework-next": "^0.0.0-18",
+ "bun-framework-next": "^0.0.0-21",
"typescript": "^4.3.5"
}
}