fix: add prop-types to dependencies
parent
8c80e7d4e5
commit
d20f60cba1
|
@ -19,7 +19,9 @@
|
||||||
"url": "https://github.com/missive/emoji-mart/issues"
|
"url": "https://github.com/missive/emoji-mart/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/missive/emoji-mart",
|
"homepage": "https://github.com/missive/emoji-mart",
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"prop-types": "^15.6.0"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
|
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
|
||||||
},
|
},
|
||||||
|
@ -51,7 +53,6 @@
|
||||||
"karma-webpack": "^2.0.4",
|
"karma-webpack": "^2.0.4",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"prettier": "1.11.1",
|
"prettier": "1.11.1",
|
||||||
"prop-types": "^15.6.0",
|
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"rimraf": "2.5.2",
|
"rimraf": "2.5.2",
|
||||||
|
|
Loading…
Reference in New Issue