Skip to content

Commit

Permalink
Bump eslint-plugin-react to 7.2.0 (#8105)
Browse files Browse the repository at this point in the history
This fixes some eslint warnings.
  • Loading branch information
akalin-keybase committed Aug 13, 2017
1 parent 3f8d689 commit d897210
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"eslint-plugin-node": "5.1.1",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react": "7.2.0",
"eslint-plugin-standard": "3.0.1",
"file-loader": "0.11.1",
"flow-bin": "^0.49.1",
Expand Down
16 changes: 9 additions & 7 deletions shared/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3211,13 +3211,13 @@ eslint-plugin-promise@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"

eslint-plugin-react@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.1.0.tgz#27770acf39f5fd49cd0af4083ce58104eb390d4c"
eslint-plugin-react@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.2.0.tgz#25c77a4ec307e3eebb248ea3350960e372ab6406"
dependencies:
doctrine "^2.0.0"
has "^1.0.1"
jsx-ast-utils "^1.4.1"
jsx-ast-utils "^2.0.0"

eslint-plugin-standard@3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -5044,9 +5044,11 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.3.6"

jsx-ast-utils@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
jsx-ast-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.0.tgz#ec06a3d60cf307e5e119dac7bad81e89f096f0f8"
dependencies:
array-includes "^3.0.3"

keycode@^2.1.8:
version "2.1.9"
Expand Down

0 comments on commit d897210

Please sign in to comment.