Skip to content

Commit 56cbd52

Browse files
committed
Upgrade wrangler to 2.20.2, Hono to 3.11.8
1 parent a0b5f95 commit 56cbd52

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ worker/
99
node_modules/
1010
.cargo-ok
1111
wrangler.prod.toml
12-
.mf
12+
.mf
13+
.wrangler/
14+
.idea/

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"build": "wrangler publish --dry-run --outdir=./dist"
1414
},
1515
"dependencies": {
16-
"hono": "^3.2.1",
16+
"hono": "^3.11.8",
1717
"simple-runtypes": "^7.1.3"
1818
},
1919
"devDependencies": {
2020
"@cloudflare/workers-types": "^4.20231121.0",
2121
"prettier": "^2.8.8",
22-
"wrangler": "^2.20.1"
22+
"wrangler": "2.20.2"
2323
}
2424
}

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ glob-parent@~5.1.2:
493493
dependencies:
494494
is-glob "^4.0.1"
495495

496-
hono@^3.2.1:
497-
version "3.10.2"
498-
resolved "https://registry.yarnpkg.com/hono/-/hono-3.10.2.tgz#fdbd9e0ed47ca9e078740a69e5177259cbe4dd37"
499-
integrity sha512-QwJLjWs3e+nZ3b5nQrrdJpYCJqiTK744jeYhX7yhZdxwcQ3KIohBfzI2dA8gSF6HEZkmFUdiKL1BelJ8utIm4w==
496+
hono@^3.11.8:
497+
version "3.11.8"
498+
resolved "https://registry.yarnpkg.com/hono/-/hono-3.11.8.tgz#063bef4c34a710bd39472f9d43b4d05c75f4b05a"
499+
integrity sha512-s+7FDN0CS0lAvooyj4oQw0PyEec7I+YuVg40gtFHuUrfHBEhKITrLu4dskTdeYn0Xvhbz7s4yRJebJx6gCN/5Q==
500500

501501
html-rewriter-wasm@^0.4.1:
502502
version "0.4.1"
@@ -835,10 +835,10 @@ which@^2.0.1:
835835
dependencies:
836836
isexe "^2.0.0"
837837

838-
wrangler@^2.20.1:
839-
version "2.20.1"
840-
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.20.1.tgz#0b301fe41914b23f3d58edd0e2032d60b0da76b0"
841-
integrity sha512-5fl7xF7OkRHim0B0kVXtmSPMrRhRKZ3rqAdn9tKYgi6MnZOvWC+HesGKpNxpVUWsJYpPfJ5AU6gZ6gEL1OLmFQ==
838+
839+
version "2.20.2"
840+
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.20.2.tgz#9249a73fa3c2a419c76852e3f9265d641e17dbb0"
841+
integrity sha512-ZWydYGuKbHC8PdKLk7JAdRYMK78mHVnmaFsLRf2ZpnmVl2nQl9lKIXKKGVUdmezj70FvLhJCD/2LsGOPGg2AFg==
842842
dependencies:
843843
"@cloudflare/kv-asset-handler" "^0.2.0"
844844
"@esbuild-plugins/node-globals-polyfill" "^0.1.1"

0 commit comments

Comments
 (0)