Skip to content

Commit e43012d

Browse files
committed
Update dependency eslint-plugin-react to v7.10.0
1 parent b3bed78 commit e43012d

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"codemirror": "5.39.2",
5454
"css-loader": "0.28.11",
5555
"eslint": "4.19.1",
56-
"eslint-plugin-react": "7.5.1",
56+
"eslint-plugin-react": "7.10.0",
5757
"extract-text-webpack-plugin": "3.0.2",
5858
"file-loader": "0.11.2",
5959
"image-webpack-loader": "3.6.0",

yarn.lock

+19-16
Original file line numberDiff line numberDiff line change
@@ -2243,13 +2243,6 @@ [email protected]:
22432243
dependencies:
22442244
literal-toast "^1.0.0"
22452245

2246-
doctrine@^2.0.0:
2247-
version "2.0.0"
2248-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.0.tgz#c73d8d2909d22291e1a007a395804da8b665fe63"
2249-
dependencies:
2250-
esutils "^2.0.2"
2251-
isarray "^1.0.0"
2252-
22532246
doctrine@^2.1.0:
22542247
version "2.1.0"
22552248
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -2491,14 +2484,14 @@ escope@^3.6.0:
24912484
esrecurse "^4.1.0"
24922485
estraverse "^4.1.1"
24932486

2494-
eslint-plugin-react@7.5.1:
2495-
version "7.5.1"
2496-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b"
2487+
eslint-plugin-react@7.10.0:
2488+
version "7.10.0"
2489+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
24972490
dependencies:
2498-
doctrine "^2.0.0"
2499-
has "^1.0.1"
2500-
jsx-ast-utils "^2.0.0"
2501-
prop-types "^15.6.0"
2491+
doctrine "^2.1.0"
2492+
has "^1.0.3"
2493+
jsx-ast-utils "^2.0.1"
2494+
prop-types "^15.6.2"
25022495

25032496
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
25042497
version "3.7.1"
@@ -3116,6 +3109,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
31163109
version "1.1.0"
31173110
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
31183111

3112+
function-bind@^1.1.1:
3113+
version "1.1.1"
3114+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3115+
31193116
functional-red-black-tree@^1.0.1:
31203117
version "1.0.1"
31213118
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3431,6 +3428,12 @@ has@^1.0.1:
34313428
dependencies:
34323429
function-bind "^1.0.2"
34333430

3431+
has@^1.0.3:
3432+
version "1.0.3"
3433+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3434+
dependencies:
3435+
function-bind "^1.1.1"
3436+
34343437
hash-base@^2.0.0:
34353438
version "2.0.2"
34363439
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4525,7 +4528,7 @@ jsprim@^1.2.2:
45254528
json-schema "0.2.3"
45264529
verror "1.3.6"
45274530

4528-
jsx-ast-utils@^2.0.0:
4531+
jsx-ast-utils@^2.0.1:
45294532
version "2.0.1"
45304533
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
45314534
dependencies:
@@ -5901,7 +5904,7 @@ promise@^7.1.1:
59015904
dependencies:
59025905
asap "~2.0.3"
59035906

5904-
5907+
[email protected], prop-types@^15.6.2:
59055908
version "15.6.2"
59065909
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
59075910
dependencies:

0 commit comments

Comments
 (0)