Skip to content

Commit

Permalink
Remove peerDependency on react from all react plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Apr 5, 2018
1 parent 0ffea95 commit efb9f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/jest-plugin-it-renders/package.json
Expand Up @@ -25,8 +25,7 @@
"react-test-renderer": "^16.2.0"
},
"peerDependencies": {
"jest": "*",
"react": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-it-shallow-renders/package.json
Expand Up @@ -26,8 +26,7 @@
"jest-plugin-enzyme": "^2.8.0"
},
"peerDependencies": {
"jest": "*",
"react": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugins-react/package.json
Expand Up @@ -25,7 +25,6 @@
"jest-plugins": "^2.8.0"
},
"peerDependencies": {
"jest": "*",
"react": "*"
"jest": "*"
}
}

0 comments on commit efb9f70

Please sign in to comment.