Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3044)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent df8229e commit 0030267
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 149 deletions.
272 changes: 139 additions & 133 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3414,12 +3414,12 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.19.15",
"@types/node": "^18.19.17",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/coverage-istanbul": "^1.3.0",
"@vscode/vsce": "^2.23.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
Expand All @@ -3428,7 +3428,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -3441,13 +3441,13 @@
"ovsx": "^0.8.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"rollup": "^4.10.0",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vitest": "^1.2.2"
"vite": "^5.1.3",
"vitest": "^1.3.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/decompress": "^4.2.7",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.15",
"@types/node": "^18.19.17",
"chai": "^5.1.0",
"cross-env": "^7.0.3",
"kefir": "^3.8.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"esbuild": "^0.20.0",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"ts-loader": "^9.5.1",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"terser": "^5.27.0",
"terser": "^5.27.1",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"vscode-uri": "^3.0.8",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"vitest-when": "^0.3.1",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.15",
"@types/node": "^18.19.17",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"node": ">18.0.0"
},
"devDependencies": {
"vitest": "^1.2.2"
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@tsconfig/svelte": "^5.0.2",
"@types/vscode-webview": "^1.57.5",
"@vscode/codicons": "^0.0.35",
"rollup": "^4.10.0",
"rollup": "^4.12.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.10",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
Expand Down

0 comments on commit 0030267

Please sign in to comment.