Skip to content

Commit 7130cdf

Browse files
author
Morten N.O. Henriksen
committed
Update eslint to 7.30.0
1 parent c3abea1 commit 7130cdf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/react": "^11.1.0",
2626
"@testing-library/user-event": "^12.1.10",
2727
"alex": "^8.2.0",
28-
"eslint": "^7.11.0",
28+
"eslint": "^7.30.0",
2929
"execa": "1.0.0",
3030
"fs-extra": "^9.0.1",
3131
"get-port": "^5.1.1",

packages/create-react-app/yarn.lock.cached

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3929,7 +3929,7 @@ eslint-webpack-plugin@^2.5.4:
39293929
normalize-path "^3.0.0"
39303930
schema-utils "^3.0.0"
39313931

3932-
eslint@^7.11.0:
3932+
eslint@^7.30.0:
39333933
version "7.30.0"
39343934
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
39353935
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^4.0.0",
2525
"@typescript-eslint/parser": "^4.0.0",
2626
"babel-preset-react-app": "^10.0.0",
27-
"eslint": "^7.5.0",
27+
"eslint": "^7.30.0",
2828
"eslint-plugin-flowtype": "^5.2.0",
2929
"eslint-plugin-import": "^2.22.0",
3030
"eslint-plugin-jest": "^24.0.0",

packages/react-error-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.5.1",
4646
"cross-env": "7.0.3",
47-
"eslint": "^7.11.0",
47+
"eslint": "^7.30.0",
4848
"eslint-config-react-app": "^6.0.0",
4949
"eslint-plugin-flowtype": "^5.2.0",
5050
"eslint-plugin-import": "^2.22.1",

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"css-minimizer-webpack-plugin": "3.0.2",
4747
"dotenv": "9.0.2",
4848
"dotenv-expand": "5.1.0",
49-
"eslint": "^7.11.0",
49+
"eslint": "^7.30.0",
5050
"eslint-config-react-app": "^6.0.0",
5151
"eslint-plugin-flowtype": "^5.2.0",
5252
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)