Skip to content

Commit 1b22cef

Browse files
authored
chore: fix ws version range (#35)
1 parent 1f71c43 commit 1b22cef

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pnpm": {
1919
"overrides": {
2020
"cross-spawn@<6.0.6": "^6.0.6",
21-
"ws@>=7.0.0<7.5.10": "^7.5.10",
21+
"ws@>=7.0.0 <7.5.10": "^7.5.10",
2222
"send@<0.19.0": "^0.19.0"
2323
}
2424
}

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)