Skip to content

Commit

Permalink
fix: Update CSpell version (8.14.4) (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 30da898 commit 985a0d8
Show file tree
Hide file tree
Showing 11 changed files with 785 additions and 562 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.10.1",
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.14.2",
"@cspell/cspell-bundled-dicts": "^8.14.4",
"@cspell/cspell-types": "^8.14.2",
"@octokit/webhooks-types": "^7.5.1",
"@types/node": "^20.16.5",
"cspell": "^8.14.2",
"cspell-glob": "^8.14.2",
"cspell": "^8.14.4",
"cspell-glob": "^8.14.4",
"vscode-uri": "^3.0.8"
},
"files": [
Expand Down
942 changes: 502 additions & 440 deletions action/lib/main_root.cjs

Large diffs are not rendered by default.

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

39 changes: 20 additions & 19 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.

21 changes: 21 additions & 0 deletions action/node_modules/@cspell/dict-flutter/LICENSE

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

55 changes: 55 additions & 0 deletions action/node_modules/@cspell/dict-flutter/README.md

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

26 changes: 26 additions & 0 deletions action/node_modules/@cspell/dict-flutter/cspell-ext.json

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

Binary file not shown.
45 changes: 45 additions & 0 deletions action/node_modules/@cspell/dict-flutter/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.14.2"
"@cspell/cspell-bundled-dicts": "^8.14.4"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 985a0d8

Please sign in to comment.