Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3aa8b70 commit bd94d14
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions extensions/ancient-greek/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/ancient-greek/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-grc": "^1.0.0"
"@cspell/dict-grc": "^1.0.1"
}
}
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.37"
"@cspell/dict-en-gb": "^4.1.38"
}
}
8 changes: 4 additions & 4 deletions extensions/danish/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/danish/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-da-dk": "^3.1.0"
"@cspell/dict-da-dk": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions extensions/german/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/german/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-de-de": "^3.2.0"
"@cspell/dict-de-de": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions extensions/greek/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/greek/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-el": "^3.1.0"
"@cspell/dict-el": "^3.1.1"
}
}
8 changes: 4 additions & 4 deletions extensions/spanish/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/spanish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-es-es": "^2.4.0"
"@cspell/dict-es-es": "^3.0.0"
}
}

0 comments on commit bd94d14

Please sign in to comment.