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

Commit 48d7dec

Browse files
committed
Update dependency eslint-plugin-react to v7.8.2
1 parent d932e14 commit 48d7dec

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
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.8.2",
5757
"file-loader": "1.1.5",
5858
"flow-bin": "0.59.0",
5959
"jest": "21.2.1",

yarn.lock

Lines changed: 13 additions & 7 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.0.2:
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.8.2:
2220+
version "7.8.2"
2221+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
22162222
dependencies:
2217-
doctrine "^2.0.0"
2223+
doctrine "^2.0.2"
22182224
has "^1.0.1"
2219-
jsx-ast-utils "^2.0.0"
2220-
prop-types "^15.5.10"
2225+
jsx-ast-utils "^2.0.1"
2226+
prop-types "^15.6.0"
22212227

22222228
eslint-restricted-globals@^0.1.1:
22232229
version "0.1.1"
@@ -3778,7 +3784,7 @@ jsx-ast-utils@^1.4.0:
37783784
version "1.4.1"
37793785
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
37803786

3781-
jsx-ast-utils@^2.0.0:
3787+
jsx-ast-utils@^2.0.1:
37823788
version "2.0.1"
37833789
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
37843790
dependencies:

0 commit comments

Comments
 (0)