Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a762f6b commit 2f649b5
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions extensions/australian-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/australian-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-au": "^1.0.18"
"@cspell/dict-en-au": "^1.0.19"
}
}
8 changes: 4 additions & 4 deletions extensions/british-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/british-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-gb": "^4.1.51"
"@cspell/dict-en-gb": "^4.1.52"
}
}
8 changes: 4 additions & 4 deletions extensions/canadian-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/canadian-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-ca": "^1.0.18"
"@cspell/dict-en-ca": "^1.0.19"
}
}
24 changes: 12 additions & 12 deletions extensions/cspell-bundled-dictionaries/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/cspell-bundled-dictionaries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-cspell-bundle": "^1.0.11"
"@cspell/dict-cspell-bundle": "^1.0.12"
}
}

0 comments on commit 2f649b5

Please sign in to comment.