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

Commit b30b320

Browse files
committed
fix(react): upgrade plugins
1 parent f4079d6 commit b30b320

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"eslint-plugin-jsx-a11y": "^6.0.3",
42-
"eslint-plugin-react": "^7.6.1",
42+
"eslint-plugin-react": "^7.9.1",
4343
"eslint-plugin-react-native": "^3.2.1"
4444
},
4545
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ doctrine@1.5.0:
16081608
esutils "^2.0.2"
16091609
isarray "^1.0.0"
16101610

1611-
doctrine@^2.0.2, doctrine@^2.1.0:
1611+
doctrine@^2.1.0:
16121612
version "2.1.0"
16131613
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
16141614
dependencies:
@@ -1856,14 +1856,14 @@ eslint-plugin-react-native@^3.2.1:
18561856
dependencies:
18571857
eslint-plugin-react-native-globals "^0.1.1"
18581858

1859-
eslint-plugin-react@^7.6.1:
1860-
version "7.7.0"
1861-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
1859+
eslint-plugin-react@^7.9.1:
1860+
version "7.9.1"
1861+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15"
18621862
dependencies:
1863-
doctrine "^2.0.2"
1864-
has "^1.0.1"
1863+
doctrine "^2.1.0"
1864+
has "^1.0.2"
18651865
jsx-ast-utils "^2.0.1"
1866-
prop-types "^15.6.0"
1866+
prop-types "^15.6.1"
18671867

18681868
eslint-plugin-typescript@^0.11.0:
18691869
version "0.11.0"
@@ -2687,6 +2687,12 @@ has@^1.0.1:
26872687
dependencies:
26882688
function-bind "^1.0.2"
26892689

2690+
has@^1.0.2:
2691+
version "1.0.3"
2692+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2693+
dependencies:
2694+
function-bind "^1.1.1"
2695+
26902696
hawk@3.1.3, hawk@~3.1.3:
26912697
version "3.1.3"
26922698
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -4764,7 +4770,7 @@ promise@^7.1.1:
47644770
dependencies:
47654771
asap "~2.0.3"
47664772

4767-
prop-types@^15.6.0:
4773+
prop-types@^15.6.1:
47684774
version "15.6.1"
47694775
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
47704776
dependencies:

0 commit comments

Comments
 (0)