Skip to content

Commit

Permalink
fix: Update CSpell version (8.17.5) (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6aeda12 commit 57085e7
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 373 deletions.
6 changes: 3 additions & 3 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.17.4",
"@cspell/cspell-bundled-dicts": "^8.17.5",
"@cspell/cspell-types": "^8.17.4",
"@octokit/webhooks-types": "^7.6.1",
"@types/node": "^20.17.19",
"cspell": "^8.17.4",
"cspell-glob": "^8.17.4",
"cspell": "^8.17.5",
"cspell-glob": "^8.17.5",
"vscode-uri": "^3.1.0"
},
"files": [
Expand Down
486 changes: 243 additions & 243 deletions action/lib/main_root.cjs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions action/node_modules/@cspell/cspell-bundled-dicts/package.json

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

Binary file modified action/node_modules/@cspell/dict-en_us/en_US.trie.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-en_us/package.json

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

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@cspell/cspell-bundled-dicts"
],
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.17.4"
"@cspell/cspell-bundled-dicts": "^8.17.5"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 57085e7

Please sign in to comment.