Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into silverlock/wrangler-v…
Browse files Browse the repository at this point in the history
…ectorize
  • Loading branch information
penalosa committed Sep 25, 2023
2 parents cc82471 + 9e46659 commit 4692d92
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 114 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-stingrays-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": patch
---

Add WebGPU support through miniflare update
2 changes: 1 addition & 1 deletion fixtures/pages-ws-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"miniflare": "3.20230904.0",
"miniflare": "3.20230922.0",
"wrangler": "workspace:*",
"ws": "^8.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"miniflare": "3.20230904.0"
"miniflare": "3.20230922.0"
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"blake3-wasm": "^2.1.5",
"chokidar": "^3.5.3",
"esbuild": "0.17.19",
"miniflare": "3.20230918.0",
"miniflare": "3.20230922.0",
"nanoid": "^3.3.3",
"path-to-regexp": "^6.2.0",
"selfsigned": "^2.0.1",
Expand Down
Loading

0 comments on commit 4692d92

Please sign in to comment.