Skip to content

Commit bfe46e9

Browse files
committed
chore(deps): update dependency eslint-config-react-app to v7
1 parent 0e5ff60 commit bfe46e9

File tree

4 files changed

+931
-28
lines changed

4 files changed

+931
-28
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/redux-mock-store": "1.0.3",
4444
"@typescript-eslint/parser": "5.25.0",
4545
"eslint-config-prettier": "8.5.0",
46-
"eslint-config-react-app": "6.0.0",
46+
"eslint-config-react-app": "7.0.1",
4747
"eslint-plugin-compat": "4.0.2",
4848
"eslint-plugin-prettier": "4.0.0",
4949
"eslint-plugin-sonarjs": "0.13.0",

example-app/yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4049,11 +4049,6 @@ [email protected]:
40494049
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
40504050
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
40514051

4052-
confusing-browser-globals@^1.0.10:
4053-
version "1.0.10"
4054-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
4055-
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
4056-
40574052
confusing-browser-globals@^1.0.11:
40584053
version "1.0.11"
40594054
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
@@ -4918,14 +4913,7 @@ [email protected]:
49184913
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
49194914
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
49204915

4921-
4922-
version "6.0.0"
4923-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
4924-
integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
4925-
dependencies:
4926-
confusing-browser-globals "^1.0.10"
4927-
4928-
eslint-config-react-app@^7.0.1:
4916+
[email protected], eslint-config-react-app@^7.0.1:
49294917
version "7.0.1"
49304918
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"
49314919
integrity sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/parser": "5.25.0",
2525
"eslint": "8.16.0",
2626
"eslint-config-prettier": "8.5.0",
27-
"eslint-config-react-app": "6.0.0",
27+
"eslint-config-react-app": "7.0.1",
2828
"eslint-plugin-compat": "4.0.2",
2929
"eslint-plugin-flowtype": "8.0.3",
3030
"eslint-plugin-import": "2.26.0",

0 commit comments

Comments
 (0)