Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#5822)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 4d99cc3 commit baef741
Show file tree
Hide file tree
Showing 7 changed files with 457 additions and 390 deletions.
2 changes: 1 addition & 1 deletion doc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=18"
},
"dependencies": {
"typedoc": "^0.26.2",
"typedoc": "^0.26.3",
"typedoc-plugin-markdown": "4.0.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.5.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.2",
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/publish": "^3.6.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
Expand Down Expand Up @@ -128,7 +128,7 @@
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.6.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^10.5.1",
"mocha": "^10.5.2",
"ts-json-schema-generator": "^2.3.0",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
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 @@ -53,6 +53,6 @@
"micromatch": "^4.0.7"
},
"devDependencies": {
"@types/micromatch": "^4.0.7"
"@types/micromatch": "^4.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
"devDependencies": {
"@types/file-entry-cache": "^5.0.4",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.7",
"@types/micromatch": "^4.0.8",
"@types/semver": "^7.5.8",
"micromatch": "^4.0.7",
"minimatch": "^9.0.4"
"minimatch": "^9.0.5"
}
}
Loading

0 comments on commit baef741

Please sign in to comment.