Skip to content

Commit a48d59b

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.11.1
1 parent 586aad8 commit a48d59b

File tree

8 files changed

+116
-36
lines changed

8 files changed

+116
-36
lines changed

packages/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-loader": "1.9.0",
5151
"eslint-plugin-import": "2.7.0",
5252
"eslint-plugin-jsx-a11y": "5.1.1",
53-
"eslint-plugin-react": "7.3.0",
53+
"eslint-plugin-react": "7.11.1",
5454
"extract-text-webpack-plugin": "3.0.0",
5555
"file-loader": "0.11.2",
5656
"html-webpack-include-assets-plugin": "0.0.7",

packages/demo-app/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,12 @@ doctrine@^2.0.0:
18491849
esutils "^2.0.2"
18501850
isarray "^1.0.0"
18511851

1852+
doctrine@^2.1.0:
1853+
version "2.1.0"
1854+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1855+
dependencies:
1856+
esutils "^2.0.2"
1857+
18521858
dom-converter@~0.1:
18531859
version "0.1.4"
18541860
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.1.4.tgz#a45ef5727b890c9bffe6d7c876e7b19cb0e17f3b"
@@ -2172,14 +2178,15 @@ [email protected]:
21722178
emoji-regex "^6.1.0"
21732179
jsx-ast-utils "^1.4.0"
21742180

2175-
eslint-plugin-react@7.3.0:
2176-
version "7.3.0"
2177-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2181+
eslint-plugin-react@7.11.1:
2182+
version "7.11.1"
2183+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
21782184
dependencies:
2179-
doctrine "^2.0.0"
2180-
has "^1.0.1"
2181-
jsx-ast-utils "^2.0.0"
2182-
prop-types "^15.5.10"
2185+
array-includes "^3.0.3"
2186+
doctrine "^2.1.0"
2187+
has "^1.0.3"
2188+
jsx-ast-utils "^2.0.1"
2189+
prop-types "^15.6.2"
21832190

21842191
eslint-restricted-globals@^0.1.1:
21852192
version "0.1.1"
@@ -2836,6 +2843,12 @@ has@^1.0.1, has@~1.0.1:
28362843
dependencies:
28372844
function-bind "^1.0.2"
28382845

2846+
has@^1.0.3:
2847+
version "1.0.3"
2848+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2849+
dependencies:
2850+
function-bind "^1.1.1"
2851+
28392852
hash-base@^2.0.0:
28402853
version "2.0.2"
28412854
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3781,7 +3794,7 @@ jsx-ast-utils@^1.4.0:
37813794
version "1.4.1"
37823795
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
37833796

3784-
jsx-ast-utils@^2.0.0:
3797+
jsx-ast-utils@^2.0.1:
37853798
version "2.0.1"
37863799
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
37873800
dependencies:
@@ -4998,6 +5011,13 @@ [email protected], prop-types@^15.5.10, prop-types@^15.5.4:
49985011
fbjs "^0.8.9"
49995012
loose-envify "^1.3.1"
50005013

5014+
prop-types@^15.6.2:
5015+
version "15.6.2"
5016+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5017+
dependencies:
5018+
loose-envify "^1.3.1"
5019+
object-assign "^4.1.1"
5020+
50015021
proxy-addr@~1.1.5:
50025022
version "1.1.5"
50035023
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.5.tgz#71c0ee3b102de3f202f3b64f608d173fcba1a918"

packages/demo-plugin-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-loader": "1.9.0",
6060
"eslint-plugin-import": "2.7.0",
6161
"eslint-plugin-jsx-a11y": "5.1.1",
62-
"eslint-plugin-react": "7.3.0",
62+
"eslint-plugin-react": "7.11.1",
6363
"extract-text-webpack-plugin": "3.0.0",
6464
"file-loader": "0.11.2",
6565
"jest": "21.0.2",

packages/demo-plugin-bar/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,12 @@ doctrine@^2.0.0:
18111811
esutils "^2.0.2"
18121812
isarray "^1.0.0"
18131813

1814+
doctrine@^2.1.0:
1815+
version "2.1.0"
1816+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1817+
dependencies:
1818+
esutils "^2.0.2"
1819+
18141820
dom-serializer@0, dom-serializer@~0.1.0:
18151821
version "0.1.0"
18161822
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2106,14 +2112,15 @@ [email protected]:
21062112
emoji-regex "^6.1.0"
21072113
jsx-ast-utils "^1.4.0"
21082114

