Skip to content

Commit

Permalink
fix(deps): move @bufbuild/protobuf to dependencies (#351)
Browse files Browse the repository at this point in the history
* Move @bufbuild/protobuf to dependancies

Move @bufbuild/protobuf to dependencies as its used in runtime and can conflict with newer versions

* Create chilled-sheep-sort.md

* update lock file

---------

Co-authored-by: lukasIO <[email protected]>
  • Loading branch information
danielmahon and lukasIO authored Jan 7, 2025
1 parent 430cf4a commit 0b54ed5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-sheep-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-server-sdk": patch
---

fix(deps): move @bufbuild/protobuf to dependencies
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"test:edge": "vitest --environment edge-runtime run"
},
"dependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@livekit/protocol": "^1.30.0",
"camelcase-keys": "^9.0.0",
"jose": "^5.1.2"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@changesets/cli": "^2.27.1",
"@edge-runtime/vm": "^4.0.0",
"@livekit/changesets-changelog-github": "^0.0.4",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b54ed5

Please sign in to comment.