Skip to content

Commit

Permalink
fix: Update CSpell (main) (#3704)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 0901868 commit caf2f33
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4053,8 +4053,8 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.15.1",
"@cspell/cspell-types": "^8.15.1",
"@cspell/cspell-bundled-dicts": "^8.15.2",
"@cspell/cspell-types": "^8.15.2",
"cspell": "^8.15.2",
"regexp-worker": "^3.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 @@ -24,7 +24,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.15.1",
"@cspell/cspell-types": "^8.15.2",
"@cspell/dict-de-de": "^4.0.3",
"@types/chai": "^5.0.0",
"@types/decompress": "^4.2.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.15.1",
"@cspell/cspell-pipe": "^8.15.1",
"@cspell/cspell-types": "^8.15.1",
"@cspell/cspell-bundled-dicts": "^8.15.2",
"@cspell/cspell-pipe": "^8.15.2",
"@cspell/cspell-types": "^8.15.2",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.15.1",
"cspell-gitignore": "^8.15.1",
"cspell-glob": "^8.15.1",
"cspell-io": "^8.15.1",
"cspell-lib": "^8.15.1",
"cspell-config-lib": "^8.15.2",
"cspell-gitignore": "^8.15.2",
"cspell-glob": "^8.15.2",
"cspell-io": "^8.15.2",
"cspell-lib": "^8.15.2",
"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.15.1",
"@cspell/cspell-types": "^8.15.2",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.15.1",
"cspell-lib": "^8.15.2",
"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.15.1",
"@cspell/cspell-types": "^8.15.1",
"@cspell/cspell-pipe": "^8.15.2",
"@cspell/cspell-types": "^8.15.2",
"@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.15.1",
"cspell-lib": "^8.15.2",
"fast-deep-equal": "^3.1.3",
"kefir": "^3.8.8",
"optionator": "^0.9.4",
Expand Down

0 comments on commit caf2f33

Please sign in to comment.