From 3eae6def45099f1d63b5cdbefcf036fecf80abfa Mon Sep 17 00:00:00 2001 From: palingheorghe Date: Fri, 21 Jun 2019 14:13:55 +0300 Subject: [PATCH] packages updated --- app.json | 4 ++-- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app.json b/app.json index 7dc4ba2..4f05f48 100644 --- a/app.json +++ b/app.json @@ -3,12 +3,12 @@ "name": "Argon FREE React Native", "slug": "argon-free-react-native", "privacy": "public", - "sdkVersion": "32.0.0", + "sdkVersion": "33.0.0", "platforms": [ "ios", "android" ], - "version": "1.0.0", + "version": "1.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { diff --git a/package.json b/package.json index 4415cce..a6522e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "argon-react-native", - "version": "1.0.0", + "version": "1.1.0", "description": "Argon React Native, based on Argon Design System. Coded by Creative Tim", "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -14,13 +14,13 @@ "url": "git+https://github.com/creativetimofficial/argon-react-native.git" }, "dependencies": { - "expo": "^32.0.0", - "galio-framework": "^0.5.1", + "expo": "^33.0.0", + "galio-framework": "^0.5.3", "prop-types": "^15.7.2", - "react": "16.5.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", + "react": "16.8.3", + "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-modal-dropdown": "^0.6.2", - "react-navigation": "^3.8.1" + "react-navigation": "^3.11.0" }, "devDependencies": { "babel-preset-expo": "^5.0.0"