Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#887)
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 54187bd commit 99ac3e6
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
Expand Up @@ -83,6 +83,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-gb": "^4.1.36"
"@cspell/dict-en-gb": "^4.1.37"
}
}
8 changes: 4 additions & 4 deletions extensions/russian/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/russian/package.json
Expand Up @@ -75,6 +75,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-ru_ru": "^2.2.0"
"@cspell/dict-ru_ru": "^2.2.1"
}
}

0 comments on commit 99ac3e6

Please sign in to comment.