Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 2f41bae commit f650754
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions extensions/hebrew/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/hebrew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-he": "^3.0.0"
"@cspell/dict-he": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions extensions/lithuanian/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/lithuanian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-lt-lt": "^3.0.0"
"@cspell/dict-lt-lt": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions extensions/persian/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/persian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-fa-ir": "^3.0.0"
"@cspell/dict-fa-ir": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions extensions/romanian/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/romanian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-ro-ro": "^1.1.0"
"@cspell/dict-ro-ro": "^2.0.0"
}
}
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 @@ -77,6 +77,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-uk-ua": "^3.1.0"
"@cspell/dict-uk-ua": "^4.0.0"
}
}

0 comments on commit f650754

Please sign in to comment.