Skip to content

Commit ff57175

Browse files
committed
chore: update Wrangler and Hono
1 parent 8f2d147 commit ff57175

3 files changed

Lines changed: 366 additions & 183 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
worker
44
package-lock.json
55
yarn-error.log
6-
.cargo-ok
6+
.cargo-ok
7+
.wrangler

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@hono/graphql-server": "^0.4.1",
1616
"graphql": "^16.6.0",
17-
"hono": "^3.12.3"
17+
"hono": "^4.7.10"
1818
},
1919
"devDependencies": {
2020
"@cloudflare/workers-types": "^4.20231218.0",
@@ -28,9 +28,9 @@
2828
"jest-environment-miniflare": "^2.14.1",
2929
"miniflare": "^2.10.0",
3030
"typescript": "^5.3.3",
31-
"wrangler": "^3.22.4"
31+
"wrangler": "3"
3232
},
3333
"engines": {
3434
"node": ">=18"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)