Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 1, 2019
1 parent a4e323c commit b438733
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-axios/package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.0",
"eslint-plugin-react": "7.12.1",
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-fetch/package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.0",
"eslint-plugin-react": "7.12.1",
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-mock/package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.0",
"eslint-plugin-react": "7.12.1",
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.0",
"eslint-plugin-react": "7.12.1",
"jest": "23.6.0",
"jest-date-mock": "1.0.6",
"nodemon": "1.18.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3623,10 +3623,10 @@ eslint-plugin-jsx-a11y@6.1.2:
has "^1.0.3"
jsx-ast-utils "^2.0.1"

eslint-plugin-react@7.12.0:
version "7.12.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.0.tgz#fa6701063f2172c3e1db3a22d3db6d8bdc0179af"
integrity sha512-OrmXBWGrZ8gvYWO0W4oiLtASxFWVfe2blgy5pvB57YRwylhghUQL5y5w70fysP/CRTt/XJ+FLv/KXhZxbsQwiw==
eslint-plugin-react@7.12.1:
version "7.12.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.1.tgz#b9c4639f72469ff317ac31e3bd630d22d0dbf8f4"
integrity sha512-1YyXVhp6KSB+xRC1BWzmlA4BH9Wp9jMMBE6AJizxuk+bg/KUJpQGRwsU1/q1pV8rM6oEdLCxunXn7Nfh2BOWBg==
dependencies:
array-includes "^3.0.3"
doctrine "^2.1.0"
Expand Down

0 comments on commit b438733

Please sign in to comment.