Skip to content

Commit

Permalink
Bump miniflare to 20230922 (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspspike authored Sep 25, 2023
1 parent ef94939 commit 9e46659
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 121 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 9e46659

Please sign in to comment.