Skip to content

Commit 7499f6d

Browse files
committed
Update dependency eslint-plugin-react to v7.21.4
1 parent e76f91d commit 7499f6d

2 files changed

Lines changed: 21 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/parser": "4.3.0",
5858
"eslint": "7.10.0",
5959
"eslint-config-prettier": "6.12.0",
60-
"eslint-plugin-react": "7.21.3",
60+
"eslint-plugin-react": "7.21.4",
6161
"eslint-plugin-react-hooks": "4.1.2",
6262
"husky": "4.3.0",
6363
"jest": "26.4.2",

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,16 +2981,16 @@ eslint-plugin-react-hooks@4.1.2:
29812981
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
29822982
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
29832983

2984-
eslint-plugin-react@7.21.3:
2985-
version "7.21.3"
2986-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz#71655d2af5155b19285ec929dd2cdc67a4470b52"
2987-
integrity sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==
2984+
eslint-plugin-react@7.21.4:
2985+
version "7.21.4"
2986+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
2987+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
29882988
dependencies:
29892989
array-includes "^3.1.1"
29902990
array.prototype.flatmap "^1.2.3"
29912991
doctrine "^2.1.0"
29922992
has "^1.0.3"
2993-
jsx-ast-utils "^2.4.1"
2993+
jsx-ast-utils "^2.4.1 || ^3.0.0"
29942994
object.entries "^1.1.2"
29952995
object.fromentries "^2.0.2"
29962996
object.values "^1.1.1"
@@ -4758,13 +4758,13 @@ jsprim@^1.2.2:
47584758
json-schema "0.2.3"
47594759
verror "1.10.0"
47604760

4761-
jsx-ast-utils@^2.4.1:
4762-
version "2.4.1"
4763-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
4764-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
4761+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
4762+
version "3.0.0"
4763+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
4764+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
47654765
dependencies:
47664766
array-includes "^3.1.1"
4767-
object.assign "^4.1.0"
4767+
object.assign "^4.1.1"
47684768

47694769
kind-of@^1.1.0:
47704770
version "1.1.0"
@@ -5592,6 +5592,16 @@ object.assign@^4.1.0:
55925592
has-symbols "^1.0.0"
55935593
object-keys "^1.0.11"
55945594

5595+
object.assign@^4.1.1:
5596+
version "4.1.1"
5597+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
5598+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
5599+
dependencies:
5600+
define-properties "^1.1.3"
5601+
es-abstract "^1.18.0-next.0"
5602+
has-symbols "^1.0.1"
5603+
object-keys "^1.1.1"
5604+
55955605
object.entries@^1.1.2:
55965606
version "1.1.2"
55975607
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"

0 commit comments

Comments
 (0)