Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3033)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent b5ba6c0 commit fee3e2f
Show file tree
Hide file tree
Showing 13 changed files with 465 additions and 509 deletions.
932 changes: 444 additions & 488 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,11 +3414,11 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.19.13",
"@types/node": "^18.19.15",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@vscode/vsce": "^2.23.0",
"chokidar-cli": "^3.0.0",
Expand All @@ -3439,14 +3439,14 @@
"jest-mock-vscode": "^2.1.1",
"jest-when": "^3.6.0",
"ovsx": "^0.8.3",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"rollup": "^4.9.6",
"rollup": "^4.10.0",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.13",
"@types/node": "^18.19.15",
"chai": "^5.0.3",
"cross-env": "^7.0.3",
"kefir": "^3.8.8"
Expand All @@ -39,7 +39,7 @@
"chalk": "^5.3.0",
"decompress": "^4.2.1",
"glob": "^10.3.10",
"mocha": "^10.2.0"
"mocha": "^10.3.0"
},
"engines": {
"node": ">18.0.0"
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.0",
"webpack": "^5.90.1",
"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.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"vscode-uri": "^3.0.8",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"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.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
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.85.0"
"@types/vscode": "^1.86.0"
}
}
4 changes: 2 additions & 2 deletions packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.13",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.15",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.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.85.0"
"@types/vscode": "^1.86.0"
}
}
6 changes: 3 additions & 3 deletions packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@tsconfig/svelte": "^5.0.2",
"@types/vscode-webview": "^1.57.5",
"@vscode/codicons": "^0.0.35",
"rollup": "^4.9.6",
"rollup": "^4.10.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte": "^4.2.10",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion tools/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.4",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"ts-jest": "^29.1.2"
},
Expand Down

0 comments on commit fee3e2f

Please sign in to comment.