Skip to content

Commit dc51fae

Browse files
committed
Update all ws usage to use the same version
1 parent adf2651 commit dc51fae

16 files changed

Lines changed: 82 additions & 107 deletions

File tree

agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/fluent-ffmpeg": "^2.1.28",
4242
"@types/json-schema": "^7.0.15",
4343
"@types/node": "^22.5.5",
44-
"@types/ws": "^8.5.10",
44+
"@types/ws": "catalog:",
4545
"tsup": "^8.4.0",
4646
"typescript": "^5.0.0",
4747
"zod": "^3.25.76"
@@ -79,7 +79,7 @@
7979
"pino-pretty": "^11.0.0",
8080
"sharp": "0.34.5",
8181
"uuid": "^11.1.0",
82-
"ws": "^8.18.0",
82+
"ws": "catalog:",
8383
"zod-to-json-schema": "^3.24.6"
8484
},
8585
"peerDependencies": {

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@opentelemetry/sdk-trace-node": "^1.28.0",
5656
"@opentelemetry/semantic-conventions": "^1.28.0",
5757
"livekit-server-sdk": "^2.14.1",
58-
"ws": "^8.18.0"
58+
"ws": "catalog:"
5959
},
6060
"peerDependencies": {
6161
"zod": "^3.25.76 || ^4.1.8"

plugins/anam/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
4747
"livekit-server-sdk": "^2.9.2",
48-
"ws": "^8.16.0"
48+
"ws": "catalog:"
4949
},
5050
"peerDependencies": {
5151
"@livekit/agents": "workspace:*",

plugins/baseten/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"@livekit/rtc-node": "catalog:",
5353
"@microsoft/api-extractor": "^7.35.0",
5454
"@types/node": "^22.18.11",
55-
"@types/ws": "^8.5.8",
55+
"@types/ws": "catalog:",
5656
"tsx": "^4.7.0",
5757
"typescript": "^5.9.3"
5858
},
5959
"dependencies": {
6060
"dotenv": "^17.2.3",
6161
"openai": "^6.8.1",
62-
"ws": "^8.14.2"
62+
"ws": "catalog:"
6363
},
6464
"peerDependencies": {
6565
"@livekit/agents": "workspace:*",

plugins/cartesia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
47-
"ws": "^8.16.0"
47+
"ws": "catalog:"
4848
},
4949
"peerDependencies": {
5050
"@livekit/agents": "workspace:*",

plugins/deepgram/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"@livekit/agents-plugins-test": "workspace:*",
4141
"@livekit/rtc-node": "catalog:",
4242
"@microsoft/api-extractor": "^7.35.0",
43-
"@types/ws": "^8.5.10",
43+
"@types/ws": "catalog:",
4444
"tsup": "^8.3.5",
4545
"typescript": "^5.0.0"
4646
},
4747
"dependencies": {
48-
"ws": "^8.16.0"
48+
"ws": "catalog:"
4949
},
5050
"peerDependencies": {
5151
"@livekit/agents": "workspace:*",

plugins/elevenlabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
4747
"@livekit/mutex": "^1.1.1",
48-
"ws": "^8.16.0"
48+
"ws": "catalog:"
4949
},
5050
"peerDependencies": {
5151
"@livekit/agents": "workspace:*",

plugins/inworld/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
47-
"ws": "^8.16.0"
47+
"ws": "catalog:"
4848
},
4949
"peerDependencies": {
5050
"@livekit/agents": "workspace:*",

plugins/neuphonic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
47-
"ws": "^8.16.0"
47+
"ws": "catalog:"
4848
},
4949
"peerDependencies": {
5050
"@livekit/agents": "workspace:*",

plugins/openai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "catalog:",
4141
"@microsoft/api-extractor": "^7.35.0",
42-
"@types/ws": "^8.5.10",
42+
"@types/ws": "catalog:",
4343
"tsup": "^8.3.5",
4444
"typescript": "^5.0.0"
4545
},
4646
"dependencies": {
4747
"@livekit/mutex": "^1.1.1",
4848
"openai": "^6.8.1",
49-
"ws": "^8.18.0"
49+
"ws": "catalog:"
5050
},
5151
"peerDependencies": {
5252
"@livekit/agents": "workspace:*",

0 commit comments

Comments
 (0)