Skip to content

Commit

Permalink
[Dev Deps] update eslint-plugin-import, eslint-plugin-react
Browse files Browse the repository at this point in the history
 - add react devDep to match peerDep, so npm 5’s auto-prune won’t keep removing it.
  • Loading branch information
ljharb committed Jun 24, 2017
1 parent 298f837 commit c3b9cd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"enzyme-example-react-native": "^0.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-react": "^7.1.0",
"gitbook-cli": "^1.0.1",
"in-publish": "^2.0.0",
"istanbul": "^1.0.0-alpha.2",
Expand All @@ -105,7 +105,8 @@
"rimraf": "^2.6.1",
"safe-publish-latest": "^1.1.1",
"sinon": "^2.3.5",
"webpack": "^1.13.3"
"webpack": "^1.13.3",
"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x"
},
"peerDependencies": {
"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x"
Expand Down

0 comments on commit c3b9cd6

Please sign in to comment.