diff options
author | 2021-09-17 15:10:02 -0700 | |
---|---|---|
committer | 2021-09-17 15:10:02 -0700 | |
commit | 8902a19bb42d766075b0aa9628fe6bb70b3804f1 (patch) | |
tree | 8e37ce1ce941332bac2a4595335f4272e2c54c03 | |
parent | f4e72be58f94dbbf41e953d191631f3cd1c1c319 (diff) | |
download | bun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.tar.gz bun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.tar.zst bun-8902a19bb42d766075b0aa9628fe6bb70b3804f1.zip |
Update package.json
-rw-r--r-- | examples/hello-next/package.json | 2 |
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" } } |