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 Apr 5, 2024
1 parent e601aa2 commit 55e3e57
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 177 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 @@
"@types/react": "^18.2.74",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"jiti": "^1.21.0",
"react": "^18.2.0",
"typescript": "^5.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"index.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -24,6 +24,6 @@
"@hannoeru/eslint-plugin": "workspace:*"
},
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -40,12 +40,12 @@
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsonc": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vue": "9.24.0",
"eslint-plugin-yml": "^1.14.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"@babel/types": "^7.24.0",
"@typescript-eslint/utils": "^7.5.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0"
}
Expand Down
Loading

0 comments on commit 55e3e57

Please sign in to comment.