Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4862)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 54aa364 commit 1c12a22
Show file tree
Hide file tree
Showing 9 changed files with 788 additions and 787 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@cspell/cspell-bundled-dicts": "workspace:*",
"@cspell/dict-de-de": "^3.1.0",
"@types/jest": "^29.5.5",
"@types/shelljs": "^0.8.12",
"@types/shelljs": "^0.8.13",
"cspell": "workspace:*",
"jest": "^29.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-typescript": "^11.1.4",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^18.17.19",
"@types/node": "^18.18.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.34.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"devDependencies": {
"@types/eslint": "^8.44.3",
"@types/estree": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.2",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/types": "^6.7.2",
"@typescript-eslint/typescript-estree": "^6.7.2",
"@typescript-eslint/types": "^6.7.3",
"@typescript-eslint/typescript-estree": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@types/micromatch": "^4.0.2"
"@types/micromatch": "^4.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"gensequence": "^6.0.0",
"import-fresh": "^3.3.0",
"resolve-from": "^5.0.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.7"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"cosmiconfig": "8.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0",
"glob": "^10.3.6",
"glob": "^10.3.10",
"hunspell-reader": "workspace:*",
"yaml": "^2.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"devDependencies": {
"@types/file-entry-cache": "^5.0.2",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.5.2",
"@types/micromatch": "^4.0.3",
"@types/semver": "^7.5.3",
"micromatch": "^4.0.5",
"minimatch": "^9.0.3"
}
Expand Down
Loading

0 comments on commit 1c12a22

Please sign in to comment.