Skip to content

Commit

Permalink
fix: Update CSpell (main) (#3934)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent a8c3bc1 commit 361a52e
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 137 deletions.
236 changes: 118 additions & 118 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4022,10 +4022,10 @@
"vitest": "^2.1.8"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.17.0",
"@cspell/cspell-types": "^8.17.0",
"@cspell/cspell-bundled-dicts": "^8.17.1",
"@cspell/cspell-types": "^8.17.1",
"@cspell/dict-cspell-bundle": "1.0.15",
"cspell": "^8.17.0",
"cspell": "^8.17.1",
"regexp-worker": "^3.0.0"
},
"prerelease": true
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"watch": "tsc -p . --watch"
},
"dependencies": {
"@cspell/url": "^8.17.0",
"@cspell/url": "^8.17.1",
"vscode-uri": "^3.0.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.17.0",
"@cspell/cspell-types": "^8.17.1",
"@cspell/dict-de-de": "^4.0.3",
"@types/chai": "^5.0.1",
"@types/decompress": "^4.2.7",
Expand Down
18 changes: 9 additions & 9 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.17.0",
"@cspell/cspell-pipe": "^8.17.0",
"@cspell/cspell-types": "^8.17.0",
"@cspell/url": "^8.17.0",
"@cspell/cspell-bundled-dicts": "^8.17.1",
"@cspell/cspell-pipe": "^8.17.1",
"@cspell/cspell-types": "^8.17.1",
"@cspell/url": "^8.17.1",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.17.0",
"cspell-gitignore": "^8.17.0",
"cspell-glob": "^8.17.0",
"cspell-io": "^8.17.0",
"cspell-lib": "^8.17.0",
"cspell-config-lib": "^8.17.1",
"cspell-gitignore": "^8.17.1",
"cspell-glob": "^8.17.1",
"cspell-io": "^8.17.1",
"cspell-lib": "^8.17.1",
"gensequence": "^7.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 @@ -46,9 +46,9 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-types": "^8.17.0",
"@cspell/cspell-types": "^8.17.1",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.17.0",
"cspell-lib": "^8.17.1",
"regexp-worker": "^3.0.0",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-pipe": "^8.17.0",
"@cspell/cspell-types": "^8.17.0",
"@cspell/cspell-pipe": "^8.17.1",
"@cspell/cspell-types": "^8.17.1",
"@internal/common-utils": "file:../__utils",
"@internal/locale-resolver": "file:../__locale-resolver",
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
Expand All @@ -64,7 +64,7 @@
"camelize": "^1.0.1",
"code-spell-checker-server": "file:../_server",
"comment-json": "^4.2.5",
"cspell-lib": "^8.17.0",
"cspell-lib": "^8.17.1",
"fast-deep-equal": "^3.1.3",
"kefir": "^3.8.8",
"optionator": "^0.9.4",
Expand Down

0 comments on commit 361a52e

Please sign in to comment.