Skip to content

Commit a52c22e

Browse files
authored
chore: Lock cspell version to 9.4.0 (#5146)
1 parent 9a49979 commit a52c22e

File tree

7 files changed

+70
-132
lines changed

7 files changed

+70
-132
lines changed

cspell-dict-file-checker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"private": true,
99
"dependencies": {
1010
"ava": "^6.4.1",
11-
"cspell": "^9.4.0",
11+
"cspell": "9.4.0",
1212
"glob": "^13.0.0"
1313
}
1414
}

dictionaries/en-common-misspellings/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"cspell-io": "^9.5.0",
18-
"cspell-trie-lib": "^9.5.0",
17+
"cspell-io": "9.4.0",
18+
"cspell-trie-lib": "9.4.0",
1919
"yaml": "^2.8.2"
2020
}
2121
}

dictionaries/npm/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@cspell/normalize-json": "^9.5.0",
17+
"@cspell/normalize-json": "9.4.0",
1818
"csv-stringify": "^6.6.0"
1919
},
2020
"engines": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/streetsidesoftware/cspell-dicts.git"
3939
},
4040
"devDependencies": {
41-
"@cspell/cspell-tools": "^9.5.0",
41+
"@cspell/cspell-tools": "9.4.0",
4242
"@cspell/dict-cspell-bundle": "workspace:*",
4343
"@eslint/js": "^9.39.2",
4444
"@lerna-lite/cli": "^4.10.5",
@@ -48,14 +48,14 @@
4848
"ava": "^6.4.1",
4949
"cpy-cli": "^6.0.0",
5050
"cross-env": "^10.1.0",
51-
"cspell": "^9.4.0",
51+
"cspell": "9.4.0",
5252
"cspell-dict-file-checker": "workspace:^",
5353
"cspell-dicts-scripts": "workspace:*",
54-
"cspell-trie": "^9.5.0",
54+
"cspell-trie": "9.4.0",
5555
"eslint": "^9.39.2",
5656
"generator-cspell-dicts": "workspace:^",
5757
"globals": "^17.0.0",
58-
"hunspell-reader": "^9.5.0",
58+
"hunspell-reader": "9.4.0",
5959
"inject-markdown": "^4.0.0",
6060
"json5": "2.2.3",
6161
"prettier": "^3.7.4",

packages/en-freq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"typescript": "^5.9.3"
3030
},
3131
"dependencies": {
32-
"@cspell/cspell-pipe": "^9.5.0",
32+
"@cspell/cspell-pipe": "9.4.0",
3333
"as-table": "^1.0.55",
3434
"chalk": "^5.6.2",
3535
"commander": "^14.0.2",
36-
"cspell-trie-lib": "^9.5.0",
36+
"cspell-trie-lib": "9.4.0",
3737
"globby": "^16.1.0"
3838
},
3939
"files": [

0 commit comments

Comments
 (0)