Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 410cef3

Browse files
committed
feat: Update ESLint dependencies
1 parent 2da5517 commit 410cef3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.4.0",
2828
"execa": "1.0.0",
2929
"fs-extra": "^9.0.0",
3030
"get-port": "^5.1.1",

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.4.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.5",
5454
"flow-bin": "^0.116.0",
5555
"html-entities": "1.3.1",
5656
"jest": "26.0.1",

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.4.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.5",
5555
"file-loader": "6.0.0",
5656
"fs-extra": "^9.0.0",
5757
"html-webpack-plugin": "4.3.0",

0 commit comments

Comments
 (0)