Skip to content

Commit

Permalink
Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent a5b3dd0 commit ca867c3
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@yarnpkg/types": "^4.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"eslint-formatter-codeframe": "^7.32.1",
"flow-bin": "^0.237.2",
"hermes-eslint": "^0.25.1",
Expand Down
4 changes: 2 additions & 2 deletions src/eslint-fixtures-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@adeira/flow-types-eslint": "0.0.0",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.26.0",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"hermes-eslint": "^0.25.1",
"jest-docblock": "^29.7.0"
},
"peerDependencies": {
"eslint": "^8.57.1"
"eslint": "^9.17.0"
}
}
2 changes: 1 addition & 1 deletion src/eslint-plugin-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@adeira/eslint-fixtures-tester": "0.1.0",
"@adeira/flow-types-eslint": "0.0.0",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"hermes-eslint": "^0.25.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/eslint-plugin-sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@adeira/flow-types-eslint": "0.0.0",
"@adeira/sx": "^0.30.0",
"@babel/code-frame": "^7.26.2",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"hermes-eslint": "^0.25.1",
"react": "^18.3.1"
},
"peerDependencies": {
"eslint": "^8.57.1"
"eslint": "^9.17.0"
}
}
2 changes: 1 addition & 1 deletion src/typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.17.10",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"eslint-config-next": "^14.2.5",
"next": "^14.2.5",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit ca867c3

Please sign in to comment.