Skip to content

Commit aad237c

Browse files
committed
feat: add @livekit/protocol to catalog so that all subpackages are using the same version
1 parent 6832031 commit aad237c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@livekit/components-styles": "workspace:*",
48-
"@livekit/protocol": "^1.38.0",
48+
"@livekit/protocol": "catalog:",
4949
"@microsoft/api-extractor": "^7.36.0",
5050
"@size-limit/file": "^11.0.2",
5151
"@size-limit/webpack": "^11.0.2",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"devDependencies": {
74-
"@livekit/protocol": "^1.42.0",
74+
"@livekit/protocol": "catalog:",
7575
"@microsoft/api-extractor": "^7.35.0",
7676
"@size-limit/file": "^11.0.2",
7777
"@size-limit/webpack": "^11.0.2",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ packages:
66

77
catalog:
88
livekit-client: ^2.15.8
9+
"@livekit/protocol": ^1.42.0

0 commit comments

Comments
 (0)