We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14b9d0 commit bdb8892Copy full SHA for bdb8892
app/react-native/package.json
@@ -78,6 +78,6 @@
78
"peerDependencies": {
79
"babel-core": "^6.26.0 || ^7.0.0-0",
80
"react": "*",
81
- "react-native": ">=0.27.0"
+ "react-native": ">=0.51.0"
82
}
83
app/vue/package.json
@@ -87,8 +87,8 @@
87
},
88
89
90
- "vue": "2.5.13",
91
- "vue-loader": "13.6.1",
92
- "vue-template-compiler": "2.5.13"
+ "vue": ">=2.0.0",
+ "vue-loader": ">=13.0.0",
+ "vue-template-compiler": ">=2.0.0"
93
94
0 commit comments