Skip to content

Commit 88c3d8f

Browse files
committed
Update dependency eslint-plugin-react to v7.11.0
1 parent ff0bb2c commit 88c3d8f

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-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.11.0",
5757
"extract-text-webpack-plugin": "3.0.2",
5858
"file-loader": "1.1.11",
5959
"image-webpack-loader": "3.6.0",

yarn.lock

+20-16
Original file line numberDiff line numberDiff line change
@@ -2239,13 +2239,6 @@ [email protected]:
22392239
dependencies:
22402240
literal-toast "^1.0.0"
22412241

2242-
doctrine@^2.0.0:
2243-
version "2.0.0"
2244-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.0.tgz#c73d8d2909d22291e1a007a395804da8b665fe63"
2245-
dependencies:
2246-
esutils "^2.0.2"
2247-
isarray "^1.0.0"
2248-
22492242
doctrine@^2.1.0:
22502243
version "2.1.0"
22512244
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -2487,14 +2480,15 @@ escope@^3.6.0:
24872480
esrecurse "^4.1.0"
24882481
estraverse "^4.1.1"
24892482

2490-
eslint-plugin-react@7.5.1:
2491-
version "7.5.1"
2492-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b"
2483+
eslint-plugin-react@7.11.0:
2484+
version "7.11.0"
2485+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz#b3124af974c4da978e62a57ea49a7bc26f11e76d"
24932486
dependencies:
2494-
doctrine "^2.0.0"
2495-
has "^1.0.1"
2496-
jsx-ast-utils "^2.0.0"
2497-
prop-types "^15.6.0"
2487+
array-includes "^3.0.3"
2488+
doctrine "^2.1.0"
2489+
has "^1.0.3"
2490+
jsx-ast-utils "^2.0.1"
2491+
prop-types "^15.6.2"
24982492

24992493
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
25002494
version "3.7.1"
@@ -3113,6 +3107,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
31133107
version "1.1.0"
31143108
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
31153109

3110+
function-bind@^1.1.1:
3111+
version "1.1.1"
3112+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3113+
31163114
functional-red-black-tree@^1.0.1:
31173115
version "1.0.1"
31183116
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3428,6 +3426,12 @@ has@^1.0.1:
34283426
dependencies:
34293427
function-bind "^1.0.2"
34303428

3429+
has@^1.0.3:
3430+
version "1.0.3"
3431+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3432+
dependencies:
3433+
function-bind "^1.1.1"
3434+
34313435
hash-base@^2.0.0:
34323436
version "2.0.2"
34333437
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4522,7 +4526,7 @@ jsprim@^1.2.2:
45224526
json-schema "0.2.3"
45234527
verror "1.3.6"
45244528

4525-
jsx-ast-utils@^2.0.0:
4529+
jsx-ast-utils@^2.0.1:
45264530
version "2.0.1"
45274531
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
45284532
dependencies:
@@ -5898,7 +5902,7 @@ promise@^7.1.1:
58985902
dependencies:
58995903
asap "~2.0.3"
59005904

5901-
5905+
[email protected], prop-types@^15.6.2:
59025906
version "15.6.2"
59035907
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
59045908
dependencies:

0 commit comments

Comments
 (0)