2109-
eslint-plugin-react@7.3.0:
2110-
version "7.3.0"
2111-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2115+
eslint-plugin-react@7.11.1:
2116+
version "7.11.1"
2117+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
21122118
dependencies:
2113-
doctrine "^2.0.0"
2114-
has "^1.0.1"
2115-
jsx-ast-utils "^2.0.0"
2116-
prop-types "^15.5.10"
2119+
array-includes "^3.0.3"
2120+
doctrine "^2.1.0"
2121+
has "^1.0.3"
2122+
jsx-ast-utils "^2.0.1"
2123+
prop-types "^15.6.2"
21172124

21182125
eslint-restricted-globals@^0.1.1:
21192126
version "0.1.1"
@@ -2743,6 +2750,12 @@ has@^1.0.1, has@~1.0.1:
27432750
dependencies:
27442751
function-bind "^1.0.2"
27452752

2753+
has@^1.0.3:
2754+
version "1.0.3"
2755+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2756+
dependencies:
2757+
function-bind "^1.1.1"
2758+
27462759
hash-base@^2.0.0:
27472760
version "2.0.2"
27482761
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3646,7 +3659,7 @@ jsx-ast-utils@^1.4.0:
36463659
version "1.4.1"
36473660
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
36483661

3649-
jsx-ast-utils@^2.0.0:
3662+
jsx-ast-utils@^2.0.1:
36503663
version "2.0.1"
36513664
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
36523665
dependencies:
@@ -4816,6 +4829,13 @@ [email protected], prop-types@^15.5.10, prop-types@^15.5.4:
48164829
fbjs "^0.8.9"
48174830
loose-envify "^1.3.1"
48184831

4832+
prop-types@^15.6.2:
4833+
version "15.6.2"
4834+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
4835+
dependencies:
4836+
loose-envify "^1.3.1"
4837+
object-assign "^4.1.1"
4838+
48194839
proxy-addr@~1.1.5:
48204840
version "1.1.5"
48214841
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.5.tgz#71c0ee3b102de3f202f3b64f608d173fcba1a918"

packages/demo-plugin-foo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-loader": "1.9.0",
6060
"eslint-plugin-import": "2.7.0",
6161
"eslint-plugin-jsx-a11y": "5.1.1",
62-
"eslint-plugin-react": "7.3.0",
62+
"eslint-plugin-react": "7.11.1",
6363
"extract-text-webpack-plugin": "3.0.0",
6464
"file-loader": "0.11.2",
6565
"jest": "21.0.2",

packages/demo-plugin-foo/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,12 @@ doctrine@^2.0.0:
18111811
esutils "^2.0.2"
18121812
isarray "^1.0.0"
18131813

1814+
doctrine@^2.1.0:
1815+
version "2.1.0"
1816+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1817+
dependencies:
1818+
esutils "^2.0.2"
1819+
18141820
dom-serializer@0, dom-serializer@~0.1.0:
18151821
version "0.1.0"
18161822
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2106,14 +2112,15 @@ [email protected]:
21062112
emoji-regex "^6.1.0"
21072113
jsx-ast-utils "^1.4.0"
21082114

2109-
eslint-plugin-react@7.3.0:
2110-
version "7.3.0"
2111-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2115+
eslint-plugin-react@7.11.1:
2116+
version "7.11.1"
2117+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
21122118
dependencies:
2113-
doctrine "^2.0.0"
2114-
has "^1.0.1"
2115-
jsx-ast-utils "^2.0.0"
2116-
prop-types "^15.5.10"
2119+
array-includes "^3.0.3"
2120+
doctrine "^2.1.0"
2121+
has "^1.0.3"
2122+
jsx-ast-utils "^2.0.1"
2123+
prop-types "^15.6.2"
21172124

21182125
eslint-restricted-globals@^0.1.1:
21192126
version "0.1.1"
@@ -2743,6 +2750,12 @@ has@^1.0.1, has@~1.0.1:
27432750
dependencies:
27442751
function-bind "^1.0.2"
27452752

