Skip to content

Commit

Permalink
update dependencies (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke authored Dec 21, 2024
1 parent 872558d commit a49daf4
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions packages/cli/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lvce-editor/assert": "^1.3.0",
"@lvce-editor/verror": "^1.6.0",
"ansi-escapes": "^7.0.0",
"chalk": "^5.3.0"
"chalk": "^5.4.0"
},
"devDependencies": {
"@types/node": "^22.10.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/file-watcher-worker/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/file-watcher-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.2"
"chokidar": "^4.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/memory-leak-finder/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/memory-leak-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@lvce-editor/assert": "^1.3.0",
"@lvce-editor/json-rpc": "^5.3.0",
"@lvce-editor/json-rpc": "^5.4.0",
"@lvce-editor/verror": "^1.6.0",
"@vscode-memory-leak-finder/devtools-protocol": "file:../devtools-protocol",
"pretty-bytes": "^6.1.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/video-recording-worker/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/video-recording-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@lvce-editor/assert": "^1.3.0",
"@lvce-editor/json-rpc": "^5.3.0",
"@lvce-editor/json-rpc": "^5.4.0",
"@lvce-editor/verror": "^1.6.0",
"execa": "^9.5.2",
"ws": "^8.18.0"
Expand Down

0 comments on commit a49daf4

Please sign in to comment.