Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 0e528e6

Browse files
committed
Update dependency eslint-plugin-react to v7.9.1
1 parent d932e14 commit 0e528e6

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-airbnb": "16.1.0",
5454
"eslint-plugin-import": "2.8.0",
5555
"eslint-plugin-jsx-a11y": "6.0.2",
56-
"eslint-plugin-react": "7.4.0",
56+
"eslint-plugin-react": "7.9.1",
5757
"file-loader": "1.1.5",
5858
"flow-bin": "0.59.0",
5959
"jest": "21.2.1",

yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,12 @@ doctrine@^2.0.0:
19061906
esutils "^2.0.2"
19071907
isarray "^1.0.0"
19081908

1909+
doctrine@^2.1.0:
1910+
version "2.1.0"
1911+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1912+
dependencies:
1913+
esutils "^2.0.2"
1914+
19091915
dom-serializer@0, dom-serializer@~0.1.0:
19101916
version "0.1.0"
19111917
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2210,14 +2216,14 @@ [email protected]:
22102216
emoji-regex "^6.1.0"
22112217
jsx-ast-utils "^1.4.0"
22122218

2213-
eslint-plugin-react@7.4.0:
2214-
version "7.4.0"
2215-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
2219+
eslint-plugin-react@7.9.1:
2220+
version "7.9.1"
2221+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15"
22162222
dependencies:
2217-
doctrine "^2.0.0"
2218-
has "^1.0.1"
2219-
jsx-ast-utils "^2.0.0"
2220-
prop-types "^15.5.10"
2223+
doctrine "^2.1.0"
2224+
has "^1.0.2"
2225+
jsx-ast-utils "^2.0.1"
2226+
prop-types "^15.6.1"
22212227

22222228
eslint-restricted-globals@^0.1.1:
22232229
version "0.1.1"
@@ -2889,6 +2895,12 @@ has@^1.0.1:
28892895
dependencies:
28902896
function-bind "^1.0.2"
28912897

2898+
has@^1.0.2:
2899+
version "1.0.2"
2900+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.2.tgz#1a64bfe4b52e67fb87b9822503d97c019fb6ba42"
2901+
dependencies:
2902+
function-bind "^1.1.1"
2903+
28922904
hash-base@^2.0.0:
28932905
version "2.0.2"
28942906
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3778,7 +3790,7 @@ jsx-ast-utils@^1.4.0:
37783790
version "1.4.1"
37793791
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
37803792

3781-
jsx-ast-utils@^2.0.0:
3793+
jsx-ast-utils@^2.0.1:
37823794
version "2.0.1"
37833795
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
37843796
dependencies:
@@ -4892,6 +4904,14 @@ [email protected], prop-types@^15.5.10, prop-types@^15.6.0:
48924904
loose-envify "^1.3.1"
48934905
object-assign "^4.1.1"
48944906

4907+
prop-types@^15.6.1:
4908+
version "15.6.1"
4909+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
4910+
dependencies:
4911+
fbjs "^0.8.16"
4912+
loose-envify "^1.3.1"
4913+
object-assign "^4.1.1"
4914+
48954915
proxy-addr@~2.0.2:
48964916
version "2.0.2"
48974917
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"

0 commit comments

Comments
 (0)