Skip to content

Commit dd5a1fb

Browse files
committed
prop-types added to peer-dependencies
1 parent 5e2880f commit dd5a1fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"peerDependencies": {
2828
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
29-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
29+
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
30+
"prop-types": "^15.0.0"
3031
},
3132
"devDependencies": {
3233
"@babel/cli": "^7.1.2",
@@ -54,9 +55,9 @@
5455
"mini-css-extract-plugin": "^0.4.4",
5556
"mocha": "^5.2.0",
5657
"node-sass": "^4.9.3",
57-
"prop-types": "^15.0.0",
5858
"react": "^16.5.2",
5959
"react-dom": "^16.5.2",
60+
"prop-types": "^15.0.0",
6061
"rimraf": "^2.6.2",
6162
"sass-loader": "^7.1.0",
6263
"simulant": "^0.2.2",

0 commit comments

Comments
 (0)