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

Commit 7a2bc62

Browse files
committed
Update eslint-plugin-react to 7.8.2
1 parent 8c320f2 commit 7a2bc62

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-config-prettier": "2.9.0",
6666
"eslint-plugin-import": "2.8.0",
6767
"eslint-plugin-jsx-a11y": "5.1.1",
68-
"eslint-plugin-react": "7.5.1",
68+
"eslint-plugin-react": "7.8.2",
6969
"html-webpack-plugin": "2.30.1",
7070
"jest": "22.4.3",
7171
"jest-environment-node": "22.4.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ doctrine@1.5.0:
20642064
esutils "^2.0.2"
20652065
isarray "^1.0.0"
20662066

2067-
doctrine@^2.0.0, doctrine@^2.1.0:
2067+
doctrine@^2.0.2, doctrine@^2.1.0:
20682068
version "2.1.0"
20692069
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
20702070
dependencies:
@@ -2301,13 +2301,13 @@ eslint-plugin-jsx-a11y@5.1.1:
23012301
emoji-regex "^6.1.0"
23022302
jsx-ast-utils "^1.4.0"
23032303

2304-
eslint-plugin-react@7.5.1:
2305-
version "7.5.1"
2306-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b"
2304+
eslint-plugin-react@7.8.2:
2305+
version "7.8.2"
2306+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
23072307
dependencies:
2308-
doctrine "^2.0.0"
2308+
doctrine "^2.0.2"
23092309
has "^1.0.1"
2310-
jsx-ast-utils "^2.0.0"
2310+
jsx-ast-utils "^2.0.1"
23112311
prop-types "^15.6.0"
23122312

23132313
eslint-restricted-globals@^0.1.1:
@@ -4176,7 +4176,7 @@ jsx-ast-utils@^1.4.0:
41764176
version "1.4.1"
41774177
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
41784178

4179-
jsx-ast-utils@^2.0.0:
4179+
jsx-ast-utils@^2.0.1:
41804180
version "2.0.1"
41814181
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
41824182
dependencies:

0 commit comments

Comments
 (0)