Skip to content

Commit c2881cc

Browse files
committed
@types/streamx must be available for the Typescript types to work so we need to declare it as a dependency instead of a dev-dependency
1 parent 6e9f3c3 commit c2881cc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"debug": "^4.3.7",
1616
"err-code": "^3.0.1",
1717
"streamx": "^2.20.1",
18+
"@types/streamx": "^2.9.5",
1819
"uint8-util": "^2.2.5",
1920
"webrtc-polyfill": "^1.1.10"
2021
},
2122
"devDependencies": {
2223
"@playwright/test": "^1.57.0",
2324
"@types/debug": "^4.1.12",
2425
"@types/node": "^24.10.2",
25-
"@types/streamx": "^2.9.5",
2626
"@types/webrtc": "^0.0.47",
2727
"@vitest/browser": "^4.0.15",
2828
"@vitest/browser-playwright": "^4.0.15",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)