Skip to content

Commit

Permalink
fix: use ws 8.4.0 to try to fix SB (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 14, 2022
1 parent d85135c commit e0dcf4c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -98,7 +98,7 @@
"strip-ansi": "^7.0.1",
"typescript": "^4.5.4",
"vite-node": "workspace:*",
"ws": "^8.4.2"
"ws": "8.4.0"
},
"peerDependencies": {
"@vitest/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"birpc": "^0.1.0",
"flatted": "^3.2.4",
"ws": "^8.4.2"
"ws": "8.4.0"
},
"devDependencies": {
"rollup": "^2.63.0"
Expand Down
21 changes: 17 additions & 4 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 e0dcf4c

Please sign in to comment.