Skip to content

Commit

Permalink
fix(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent cc28724 commit 5fc4ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"alex": "^11.0.0",
"eslint": "^8.3.0",
"eslint": "^9.0.0",
"execa": "^5.1.1",
"fs-extra": "^11.0.0",
"get-port": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"jest.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.0.0",
"dotenv-expand": "^11.0.0",
"eslint": "^8.3.0",
"eslint": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 5fc4ae9

Please sign in to comment.