Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 8b6053e commit f6180fc
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 120 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@babel/eslint-plugin": "7.22.10",
"eslint": "8.47.0",
"eslint": "9.8.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"license": "MIT",
"peerDependencies": {
"@poool/eslint-config": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"eslint-plugin-n": "^15.2.0 || ^16.0.0"
},
"devDependencies": {
"@poool/eslint-config": "^3.0.1",
"eslint": "8.47.0",
"eslint": "9.8.0",
"eslint-plugin-n": "16.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"peerDependencies": {
"@poool/eslint-config": "^3.0.0",
"@poool/eslint-config-react": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"eslint-plugin-react-native": "^3.8.1 || ^4.0.0"
},
"devDependencies": {
"@poool/eslint-config-react": "^3.0.1",
"eslint": "8.47.0",
"eslint": "9.8.0",
"eslint-plugin-react-native": "4.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"license": "MIT",
"peerDependencies": {
"@poool/eslint-config": "^3.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"eslint-plugin-react": "^7.20.0"
},
"devDependencies": {
"@poool/eslint-config": "^3.0.1",
"eslint": "8.47.0",
"eslint": "9.8.0",
"eslint-plugin-react": "7.33.1"
},
"publishConfig": {
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 @@ -19,7 +19,7 @@
"@babel/eslint-parser": "^7.2.0",
"@babel/eslint-plugin": "^7.2.0",
"@poool/eslint-plugin": "^3.0.0",
"eslint": "^7.2.0 || ^8.0.0",
"eslint": "^7.2.0 || ^8.0.0 || ^9.0.0",
"eslint-config-standard": "^15.0.0 || ^16.0.0 || ^17.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-n": "^15.2.0 || ^16.0.0",
Expand All @@ -30,7 +30,7 @@
"@babel/eslint-parser": "7.22.10",
"@babel/eslint-plugin": "7.22.10",
"@poool/eslint-plugin": "^3.0.0",
"eslint": "8.47.0",
"eslint": "9.8.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"author": "Ugo Stephant <[email protected]>",
"license": "MIT",
"peerDependencies": {
"eslint": "^7.2.0 || ^8.0.0"
"eslint": "^7.2.0 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"eslint": "8.47.0"
"eslint": "9.8.0"
},
"dependencies": {
"eslint-rule-composer": "0.3.0"
Expand Down
Loading

0 comments on commit f6180fc

Please sign in to comment.