Skip to content

Commit

Permalink
feat: Bump eslint-plugin-react (#52)
Browse files Browse the repository at this point in the history
We have an eslint-config package that depends on the @callstack/eslint-config, and adds a few overrides and eslint-plugin-react-redux. 
We had a need to update eslint-plugin-react to 7.13.0, which then requires  eslint-plugin-import  as a peerDependency. This means the apps have to add the import plugin to their package.json.

Bumping the package version here so the peerDependency is encapsulated here.
  • Loading branch information
matthargett authored and thymikee committed May 10, 2019
1 parent 37a5739 commit c655825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-react-native": "^3.6.0",
"eslint-plugin-react-native": "^3.7.0",
"eslint-restricted-globals": "^0.2.0",
"prettier": "^1.17.0"
},
Expand Down

0 comments on commit c655825

Please sign in to comment.