bump android dependencies (#524)

* bump android dependencies

* fixed lint
This commit is contained in:
Ralph Pina
2017-03-21 13:25:46 -07:00
committed by Matt Apperson
parent e76936b4fc
commit be55cef093
9 changed files with 4695 additions and 21 deletions
+2 -4
View File
@@ -6,12 +6,10 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "15.4.2",
"react-native": "^0.40.0",
"react-native": "^0.42.0",
"react-native-video": "file:../",
"react-native-windows": "~0.38.0"
"react-native-windows": "^0.40.0"
},
"devDependencies": {
"rnpm-plugin-windows": "~0.2.3"