Skip to content

Commit 050d71d

Browse files
committed
feat: Update ESLint dependencies
1 parent ed919b1 commit 050d71d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@testing-library/react": "^11.0.4",
2525
"@testing-library/user-event": "^12.0.11",
2626
"alex": "^8.0.0",
27-
"eslint": "^7.9.0",
27+
"eslint": "^7.11.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,14 +44,14 @@
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.3.0",
4646
"cross-env": "7.0.2",
47-
"eslint": "^7.9.0",
47+
"eslint": "^7.11.0",
4848
"eslint-config-react-app": "^5.2.1",
4949
"eslint-plugin-flowtype": "^5.2.0",
50-
"eslint-plugin-import": "^2.22.0",
51-
"eslint-plugin-jest": "^24.0.1",
50+
"eslint-plugin-import": "^2.22.1",
51+
"eslint-plugin-jest": "^24.1.0",
5252
"eslint-plugin-jsx-a11y": "^6.3.1",
53-
"eslint-plugin-react": "^7.20.6",
54-
"eslint-plugin-react-hooks": "^4.1.2",
53+
"eslint-plugin-react": "^7.21.5",
54+
"eslint-plugin-react-hooks": "^4.2.0",
5555
"flow-bin": "^0.116.0",
5656
"html-entities": "1.3.1",
5757
"jest": "26.4.2",

packages/react-scripts/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/core": "7.11.6",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
3333
"@svgr/webpack": "5.4.0",
34-
"@typescript-eslint/eslint-plugin": "^4.1.0",
35-
"@typescript-eslint/parser": "^4.1.0",
34+
"@typescript-eslint/eslint-plugin": "^4.5.0",
35+
"@typescript-eslint/parser": "^4.5.0",
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^26.3.0",
3838
"babel-loader": "8.1.0",
@@ -44,14 +44,14 @@
4444
"css-loader": "4.3.0",
4545
"dotenv": "8.2.0",
4646
"dotenv-expand": "5.1.0",
47-
"eslint": "^7.9.0",
47+
"eslint": "^7.11.0",
4848
"eslint-config-react-app": "^5.2.1",
4949
"eslint-plugin-flowtype": "^5.2.0",
50-
"eslint-plugin-import": "^2.22.0",
51-
"eslint-plugin-jest": "^24.0.1",
50+
"eslint-plugin-import": "^2.22.1",
51+
"eslint-plugin-jest": "^24.1.0",
5252
"eslint-plugin-jsx-a11y": "^6.3.1",
53-
"eslint-plugin-react": "^7.20.6",
54-
"eslint-plugin-react-hooks": "^4.1.2",
53+
"eslint-plugin-react": "^7.21.5",
54+
"eslint-plugin-react-hooks": "^4.2.0",
5555
"eslint-webpack-plugin": "^2.1.0",
5656
"file-loader": "6.1.0",
5757
"fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)