Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2967)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 0c3fe26 commit afc5122
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 76 deletions.
153 changes: 84 additions & 69 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3373,7 +3373,7 @@
"ovsx": "^0.8.3",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"rollup": "^4.6.1",
"rollup": "^4.7.0",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"dependencies": {
"vscode-uri": "^3.0.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"terser": "^5.25.0",
"terser": "^5.26.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.1",
"vscode-uri": "^3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"@types/vscode": "^1.84.2"
"@types/vscode": "^1.85.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^18.19.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts2mjs": "^2.1.1",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"@types/vscode": "^1.84.2"
"@types/vscode": "^1.85.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tsconfig/svelte": "^5.0.2",
"@types/vscode-webview": "^1.57.4",
"@vscode/codicons": "^0.0.35",
"rollup": "^4.6.1",
"rollup": "^4.7.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
Expand Down

0 comments on commit afc5122

Please sign in to comment.