Skip to content

Commit

Permalink
fix dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 29, 2024
1 parent eb1d646 commit 44f3c79
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@livekit/changesets-changelog-github": "^0.0.4",
"esbuild": "^0.24.0"
"@livekit/changesets-changelog-github": "^0.0.4"
}
}
4 changes: 3 additions & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"license": "Apache-2.0",
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.10.0",
"genversion": "^3.2.0"
"genversion": "^3.2.0",
"typescript": "5.5.4",
"unbuild": "^2.0.0"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0"
Expand Down
31 changes: 19 additions & 12 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 44f3c79

Please sign in to comment.