Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3047)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 0030267 commit 8124541
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 251 deletions.
475 changes: 243 additions & 232 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 @@ -3423,7 +3423,7 @@
"@vscode/vsce": "^2.23.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -3450,10 +3450,10 @@
"vitest": "^1.3.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.3.2",
"@cspell/cspell-types": "^8.3.2",
"@cspell/cspell-bundled-dicts": "^8.4.0",
"@cspell/cspell-types": "^8.4.0",
"@types/react": "^17.0.75",
"cspell": "^8.3.2",
"cspell": "^8.4.0",
"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.3.2",
"cspell-lib": "^8.3.2"
"@cspell/cspell-types": "^8.4.0",
"cspell-lib": "^8.4.0"
},
"engines": {
"node": ">18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.3.2",
"@cspell/cspell-types": "^8.4.0",
"@types/chai": "^4.3.11",
"@types/decompress": "^4.2.7",
"@types/glob": "^8.1.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
},
"devDependencies": {
"@types/yargs": "^17.0.32",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.5.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.3.2",
"@cspell/cspell-pipe": "^8.3.2",
"@cspell/cspell-types": "^8.3.2",
"@cspell/cspell-bundled-dicts": "^8.4.0",
"@cspell/cspell-pipe": "^8.4.0",
"@cspell/cspell-types": "^8.4.0",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.3.2",
"cspell-gitignore": "^8.3.2",
"cspell-glob": "^8.3.2",
"cspell-lib": "^8.3.2",
"cspell-config-lib": "^8.4.0",
"cspell-gitignore": "^8.4.0",
"cspell-glob": "^8.4.0",
"cspell-lib": "^8.4.0",
"gensequence": "^6.0.0",
"json-rpc-api": "file:../json-rpc-api",
"rxjs": "^7.8.1",
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.3.2",
"@cspell/cspell-types": "^8.4.0",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.3.2",
"cspell-lib": "^8.4.0",
"regexp-worker": "^2.0.2",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver": "^9.0.1",
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.3.2",
"cspell-lib": "^8.4.0",
"lorem-ipsum": "^2.0.8",
"rfdc": "^1.3.1",
"source-map-support": "^0.5.21",
Expand All @@ -55,7 +55,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.3.2",
"@cspell/cspell-types": "^8.4.0",
"@internal/common-utils": "file:../__utils",
"@internal/settings-webview": "file:../_settingsViewer",
"code-spell-checker-server": "file:../_server",
Expand Down

0 comments on commit 8124541

Please sign in to comment.