From e986896da5a9e3f06c4322d5461c636feb703c0b Mon Sep 17 00:00:00 2001 From: TotoRoToto Date: Wed, 10 Jan 2018 11:22:58 +0100 Subject: [PATCH] Update package.json (#78) fix dependencies revisions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a29ce0d0..eb3a86cf 100755 --- a/package.json +++ b/package.json @@ -36,12 +36,12 @@ "react": "16.2.0", "react-devtools": "^3.0.0", "react-native": "0.52.0", - "react-native-config": "^0.9.0", + "react-native-config": "0.9.0", "react-native-elements": "0.18.2", "react-native-maps": "^0.17.1", "react-native-progress": "^3.2.1", "react-native-vector-icons": "^4.2.0", - "react-navigation": "^1.0.0-beta.19", + "react-navigation": "1.0.0-beta.19", "react-redux": "^5.0.5", "redux": "^3.7.2", "redux-saga": "^0.16.0",