Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2938)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 400ea00 commit f09dab7
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 184 deletions.
342 changes: 171 additions & 171 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.18.9",
"@types/node": "^18.18.10",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.4",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand All @@ -3324,8 +3324,8 @@
"@vscode/vsce": "^2.22.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -3342,7 +3342,7 @@
"ovsx": "^0.8.3",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"rollup": "^4.4.1",
"rollup": "^4.5.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/_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.4",
"@types/node": "^18.18.9",
"@types/node": "^18.18.10",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"kefir": "^3.8.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/yargs": "17.0.24",
"esbuild": "^0.19.5",
"esbuild": "^0.19.6",
"ts-json-schema-generator": "^1.4.0",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"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 @@ -42,7 +42,7 @@
}
},
"devDependencies": {
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-test-renderer": "^17.0.2",
"terser": "^5.24.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"vscode-uri": "^3.0.8",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rfdc": "^1.3.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
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.8",
"@types/node": "^18.18.9",
"@types/node": "^18.18.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
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.4",
"@vscode/codicons": "^0.0.35",
"rollup": "^4.4.1",
"rollup": "^4.5.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.3",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"tslib": "^2.6.2",
Expand Down

0 comments on commit f09dab7

Please sign in to comment.