Skip to content

Commit

Permalink
chore(deps): update @types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent b1dc67f commit 6355b27
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 96 deletions.
6 changes: 3 additions & 3 deletions js/private/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@rollup/plugin-commonjs": "23.0.0",
"@rollup/plugin-node-resolve": "15.0.0",
"@rollup/plugin-typescript": "10.0.1",
"@types/node": "18.11.11",
"@types/tar-stream": "2.2.2",
"@types/archiver": "5.3.1",
"@types/node": "18.19.39",
"@types/tar-stream": "2.2.3",
"@types/archiver": "5.3.4",
"typescript": "4.9.5",
"tslib": "2.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion js/private/test/js_run_devserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/node": "16.18.11",
"@types/node": "16.18.101",
"jasmine": "5.1.0"
}
}
4 changes: 2 additions & 2 deletions js/private/worker/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@rollup/plugin-commonjs": "23.0.0",
"@rollup/plugin-node-resolve": "15.0.0",
"@rollup/plugin-json": "5.0.0",
"@types/google-protobuf": "3.15.6",
"@types/google-protobuf": "3.15.12",
"@rollup/plugin-typescript": "10.0.1",
"@rollup/plugin-terser": "0.2.0",
"@types/node": "18.11.18",
"@types/node": "18.19.39",
"typescript": "4.9.5",
"tslib": "2.6.0",
"abortcontroller-polyfill": "1.7.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"@types/node": "16.18.11",
"@types/node": "16.18.101",
"chalk": "5.1.1",
"inline-fixtures": "1.1.0",
"jsonpath-plus": "7.2.0",
Expand Down
153 changes: 64 additions & 89 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 6355b27

Please sign in to comment.