2753+
has@^1.0.3:
2754+
version "1.0.3"
2755+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2756+
dependencies:
2757+
function-bind "^1.1.1"
2758+
27462759
hash-base@^2.0.0:
27472760
version "2.0.2"
27482761
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3646,7 +3659,7 @@ jsx-ast-utils@^1.4.0:
36463659
version "1.4.1"
36473660
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
36483661

3649-
jsx-ast-utils@^2.0.0:
3662+
jsx-ast-utils@^2.0.1:
36503663
version "2.0.1"
36513664
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
36523665
dependencies:
@@ -4816,6 +4829,13 @@ [email protected], prop-types@^15.5.10, prop-types@^15.5.4:
48164829
fbjs "^0.8.9"
48174830
loose-envify "^1.3.1"
48184831

4832+
prop-types@^15.6.2:
4833+
version "15.6.2"
4834+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
4835+
dependencies:
4836+
loose-envify "^1.3.1"
4837+
object-assign "^4.1.1"
4838+
48194839
proxy-addr@~1.1.5:
48204840
version "1.1.5"
48214841
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.5.tgz#71c0ee3b102de3f202f3b64f608d173fcba1a918"

packages/replugger-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-loader": "1.9.0",
5656
"eslint-plugin-import": "2.7.0",
5757
"eslint-plugin-jsx-a11y": "5.1.1",
58-
"eslint-plugin-react": "7.3.0",
58+
"eslint-plugin-react": "7.11.1",
5959
"extract-text-webpack-plugin": "3.0.0",
6060
"file-loader": "0.11.2",
6161
"jest": "21.0.2",

packages/replugger-core/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,12 @@ doctrine@^2.0.0:
18071807
esutils "^2.0.2"
18081808
isarray "^1.0.0"
18091809

1810+
doctrine@^2.1.0:
1811+
version "2.1.0"
1812+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1813+
dependencies:
1814+
esutils "^2.0.2"
1815+
18101816
dom-serializer@0, dom-serializer@~0.1.0:
18111817
version "0.1.0"
18121818
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2102,14 +2108,15 @@ [email protected]:
21022108
emoji-regex "^6.1.0"
21032109
jsx-ast-utils "^1.4.0"
21042110

2105-
eslint-plugin-react@7.3.0:
2106-
version "7.3.0"
2107-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2111+
eslint-plugin-react@7.11.1:
2112+
version "7.11.1"
2113+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
21082114
dependencies:
2109-
doctrine "^2.0.0"
2110-
has "^1.0.1"
2111-
jsx-ast-utils "^2.0.0"
2112-
prop-types "^15.5.10"
2115+
array-includes "^3.0.3"
2116+
doctrine "^2.1.0"
2117+
has "^1.0.3"
2118+
jsx-ast-utils "^2.0.1"
2119+
prop-types "^15.6.2"
21132120

21142121
eslint-restricted-globals@^0.1.1:
21152122
version "0.1.1"
@@ -2739,6 +2746,12 @@ has@^1.0.1, has@~1.0.1:
27392746
dependencies:
27402747
function-bind "^1.0.2"
27412748

2749+
has@^1.0.3:
2750+
version "1.0.3"
2751+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2752+
dependencies:
2753+
function-bind "^1.1.1"
2754+
27422755
hash-base@^2.0.0:
27432756
version "2.0.2"
27442757
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3624,7 +3637,7 @@ jsx-ast-utils@^1.4.0:
36243637
version "1.4.1"
36253638
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
36263639

3627-
jsx-ast-utils@^2.0.0:
3640+
jsx-ast-utils@^2.0.1:
36283641
version "2.0.1"
36293642
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
36303643
dependencies:
@@ -4788,6 +4801,13 @@ [email protected], prop-types@^15.5.10:
47884801
fbjs "^0.8.9"
47894802
loose-envify "^1.3.1"
47904803

4804+
prop-types@^15.6.2:
4805+
version "15.6.2"
4806+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
4807+
dependencies:
4808+
loose-envify "^1.3.1"
4809+
object-assign "^4.1.1"
4810+
47914811
proxy-addr@~1.1.5:
47924812
version "1.1.5"
47934813
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.5.tgz#71c0ee3b102de3f202f3b64f608d173fcba1a918"

0 commit comments

Comments
 (0)