Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#942)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 3adffeb commit e700c06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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 @@ -83,6 +83,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-gb": "^4.1.39"
"@cspell/dict-en-gb": "^4.1.40"
}
}
8 changes: 4 additions & 4 deletions extensions/ukrainian/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/ukrainian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-uk-ua": "^4.0.0"
"@cspell/dict-uk-ua": "^4.0.1"
}
}

0 comments on commit e700c06

Please sign in to comment.