Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 9633077 commit f44578c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 263 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@web-configs/babel-preset": "workspace:*",
"@web-configs/eslint-plugin": "workspace:*",
"@web-configs/prettier": "workspace:*",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.5.0"
},
"dependencies": {
"@babel/core": "^7.24.5",
Expand All @@ -43,9 +43,9 @@
"eslint-config-prettier": "^9.1.0",
"eslint-module-utils": "^2.8.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading

0 comments on commit f44578c

Please sign in to comment.