added prop-types to examples package.json

This commit is contained in:
Timofey Smirnov 2017-04-25 22:42:25 +03:00
parent 2a611e69fe
commit b47e7d3fdb
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,8 @@
}, },
"homepage": "https://github.com/gaearon/redux-devtools#readme", "homepage": "https://github.com/gaearon/redux-devtools#readme",
"dependencies": { "dependencies": {
"react": "^15.0.1", "prop-types": "^15.5.7",
"react": "^15.3.0",
"react-dom": "^15.0.1", "react-dom": "^15.0.1",
"react-hot-loader": "^3.0.0-beta.1", "react-hot-loader": "^3.0.0-beta.1",
"react-redux": "^4.1.0", "react-redux": "^4.1.0",

View File

@ -29,7 +29,8 @@
"homepage": "https://github.com/gaearon/redux-devtools#readme", "homepage": "https://github.com/gaearon/redux-devtools#readme",
"dependencies": { "dependencies": {
"classnames": "^2.1.2", "classnames": "^2.1.2",
"react": "^15.0.1", "prop-types": "^15.5.7",
"react": "^15.3.0",
"react-dom": "^15.0.1", "react-dom": "^15.0.1",
"react-hot-loader": "^3.0.0-beta.1", "react-hot-loader": "^3.0.0-beta.1",
"react-redux": "^4.1.0", "react-redux": "^4.1.0",