Skip to content

Commit 959b132

Browse files
authored
fix: move back @types/ws from dev to deps (#2008)
* fix: move back @types/ws from dev to deps Fixes #1991 * fix(deps): add @types/readable-stream to dependencies
1 parent b24ced8 commit 959b132

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@
111111
"net": false
112112
},
113113
"dependencies": {
114+
"@types/readable-stream": "^4.0.18",
115+
"@types/ws": "^8.18.1",
114116
"commist": "^3.2.0",
115117
"concat-stream": "^2.0.0",
116118
"debug": "^4.4.0",
@@ -131,10 +133,8 @@
131133
"@release-it/conventional-changelog": "^7.0.2",
132134
"@types/chai": "^4.3.20",
133135
"@types/node": "^20.17.16",
134-
"@types/readable-stream": "^4.0.18",
135136
"@types/sinon": "^17.0.3",
136137
"@types/tape": "^5.8.1",
137-
"@types/ws": "^8.18.1",
138138
"@typescript-eslint/eslint-plugin": "^6.21.0",
139139
"@typescript-eslint/parser": "^6.21.0",
140140
"@web/test-runner": "^0.19.0",

0 commit comments

Comments
 (0)