aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 20:02:58 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 20:02:58 -0700
commit6d9ccd9b8edb149aee957b3e6c7668cc45ce7664 (patch)
treea35b502c40709ad734f5b50363a35edc2e2a3626
parent0d79435ce26f5d97886f58f4f8d191cdc73fb7e6 (diff)
downloadbun-6d9ccd9b8edb149aee957b3e6c7668cc45ce7664.tar.gz
bun-6d9ccd9b8edb149aee957b3e6c7668cc45ce7664.tar.zst
bun-6d9ccd9b8edb149aee957b3e6c7668cc45ce7664.zip
Fix package.json file
-rw-r--r--examples/hello-next/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/hello-next/package.json b/examples/hello-next/package.json
index 8a868628c..f838f1e65 100644
--- a/examples/hello-next/package.json
+++ b/examples/hello-next/package.json
@@ -4,20 +4,15 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
- "@jarred/react-static-tweets": "0.5.8",
- "@jarred/static-tweets": "^0.5.8",
"date-fns": "^2.23.0",
"isomorphic-fetch": "^3.0.0",
- "next": "^11.1.0",
- "parcel": "2.0.0-rc.0",
- "path-browserify": "^1.0.1",
+ "next": "11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"whatwg-url": "^9.1.0"
},
"devDependencies": {
- "@babel/standalone": "^7.15.3",
"@types/react": "^17.0.19",
"bun-framework-next": "^0.0.0-21",
"typescript": "^4.3.5"