create-apollo-app
Advanced tools
Comparing version 0.0.35 to 0.0.36
{ | ||
"name": "create-apollo-app", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "Apollo GraphQL apps creator", | ||
@@ -5,0 +5,0 @@ "author": "Victor Vlasenko <victor.vlasenko@sysgears.com>", |
@@ -6,3 +6,3 @@ { | ||
"slug": "{;slug;}", | ||
"sdkVersion": "31.0.0", | ||
"sdkVersion": "32.0.0", | ||
"ios": { | ||
@@ -9,0 +9,0 @@ "bundleIdentifier": "com.{;camelSlug;}" |
module.exports = { | ||
compact: false, | ||
presets: ['babel-preset-expo'], | ||
presets: ['module:metro-react-native-babel-preset'], | ||
plugins: [ | ||
'haul/src/utils/fixRequireIssues' | ||
'haul/src/utils/fixRequireIssues', | ||
[ | ||
'babel-plugin-module-resolver', | ||
{ | ||
alias: { | ||
'react-native-vector-icons': '@expo/vector-icons' | ||
} | ||
} | ||
], | ||
['@babel/plugin-proposal-decorators', { legacy: true }] | ||
], | ||
@@ -7,0 +16,0 @@ env: { |
@@ -7,3 +7,3 @@ { | ||
"scripts": { | ||
"start": "zen start", | ||
"start": "zen -e android start", | ||
"android": "zen -d web -d ios -e android start", | ||
@@ -14,3 +14,3 @@ "ios": "zen -d web -d ios -e android start", | ||
"dependencies": { | ||
"apollo-boost": "0.1.28", | ||
"apollo-boost": "0.3.1", | ||
"expo": "32.0.6", | ||
@@ -17,0 +17,0 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz" |
@@ -7,4 +7,5 @@ { | ||
"@types/graphql": "14.0.7", | ||
"graphql": "14.0.2", | ||
"graphql-tag": "2.10.1" | ||
} | ||
} |
{ | ||
"dependencies": { | ||
"apollo-client": "2.4.13", | ||
"apollo-client": "2.5.1", | ||
"raf": "^3.4.1", | ||
@@ -5,0 +5,0 @@ "react": "16.8.2", |
@@ -11,4 +11,4 @@ { | ||
"dependencies": { | ||
"apollo-boost": "^0.1.23" | ||
"apollo-boost": "0.3.1" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"scripts": { | ||
"start": "zen start -d android -d ios", | ||
"start": "zen start -e android -d ios", | ||
"android": "zen start -e android -d ios -d web", | ||
@@ -8,0 +8,0 @@ "ios": "zen start -e ios -d android -d web", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37966
711