Skip to content

Commit

Permalink
chore: Update deps (#86)
Browse files Browse the repository at this point in the history
This updates all dependencies in all packages.

`yargs` used to be transitively included through the base package, but
that no longer works, so it is now explicitly given as a dependency in
each backend.
  • Loading branch information
joeyparrish authored May 14, 2024
1 parent 12b06b9 commit 8620037
Show file tree
Hide file tree
Showing 12 changed files with 1,871 additions and 9,334 deletions.
2,657 changes: 379 additions & 2,278 deletions backends/chromecast/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion backends/chromecast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"dependencies": {
"castv2": "^0.1.10",
"generic-webdriver-server": "^1.1.3"
"generic-webdriver-server": "^1.1.5",
"yargs": "^17.7.2"
},
"workspaces": [
"../../base"
Expand Down
Loading

0 comments on commit 8620037

Please sign in to comment.