Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6629)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 0cd3f29 commit 960e4e7
Show file tree
Hide file tree
Showing 8 changed files with 514 additions and 776 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.27.2",
"typedoc": "^0.27.3",
"typedoc-plugin-markdown": "4.2.10"
}
}
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"typescript-eslint": "^8.16.0"
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"typescript-eslint": "^8.17.0"
}
}
14 changes: 7 additions & 7 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,25 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/types": "^8.16.0",
"eslint": "^9.15.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/types": "^8.17.0",
"eslint": "^9.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-yml": "^1.15.0",
"globals": "^15.12.0",
"eslint-plugin-yml": "^1.16.0",
"globals": "^15.13.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^11.0.1",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.16.0",
"typescript-eslint": "^8.17.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 960e4e7

Please sign in to comment.