Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3113)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent e44665a commit 56d583a
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 181 deletions.
348 changes: 181 additions & 167 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3463,16 +3463,16 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.19.23",
"@types/node": "^18.19.24",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/coverage-istanbul": "^1.4.0",
"@vscode/vsce": "^2.24.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -3496,12 +3496,12 @@
"ts-jest": "^29.1.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.6.0",
"@cspell/cspell-types": "^8.6.0",
"@types/react": "^17.0.76",
"@types/react": "^17.0.78",
"cspell": "^8.6.0",
"regexp-worker": "^2.0.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.23",
"@types/node": "^18.19.24",
"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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/yargs": "^17.0.32",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.90.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.4",
"@types/react": "^17.0.76",
"@types/react": "^17.0.78",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"html-webpack-plugin": "^5.6.0",
"mobx": "^6.12.0",
"mobx-react": "^7.6.0",
Expand All @@ -38,13 +38,13 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"terser": "^5.29.1",
"terser": "^5.29.2",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"vscode-uri": "^3.0.8",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
"webpack-dev-server": "^5.0.3"
},
"files": [
"out/api/**",
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.23",
"@types/node": "^18.19.24",
"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.3.1"
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-check": "^3.6.7",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
Expand Down

0 comments on commit 56d583a

Please sign in to comment.