Skip to content

Commit fee7561

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.1
1 parent f810a1f commit fee7561

File tree

2 files changed

+53
-8
lines changed

2 files changed

+53
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-jest": "21.7.0",
7272
"eslint-plugin-jsx-a11y": "6.0.3",
7373
"eslint-plugin-prettier": "2.5.0",
74-
"eslint-plugin-react": "7.6.1",
74+
"eslint-plugin-react": "7.12.1",
7575
"github-changes": "1.1.2",
7676
"husky": "0.14.3",
7777
"jest": "22.1.4",

yarn.lock

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@ [email protected]:
26392639
esutils "^2.0.2"
26402640
isarray "^1.0.0"
26412641

2642-
doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0:
2642+
doctrine@^2.0.0, doctrine@^2.1.0:
26432643
version "2.1.0"
26442644
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
26452645
dependencies:
@@ -2883,6 +2883,16 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
28832883
is-callable "^1.1.3"
28842884
is-regex "^1.0.4"
28852885

2886+
es-abstract@^1.11.0:
2887+
version "1.12.0"
2888+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2889+
dependencies:
2890+
es-to-primitive "^1.1.1"
2891+
function-bind "^1.1.1"
2892+
has "^1.0.1"
2893+
is-callable "^1.1.3"
2894+
is-regex "^1.0.4"
2895+
28862896
es-to-primitive@^1.1.1:
28872897
version "1.1.1"
28882898
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -3062,14 +3072,17 @@ [email protected]:
30623072
fast-diff "^1.1.1"
30633073
jest-docblock "^21.0.0"
30643074

3065-
eslint-plugin-react@7.6.1:
3066-
version "7.6.1"
3067-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6.1.tgz#5d0e908be599f0c02fbf4eef0c7ed6f29dff7633"
3075+
eslint-plugin-react@7.12.1:
3076+
version "7.12.1"
3077+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.1.tgz#b9c4639f72469ff317ac31e3bd630d22d0dbf8f4"
30683078
dependencies:
3069-
doctrine "^2.0.2"
3070-
has "^1.0.1"
3079+
array-includes "^3.0.3"
3080+
doctrine "^2.1.0"
3081+
has "^1.0.3"
30713082
jsx-ast-utils "^2.0.1"
3072-
prop-types "^15.6.0"
3083+
object.fromentries "^2.0.0"
3084+
prop-types "^15.6.2"
3085+
resolve "^1.9.0"
30733086

30743087
eslint-restricted-globals@^0.1.1:
30753088
version "0.1.1"
@@ -3798,6 +3811,12 @@ has@^1.0.1:
37983811
dependencies:
37993812
function-bind "^1.0.2"
38003813

3814+
has@^1.0.3:
3815+
version "1.0.3"
3816+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3817+
dependencies:
3818+
function-bind "^1.1.1"
3819+
38013820
hash-base@^2.0.0:
38023821
version "2.0.2"
38033822
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5625,6 +5644,15 @@ object.entries@^1.0.4:
56255644
function-bind "^1.1.0"
56265645
has "^1.0.1"
56275646

5647+
object.fromentries@^2.0.0:
5648+
version "2.0.0"
5649+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
5650+
dependencies:
5651+
define-properties "^1.1.2"
5652+
es-abstract "^1.11.0"
5653+
function-bind "^1.1.1"
5654+
has "^1.0.1"
5655+
56285656
object.getownpropertydescriptors@^2.0.3:
56295657
version "2.0.3"
56305658
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -5856,6 +5884,10 @@ path-parse@^1.0.5:
58565884
version "1.0.5"
58575885
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
58585886

5887+
path-parse@^1.0.6:
5888+
version "1.0.6"
5889+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5890+
58595891
58605892
version "0.1.7"
58615893
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -6310,6 +6342,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
63106342
loose-envify "^1.3.1"
63116343
object-assign "^4.1.1"
63126344

6345+
prop-types@^15.6.2:
6346+
version "15.6.2"
6347+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
6348+
dependencies:
6349+
loose-envify "^1.3.1"
6350+
object-assign "^4.1.1"
6351+
63136352
proxy-addr@~2.0.2:
63146353
version "2.0.2"
63156354
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -6960,6 +6999,12 @@ resolve@^1.1.6, resolve@^1.5.0:
69606999
dependencies:
69617000
path-parse "^1.0.5"
69627001

7002+
resolve@^1.9.0:
7003+
version "1.9.0"
7004+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
7005+
dependencies:
7006+
path-parse "^1.0.6"
7007+
69637008
restore-cursor@^1.0.1:
69647009
version "1.0.1"
69657010
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)