Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2962)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent aa63a1d commit 07c0b2d
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 179 deletions.
311 changes: 160 additions & 151 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 @@ -3322,7 +3322,7 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.19.2",
"@types/node": "^18.19.3",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand Down Expand Up @@ -3353,15 +3353,15 @@
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vitest": "^0.34.6"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.1.2",
"@cspell/cspell-types": "^8.1.2",
"@cspell/cspell-bundled-dicts": "^8.1.3",
"@cspell/cspell-types": "^8.1.3",
"@types/react": "^17.0.71",
"cspell": "^8.1.2",
"cspell": "^8.1.3",
"regexp-worker": "^2.0.2"
},
"comment-resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/__cspell-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-types": "^8.1.2",
"cspell-lib": "^8.1.2"
"@cspell/cspell-types": "^8.1.3",
"cspell-lib": "^8.1.3"
},
"engines": {
"node": ">18.0.0"
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.10",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.1.2",
"@cspell/cspell-types": "^8.1.3",
"@types/chai": "^4.3.11",
"@types/decompress": "^4.2.7",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.2",
"@types/node": "^18.19.3",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"kefir": "^3.8.8"
Expand Down
16 changes: 8 additions & 8 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"devDependencies": {
"@types/yargs": "17.0.24",
"esbuild": "^0.19.8",
"ts-json-schema-generator": "^1.4.1",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.1.2",
"@cspell/cspell-pipe": "^8.1.2",
"@cspell/cspell-types": "^8.1.2",
"@cspell/cspell-bundled-dicts": "^8.1.3",
"@cspell/cspell-pipe": "^8.1.3",
"@cspell/cspell-types": "^8.1.3",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.1.2",
"cspell-gitignore": "^8.1.2",
"cspell-glob": "^8.1.2",
"cspell-lib": "^8.1.2",
"cspell-config-lib": "^8.1.3",
"cspell-gitignore": "^8.1.3",
"cspell-glob": "^8.1.3",
"cspell-lib": "^8.1.3",
"gensequence": "^6.0.0",
"json-rpc-api": "file:../json-rpc-api",
"node-watch": "^0.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.1.2",
"@cspell/cspell-types": "^8.1.3",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.1.2",
"cspell-lib": "^8.1.3",
"regexp-worker": "^2.0.2",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"mobx": "^6.12.0",
"mobx-react": "^7.6.0",
"mobx-react-lite": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/kefir": "^3.8.11",
"@types/source-map-support": "^0.5.10",
"cross-env": "^7.0.3",
"cspell-lib": "^8.1.2",
"cspell-lib": "^8.1.3",
"lorem-ipsum": "^2.0.8",
"rfdc": "^1.3.0",
"source-map-support": "^0.5.21",
Expand All @@ -55,7 +55,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.1.2",
"@cspell/cspell-types": "^8.1.3",
"@internal/common-utils": "file:../__utils",
"@internal/settings-webview": "file:../_settingsViewer",
"code-spell-checker-server": "file:../_server",
Expand Down
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.10",
"@types/node": "^18.19.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"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 @@ -15,7 +15,7 @@
"type": "module",
"dependencies": {
"@sveltestack/svelte-query": "^1.6.0",
"@vscode/webview-ui-toolkit": "^1.3.1",
"@vscode/webview-ui-toolkit": "^1.4.0",
"fast-equals": "^5.0.1",
"sirv-cli": "^2.0.2",
"utils-disposables": "file:../utils-disposables",
Expand All @@ -39,7 +39,7 @@
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">18.0"
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.10",
"@types/jest": "^29.5.11",
"@types/json-schema": "^7.0.15",
"ts-jest": "^29.1.1"
},
Expand Down

0 comments on commit 07c0b2d

Please sign in to comment.