mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
added prop-types to examples package.json
This commit is contained in:
parent
2a611e69fe
commit
b47e7d3fdb
|
@ -16,7 +16,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/gaearon/redux-devtools#readme",
|
||||
"dependencies": {
|
||||
"react": "^15.0.1",
|
||||
"prop-types": "^15.5.7",
|
||||
"react": "^15.3.0",
|
||||
"react-dom": "^15.0.1",
|
||||
"react-hot-loader": "^3.0.0-beta.1",
|
||||
"react-redux": "^4.1.0",
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
"homepage": "https://github.com/gaearon/redux-devtools#readme",
|
||||
"dependencies": {
|
||||
"classnames": "^2.1.2",
|
||||
"react": "^15.0.1",
|
||||
"prop-types": "^15.5.7",
|
||||
"react": "^15.3.0",
|
||||
"react-dom": "^15.0.1",
|
||||
"react-hot-loader": "^3.0.0-beta.1",
|
||||
"react-redux": "^4.1.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user