Skip to content

Commit

Permalink
chore: upgrade dependencies (#3446)
Browse files Browse the repository at this point in the history
* chore: upgrade dependecies

* fix wrangler version
  • Loading branch information
yusukebe authored Sep 24, 2024
1 parent c34e602 commit 200c4f9
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 1,338 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
"nodejs"
],
"devDependencies": {
"@hono/eslint-config": "^1.0.1",
"@hono/eslint-config": "^1.0.2",
"@hono/node-server": "^1.8.2",
"@types/crypto-js": "^4.1.1",
"@types/glob": "^8.0.0",
Expand All @@ -640,11 +640,11 @@
"typescript": "^5.3.3",
"vite-plugin-fastly-js-compute": "^0.4.2",
"vitest": "^2.0.5",
"wrangler": "^3.58.0",
"wrangler": "3.58.0",
"ws": "^8.17.0",
"zod": "^3.20.2"
},
"engines": {
"node": ">=16.9.0"
}
}
}
Loading

0 comments on commit 200c4f9

Please sign in to comment.