Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 09ecd8c commit 0a06bd9
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 314 deletions.
2 changes: 1 addition & 1 deletion cspell-dict-file-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"ava": "^6.1.3",
"cspell": "^8.15.2",
"cspell": "^8.15.3",
"glob": "^10.4.5"
}
}
2 changes: 1 addition & 1 deletion dictionaries/npm/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@cspell/normalize-json": "^8.15.2",
"@cspell/normalize-json": "^8.15.3",
"csv-stringify": "^6.5.1"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"url": "https://github.com/streetsidesoftware/cspell-dicts.git"
},
"devDependencies": {
"@cspell/cspell-tools": "^8.15.2",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/exec": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@lerna-lite/run": "^3.9.3",
"@cspell/cspell-tools": "^8.15.3",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/exec": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/run": "^3.10.0",
"ava": "^6.1.3",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"cspell": "^8.15.2",
"cspell": "^8.15.3",
"cspell-dict-file-checker": "workspace:*",
"cspell-trie": "^8.15.2",
"cspell-trie": "^8.15.3",
"eslint": "^9.12.0",
"generator-cspell-dicts": "workspace:*",
"globals": "^15.11.0",
"hunspell-reader": "^8.15.2",
"hunspell-reader": "^8.15.3",
"inject-markdown": "^3.1.0",
"json5": "2.2.3",
"prettier": "^3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/en-freq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"typescript": "^5.6.3"
},
"dependencies": {
"@cspell/cspell-pipe": "^8.15.2",
"@cspell/cspell-pipe": "^8.15.3",
"as-table": "^1.0.55",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"cspell-trie-lib": "^8.15.2",
"cspell-trie-lib": "^8.15.3",
"globby": "^14.0.2"
},
"files": [
Expand Down
Loading

0 comments on commit 0a06bd9

Please sign in to comment.