Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
"chokidar": "^4.0.1",
"ci-info": "catalog:default",
"concurrently": "^8.2.2",
"devalue": "^5.6.3",
"devalue": "^5.6.4",
"devtools-protocol": "^0.0.1182435",
"esbuild": "catalog:default",
"expect-type": "^0.15.0",
"get-port": "^7.1.0",
"glob-to-regexp": "0.4.1",
"hono": "^4.12.5",
"hono": "^4.12.14",
"http-cache-semantics": "^4.1.0",
"jsonc-parser": "catalog:default",
"kleur": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-preview-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:e2e": "vitest run --test-timeout 30000"
},
"dependencies": {
"hono": "^4.12.5",
"hono": "^4.12.14",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-r2-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@hono/zod-validator": "^0.4.2",
"hono": "^4.12.5",
"hono": "^4.12.14",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-pool-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@vitest/snapshot": "catalog:default",
"birpc": "0.2.14",
"capnp-es": "catalog:default",
"devalue": "^5.6.3",
"devalue": "^5.6.4",
"get-port": "^7.1.0",
"jscodeshift": "^17.3.0",
"semver": "^7.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
"jsonc-parser": "catalog:default",
"md5-file": "5.0.0",
"mime": "^3.0.0",
"minimatch": "^5.1.0",
"minimatch": "^5.1.8",
"mock-socket": "^9.3.1",
"msw": "catalog:default",
"node-forge": "^1.3.2",
"node-forge": "^1.4.0",
"open": "catalog:default",
"p-queue": "^9.0.0",
"patch-console": "^1.0.0",
Expand All @@ -165,7 +165,7 @@
"vitest-websocket-mock": "^0.4.0",
"ws": "catalog:default",
"xxhash-wasm": "^1.0.1",
"yaml": "^2.8.1",
"yaml": "^2.8.3",
"yargs": "^17.7.2"
},
"peerDependencies": {
Expand Down
612 changes: 306 additions & 306 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ catalog:
"@vitest/snapshot": 4.1.0
"@vitest/ui": 4.1.0
typescript: "~5.8.3"
undici: "7.24.8"
undici: "7.25.0"
# Override undici-types from @types/node so that the Cloudflare SDK typings match our installed
# version of Undici
undici-types: "7.24.8"
Expand All @@ -100,7 +100,7 @@ catalog:
"@cloudflare/workers-types": "^4.20260426.1"
workerd: "1.20260426.1"
jsonc-parser: "^3.2.0"
smol-toml: "^1.5.2"
smol-toml: "^1.6.1"
msw: 2.12.4
tinyglobby: "^0.2.12"
"tree-kill": "^1.2.2"
Expand Down
Loading