Skip to content

Commit c1f696d

Browse files
committed
chore(deps): update dependency eslint-config-react-app to v7
1 parent 3e53e7b commit c1f696d

File tree

4 files changed

+162
-36
lines changed

4 files changed

+162
-36
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.9.0",
4545
"eslint-config-prettier": "8.3.0",
46-
"eslint-config-react-app": "6.0.0",
46+
"eslint-config-react-app": "7.0.0",
4747
"eslint-plugin-compat": "4.0.0",
4848
"eslint-plugin-prettier": "4.0.0",
4949
"eslint-plugin-sonarjs": "0.11.0",

example-app/yarn.lock

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

3998-
confusing-browser-globals@^1.0.10:
3999-
version "1.0.10"
4000-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
4001-
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
4002-
40033998
confusing-browser-globals@^1.0.11:
40043999
version "1.0.11"
40054000
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
@@ -4852,14 +4847,7 @@ [email protected]:
48524847
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
48534848
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
48544849

4855-
4856-
version "6.0.0"
4857-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
4858-
integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
4859-
dependencies:
4860-
confusing-browser-globals "^1.0.10"
4861-
4862-
eslint-config-react-app@^7.0.0:
4850+
[email protected], eslint-config-react-app@^7.0.0:
48634851
version "7.0.0"
48644852
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.0.tgz#0fa96d5ec1dfb99c029b1554362ab3fa1c3757df"
48654853
integrity sha512-xyymoxtIt1EOsSaGag+/jmcywRuieQoA2JbPCjnw9HukFj9/97aGPoZVFioaotzk1K5Qt9sHO5EutZbkrAXS0g==

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.9.0",
2525
"eslint": "8.6.0",
2626
"eslint-config-prettier": "8.3.0",
27-
"eslint-config-react-app": "6.0.0",
27+
"eslint-config-react-app": "7.0.0",
2828
"eslint-plugin-compat": "4.0.0",
2929
"eslint-plugin-flowtype": "8.0.3",
3030
"eslint-plugin-import": "2.25.4",

0 commit comments

Comments
 (0)