Skip to content

Commit 5cd861d

Browse files
fix: Update CSpell (main) (#4402)
Co-authored-by: Jason3S <[email protected]>
1 parent f86f68f commit 5cd861d

File tree

7 files changed

+142
-142
lines changed

7 files changed

+142
-142
lines changed

package-lock.json

+123-123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4145,10 +4145,10 @@
41454145
"vitest": "^3.1.3"
41464146
},
41474147
"dependencies": {
4148-
"@cspell/cspell-bundled-dicts": "^9.0.0",
4149-
"@cspell/cspell-types": "^9.0.0",
4148+
"@cspell/cspell-bundled-dicts": "^9.0.1",
4149+
"@cspell/cspell-types": "^9.0.1",
41504150
"@cspell/dict-cspell-bundle": "^2.0.1",
4151-
"cspell": "^9.0.0",
4151+
"cspell": "^9.0.1",
41524152
"regexp-worker": "^3.0.0"
41534153
},
41544154
"vsce": {

packages/__utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"watch": "tsc -p . --watch"
4747
},
4848
"dependencies": {
49-
"@cspell/url": "^9.0.0",
49+
"@cspell/url": "^9.0.1",
5050
"vscode-uri": "^3.1.0"
5151
},
5252
"engines": {

packages/_integrationTests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@cspell/cspell-types": "^9.0.0",
27+
"@cspell/cspell-types": "^9.0.1",
2828
"@cspell/dict-de-de": "^4.1.0",
2929
"@types/chai": "^5.2.2",
3030
"@types/decompress": "^4.2.7",

packages/_server/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"yargs": "^17.7.2"
4141
},
4242
"dependencies": {
43-
"@cspell/cspell-bundled-dicts": "^9.0.0",
44-
"@cspell/cspell-pipe": "^9.0.0",
45-
"@cspell/cspell-types": "^9.0.0",
46-
"@cspell/url": "^9.0.0",
43+
"@cspell/cspell-bundled-dicts": "^9.0.1",
44+
"@cspell/cspell-pipe": "^9.0.1",
45+
"@cspell/cspell-types": "^9.0.1",
46+
"@cspell/url": "^9.0.1",
4747
"@internal/common-utils": "file:../__utils",
48-
"cspell-config-lib": "^9.0.0",
49-
"cspell-gitignore": "^9.0.0",
50-
"cspell-glob": "^9.0.0",
51-
"cspell-io": "^9.0.0",
52-
"cspell-lib": "^9.0.0",
48+
"cspell-config-lib": "^9.0.1",
49+
"cspell-gitignore": "^9.0.1",
50+
"cspell-glob": "^9.0.1",
51+
"cspell-io": "^9.0.1",
52+
"cspell-lib": "^9.0.1",
5353
"gensequence": "^7.0.0",
5454
"json-rpc-api": "file:../json-rpc-api",
5555
"rxjs": "^7.8.2",

packages/_serverPatternMatcher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"yargs": "^17.7.2"
4747
},
4848
"dependencies": {
49-
"@cspell/cspell-types": "^9.0.0",
49+
"@cspell/cspell-types": "^9.0.1",
5050
"@internal/common-utils": "file:../__utils",
51-
"cspell-lib": "^9.0.0",
51+
"cspell-lib": "^9.0.1",
5252
"regexp-worker": "^3.0.0",
5353
"vscode-languageserver": "^9.0.1",
5454
"vscode-languageserver-textdocument": "^1.0.12",

packages/client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"webpack-cli": "^6.0.1"
5454
},
5555
"dependencies": {
56-
"@cspell/cspell-pipe": "^9.0.0",
57-
"@cspell/cspell-types": "^9.0.0",
56+
"@cspell/cspell-pipe": "^9.0.1",
57+
"@cspell/cspell-types": "^9.0.1",
5858
"@internal/common-utils": "file:../__utils",
5959
"@internal/locale-resolver": "file:../__locale-resolver",
6060
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
@@ -64,7 +64,7 @@
6464
"camelize": "^1.0.1",
6565
"code-spell-checker-server": "file:../_server",
6666
"comment-json": "^4.2.5",
67-
"cspell-lib": "^9.0.0",
67+
"cspell-lib": "^9.0.1",
6868
"fast-deep-equal": "^3.1.3",
6969
"kefir": "^3.8.8",
7070
"optionator": "^0.9.4",

0 commit comments

Comments
 (0)