Skip to content

Commit

Permalink
chore: fix ws version range (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Dec 7, 2024
1 parent 1f71c43 commit 1b22cef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pnpm": {
"overrides": {
"cross-spawn@<6.0.6": "^6.0.6",
"ws@>=7.0.0<7.5.10": "^7.5.10",
"ws@>=7.0.0 <7.5.10": "^7.5.10",
"send@<0.19.0": "^0.19.0"
}
}
Expand Down
30 changes: 15 additions & 15 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 1b22cef

Please sign in to comment.