changed min react version

This commit is contained in:
Timofey Smirnov 2017-04-25 22:03:16 +03:00
parent 3697b5e80f
commit 1ae45ca600

View File

@ -51,7 +51,7 @@
"jsdom": "^6.5.1",
"mocha": "^2.2.5",
"mocha-jsdom": "^1.0.0",
"react": "^0.14.0",
"react": "^0.14.9",
"prop-types": "^15.5.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
@ -61,7 +61,8 @@
"webpack": "^1.11.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react": "^0.14.9 || ^15.3.0",
"prop-types": "^15.5.0",
"react-redux": "^4.0.0 || ^5.0.0",
"redux": "^3.5.2"
},