Skip to content

Commit

Permalink
Update ws@8 everywhere (#6127)
Browse files Browse the repository at this point in the history
* Update ws@8 everywhere

* Add changeset

---------

Co-authored-by: Dániel Földi <6977583+DaniFoldi@users.noreply.github.com>
Co-authored-by: Sunil Pai <spai@cloudflare.com>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent 4072114 commit 1568c25
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .changeset/quick-mangos-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"miniflare": patch
"wrangler": patch
---

fix: Bump ws dependency
2 changes: 1 addition & 1 deletion fixtures/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"miniflare": "workspace:*",
"undici": "^5.28.4",
"wrangler": "workspace:*",
"ws": "^8.14.2"
"ws": "^8.17.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
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 @@
"@cloudflare/workers-tsconfig": "workspace:*",
"miniflare": "workspace:*",
"wrangler": "workspace:*",
"ws": "^8.14.2"
"ws": "^8.17.1"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"stoppable": "^1.1.0",
"undici": "^5.28.4",
"workerd": "1.20240620.1",
"ws": "^8.14.2",
"ws": "^8.17.1",
"youch": "^3.2.2",
"zod": "^3.22.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"update-check": "^1.5.4",
"vitest": "^1.6.0",
"vitest-websocket-mock": "^0.3.0",
"ws": "^8.14.2",
"ws": "^8.17.1",
"xdg-app-paths": "^8.3.0",
"yargs": "^17.7.2",
"yoga-layout": "file:../../vendor/yoga-layout-2.0.0-beta.1.tgz"
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1568c25

Please sign in to comment.