Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 9fc1c7c

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.10.0
1 parent 6de1bc8 commit 9fc1c7c

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-jest": "20.0.3",
3636
"eslint-plugin-jsx-a11y": "5.0.3",
3737
"eslint-plugin-prettier": "2.1.1",
38-
"eslint-plugin-react": "7.0.1",
38+
"eslint-plugin-react": "7.10.0",
3939
"flow-bin": "0.47.0",
4040
"husky": "0.13.4",
4141
"jest": "20.0.4",

yarn.lock

+37-7
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,12 @@ doctrine@^2.0.0:
14401440
esutils "^2.0.2"
14411441
isarray "^1.0.0"
14421442

1443+
doctrine@^2.1.0:
1444+
version "2.1.0"
1445+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1446+
dependencies:
1447+
esutils "^2.0.2"
1448+
14431449
dom-walk@^0.1.0:
14441450
version "0.1.1"
14451451
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1663,13 +1669,14 @@ eslint-plugin-prettier@2.1.1:
16631669
fast-diff "^1.1.1"
16641670
jest-docblock "^20.0.1"
16651671

1666-
eslint-plugin-react@7.0.1:
1667-
version "7.0.1"
1668-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz#e78107e1e559c6e2b17786bb67c2e2a010ad0d2f"
1672+
eslint-plugin-react@7.10.0:
1673+
version "7.10.0"
1674+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
16691675
dependencies:
1670-
doctrine "^2.0.0"
1671-
has "^1.0.1"
1672-
jsx-ast-utils "^1.3.4"
1676+
doctrine "^2.1.0"
1677+
has "^1.0.3"
1678+
jsx-ast-utils "^2.0.1"
1679+
prop-types "^15.6.2"
16731680

16741681
eslint@3.19.0:
16751682
version "3.19.0"
@@ -2013,6 +2020,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
20132020
version "1.1.0"
20142021
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
20152022

2023+
function-bind@^1.1.1:
2024+
version "1.1.1"
2025+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2026+
20162027
gauge@~1.2.5:
20172028
version "1.2.7"
20182029
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -2201,6 +2212,12 @@ has@^1.0.1:
22012212
dependencies:
22022213
function-bind "^1.0.2"
22032214

2215+
has@^1.0.3:
2216+
version "1.0.3"
2217+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2218+
dependencies:
2219+
function-bind "^1.1.1"
2220+
22042221
hawk@~3.1.3:
22052222
version "3.1.3"
22062223
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2953,10 +2970,16 @@ jsprim@^1.2.2:
29532970
json-schema "0.2.3"
29542971
verror "1.3.6"
29552972

2956-
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
2973+
jsx-ast-utils@^1.4.0:
29572974
version "1.4.1"
29582975
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
29592976

2977+
jsx-ast-utils@^2.0.1:
2978+
version "2.0.1"
2979+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
2980+
dependencies:
2981+
array-includes "^3.0.3"
2982+
29602983
kind-of@^3.0.2:
29612984
version "3.2.0"
29622985
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -3674,6 +3697,13 @@ prop-types@15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
36743697
fbjs "^0.8.9"
36753698
loose-envify "^1.3.1"
36763699

3700+
prop-types@^15.6.2:
3701+
version "15.6.2"
3702+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
3703+
dependencies:
3704+
loose-envify "^1.3.1"
3705+
object-assign "^4.1.1"
3706+
36773707
prr@~0.0.0:
36783708
version "0.0.0"
36793709
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"

0 commit comments

Comments
 (0)