Skip to content

Commit 02dfd4c

Browse files
ci: Workflow Bot -- Update ALL Dependencies (#4944)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent ee472ce commit 02dfd4c

File tree

7 files changed

+175
-175
lines changed

7 files changed

+175
-175
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.2.2",
11+
"cspell": "^9.3.0",
1212
"glob": "^11.0.3"
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.2.2",
18-
"cspell-trie-lib": "^9.2.2",
17+
"cspell-io": "^9.3.0",
18+
"cspell-trie-lib": "^9.3.0",
1919
"yaml": "^2.8.1"
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.2.2",
17+
"@cspell/normalize-json": "^9.3.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
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/streetsidesoftware/cspell-dicts.git"
3838
},
3939
"devDependencies": {
40-
"@cspell/cspell-tools": "^9.2.2",
40+
"@cspell/cspell-tools": "^9.3.0",
4141
"@cspell/dict-cspell-bundle": "workspace:*",
4242
"@eslint/js": "^9.39.1",
4343
"@lerna-lite/cli": "^4.9.2",
@@ -47,14 +47,14 @@
4747
"ava": "^6.4.1",
4848
"cpy-cli": "^6.0.0",
4949
"cross-env": "^10.1.0",
50-
"cspell": "^9.2.2",
50+
"cspell": "^9.3.0",
5151
"cspell-dict-file-checker": "workspace:^",
5252
"cspell-dicts-scripts": "workspace:*",
53-
"cspell-trie": "^9.2.2",
53+
"cspell-trie": "^9.3.0",
5454
"eslint": "^9.39.1",
5555
"generator-cspell-dicts": "workspace:^",
5656
"globals": "^16.5.0",
57-
"hunspell-reader": "^9.2.2",
57+
"hunspell-reader": "^9.3.0",
5858
"inject-markdown": "^4.0.0",
5959
"json5": "2.2.3",
6060
"prettier": "^3.6.2",

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.2.2",
32+
"@cspell/cspell-pipe": "^9.3.0",
3333
"as-table": "^1.0.55",
3434
"chalk": "^5.6.2",
3535
"commander": "^14.0.2",
36-
"cspell-trie-lib": "^9.2.2",
36+
"cspell-trie-lib": "^9.3.0",
3737
"globby": "^15.0.0"
3838
},
3939
"files": [

0 commit comments

Comments
 (0)