Skip to content

Commit 2f79545

Browse files
Bump eslint-plugin-react from 7.9.1 to 7.14.3
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.9.1 to 7.14.3. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.9.1...v7.14.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0abb97e commit 2f79545

File tree

3 files changed

+190
-28
lines changed

3 files changed

+190
-28
lines changed

package-lock.json

Lines changed: 120 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint-config-airbnb": "16.1.0",
1717
"eslint-plugin-import": "2.18.2",
1818
"eslint-plugin-jsx-a11y": "6.0.3",
19-
"eslint-plugin-react": "7.9.1"
19+
"eslint-plugin-react": "7.14.3"
2020
},
2121
"peerDepencencies": {
2222
"react-native": "*",

yarn.lock

Lines changed: 69 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ error-ex@^1.2.0:
388388
dependencies:
389389
is-arrayish "^0.2.1"
390390

391-
es-abstract@^1.12.0:
391+
es-abstract@^1.11.0, es-abstract@^1.12.0:
392392
version "1.14.2"
393393
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
394394
dependencies:
@@ -497,14 +497,19 @@ [email protected]:
497497
dependencies:
498498
eslint-plugin-react-native-globals "^0.1.1"
499499

500-
eslint-plugin-react@7.9.1:
501-
version "7.9.1"
502-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15"
500+
eslint-plugin-react@7.14.3:
501+
version "7.14.3"
502+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
503503
dependencies:
504+
array-includes "^3.0.3"
504505
doctrine "^2.1.0"
505-
has "^1.0.2"
506-
jsx-ast-utils "^2.0.1"
507-
prop-types "^15.6.1"
506+
has "^1.0.3"
507+
jsx-ast-utils "^2.1.0"
508+
object.entries "^1.1.0"
509+
object.fromentries "^2.0.0"
510+
object.values "^1.1.0"
511+
prop-types "^15.7.2"
512+
resolve "^1.10.1"
508513

509514
eslint-restricted-globals@^0.1.1:
510515
version "0.1.1"
@@ -715,7 +720,7 @@ has-symbols@^1.0.0:
715720
version "1.0.0"
716721
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
717722

718-
has@^1.0.1, has@^1.0.2, has@^1.0.3:
723+
has@^1.0.1, has@^1.0.3:
719724
version "1.0.3"
720725
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
721726
dependencies:
@@ -864,6 +869,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
864869
version "3.0.2"
865870
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
866871

872+
"js-tokens@^3.0.0 || ^4.0.0":
873+
version "4.0.0"
874+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
875+
867876
js-yaml@^3.9.1:
868877
version "3.12.0"
869878
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
@@ -883,11 +892,12 @@ json-stable-stringify-without-jsonify@^1.0.1:
883892
version "1.0.1"
884893
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
885894

886-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
887-
version "2.0.1"
888-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
895+
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.1.0:
896+
version "2.2.1"
897+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
889898
dependencies:
890899
array-includes "^3.0.3"
900+
object.assign "^4.1.0"
891901

892902
levn@^0.3.0, levn@~0.3.0:
893903
version "0.3.0"
@@ -922,6 +932,12 @@ loose-envify@^1.0.0, loose-envify@^1.3.1:
922932
dependencies:
923933
js-tokens "^3.0.0"
924934

935+
loose-envify@^1.4.0:
936+
version "1.4.0"
937+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
938+
dependencies:
939+
js-tokens "^3.0.0 || ^4.0.0"
940+
925941
lru-cache@^4.0.1:
926942
version "4.1.3"
927943
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
@@ -985,14 +1001,41 @@ object-inspect@^1.6.0:
9851001
version "1.6.0"
9861002
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
9871003

988-
object-keys@^1.0.12, object-keys@^1.1.1:
1004+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
9891005
version "1.1.1"
9901006
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
9911007

9921008
object-keys@^1.0.8:
9931009
version "1.0.11"
9941010
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
9951011

1012+
object.assign@^4.1.0:
1013+
version "4.1.0"
1014+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
1015+
dependencies:
1016+
define-properties "^1.1.2"
1017+
function-bind "^1.1.1"
1018+
has-symbols "^1.0.0"
1019+
object-keys "^1.0.11"
1020+
1021+
object.entries@^1.1.0:
1022+
version "1.1.0"
1023+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
1024+
dependencies:
1025+
define-properties "^1.1.3"
1026+
es-abstract "^1.12.0"
1027+
function-bind "^1.1.1"
1028+
has "^1.0.3"
1029+
1030+
object.fromentries@^2.0.0:
1031+
version "2.0.0"
1032+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
1033+
dependencies:
1034+
define-properties "^1.1.2"
1035+
es-abstract "^1.11.0"
1036+
function-bind "^1.1.1"
1037+
has "^1.0.1"
1038+
9961039
object.values@^1.1.0:
9971040
version "1.1.0"
9981041
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
@@ -1115,18 +1158,30 @@ promise@^7.1.1:
11151158
dependencies:
11161159
asap "~2.0.3"
11171160

1118-
[email protected], prop-types@^15.5.10, prop-types@^15.6.1:
1161+
11191162
version "15.6.1"
11201163
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
11211164
dependencies:
11221165
fbjs "^0.8.16"
11231166
loose-envify "^1.3.1"
11241167
object-assign "^4.1.1"
11251168

1169+
prop-types@^15.5.10, prop-types@^15.7.2:
1170+
version "15.7.2"
1171+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1172+
dependencies:
1173+
loose-envify "^1.4.0"
1174+
object-assign "^4.1.1"
1175+
react-is "^16.8.1"
1176+
11261177
pseudomap@^1.0.2:
11271178
version "1.0.2"
11281179
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
11291180

1181+
react-is@^16.8.1:
1182+
version "16.10.1"
1183+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.1.tgz#0612786bf19df406502d935494f0450b40b8294f"
1184+
11301185
11311186
version "1.3.0"
11321187
resolved "https://registry.yarnpkg.com/react-native-animatable/-/react-native-animatable-1.3.0.tgz#b5c3940fc758cfd9b2fe54613a457c4b6962b46e"
@@ -1175,7 +1230,7 @@ resolve-from@^1.0.0:
11751230
version "1.0.1"
11761231
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
11771232

1178-
resolve@^1.11.0, resolve@^1.5.0:
1233+
resolve@^1.10.1, resolve@^1.11.0, resolve@^1.5.0:
11791234
version "1.12.0"
11801235
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
11811236
dependencies:

0 commit comments

Comments
 (0)