package.json update prop-types to latest version
This commit is contained in:
parent
6cbafe3074
commit
fc76bfdc62
10
package.json
10
package.json
|
@ -65,7 +65,6 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "*",
|
"react": "*",
|
||||||
"react-native": ">= 0.48.0",
|
"react-native": ">= 0.48.0",
|
||||||
"prop-types": ">= 15.5.10",
|
|
||||||
"fbjs": "*"
|
"fbjs": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -81,14 +80,15 @@
|
||||||
"eslint-plugin-jsx-a11y": "^2.2.3",
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||||||
"eslint-plugin-react": "^6.4.1",
|
"eslint-plugin-react": "^6.4.1",
|
||||||
"flow-bin": "^0.55.0",
|
"flow-bin": "^0.55.0",
|
||||||
"react": "^15.3.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.3.0",
|
"react-dom": "^16.0.0",
|
||||||
"react-native": "^0.44.0",
|
"react-native": "^0.48.0",
|
||||||
"shelljs": "^0.7.8",
|
"shelljs": "^0.7.8",
|
||||||
"wml": "0.0.82"
|
"wml": "0.0.82"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bows": "^1.6.0"
|
"bows": "^1.6.0",
|
||||||
|
"prop-types": "^15.6.0"
|
||||||
},
|
},
|
||||||
"rnpm": {
|
"rnpm": {
|
||||||
"android": {
|
"android": {
|
||||||
|
|
Loading…
Reference in New Issue