Skip to content

Commit 2bef8a5

Browse files
feat: Update ESLint dependencies (#9251)
Co-authored-by: Ian Schmitz <[email protected]>
1 parent d1f32c4 commit 2bef8a5

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@testing-library/react": "^10.2.1",
2525
"@testing-library/user-event": "^12.0.2",
2626
"alex": "^8.0.0",
27-
"eslint": "^7.3.0",
27+
"eslint": "^7.5.0",
2828
"execa": "1.0.0",
2929
"fs-extra": "^9.0.0",
3030
"get-port": "^5.1.1",

packages/eslint-config-react-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@typescript-eslint/parser": "^3.0.0",
2020
"babel-eslint": "^10.0.0",
2121
"eslint": "^7.0.0",
22-
"eslint-plugin-flowtype": "^5.0.0",
23-
"eslint-plugin-import": "^2.21.1",
24-
"eslint-plugin-jsx-a11y": "^6.3.0",
25-
"eslint-plugin-react": "^7.20.0",
26-
"eslint-plugin-react-hooks": "^4.0.1"
22+
"eslint-plugin-flowtype": "^5.2.0",
23+
"eslint-plugin-import": "^2.22.0",
24+
"eslint-plugin-jsx-a11y": "^6.3.1",
25+
"eslint-plugin-react": "^7.20.3",
26+
"eslint-plugin-react-hooks": "^4.0.8"
2727
},
2828
"dependencies": {
2929
"confusing-browser-globals": "^1.0.9"

packages/react-error-overlay/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.3.0",
4646
"cross-env": "7.0.2",
47-
"eslint": "^7.3.0",
47+
"eslint": "^7.5.0",
4848
"eslint-config-react-app": "^5.2.1",
49-
"eslint-plugin-flowtype": "^5.1.3",
50-
"eslint-plugin-import": "^2.21.2",
49+
"eslint-plugin-flowtype": "^5.2.0",
50+
"eslint-plugin-import": "^2.22.0",
5151
"eslint-plugin-jsx-a11y": "^6.3.1",
52-
"eslint-plugin-react": "^7.20.0",
53-
"eslint-plugin-react-hooks": "^4.0.4",
52+
"eslint-plugin-react": "^7.20.3",
53+
"eslint-plugin-react-hooks": "^4.0.8",
5454
"flow-bin": "^0.116.0",
5555
"html-entities": "1.3.1",
5656
"jest": "26.1.0",

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"css-loader": "3.6.0",
4545
"dotenv": "8.2.0",
4646
"dotenv-expand": "5.1.0",
47-
"eslint": "^7.3.0",
47+
"eslint": "^7.5.0",
4848
"eslint-config-react-app": "^5.2.1",
4949
"eslint-loader": "^4.0.2",
50-
"eslint-plugin-flowtype": "^5.1.3",
51-
"eslint-plugin-import": "^2.21.2",
50+
"eslint-plugin-flowtype": "^5.2.0",
51+
"eslint-plugin-import": "^2.22.0",
5252
"eslint-plugin-jsx-a11y": "^6.3.1",
53-
"eslint-plugin-react": "^7.20.0",
54-
"eslint-plugin-react-hooks": "^4.0.4",
53+
"eslint-plugin-react": "^7.20.3",
54+
"eslint-plugin-react-hooks": "^4.0.8",
5555
"file-loader": "6.0.0",
5656
"fs-extra": "^9.0.0",
5757
"html-webpack-plugin": "4.3.0",

0 commit comments

Comments
 (0)