Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit e3a4fdf

Browse files
authored
Updates Expo, yarn.lock, and gitignore. (#85)
Removes now from basic server due to issues.
1 parent 440b54c commit e3a4fdf

6 files changed

Lines changed: 550 additions & 317 deletions

File tree

basic/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "24.0.0"
3+
"sdkVersion": "25.0.0"
44
}
55
}

basic/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "quickstart-with-expo",
2+
"name": "react-native-fullstack-boilerplate",
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6-
"jest-expo": "24.0.0",
6+
"jest-expo": "25.0.0",
77
"react-native-scripts": "1.8.1",
88
"react-test-renderer": "16.0.0"
99
},
@@ -20,11 +20,16 @@
2020
},
2121
"dependencies": {
2222
"apollo-client-preset": "1.0.6",
23-
"expo": "24.0.2",
23+
"expo": "25.0.0",
2424
"graphql": "0.12.3",
2525
"graphql-tag": "2.6.1",
26-
"react": "16.0.0",
26+
"react": "16.2.0",
2727
"react-apollo": "2.0.4",
28-
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz"
28+
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
29+
},
30+
"prettier": {
31+
"semi": false,
32+
"singleQuote": true,
33+
"trailingComma": "all"
2934
}
3035
}

basic/server/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ dist
33
package-lock.json
44
node_modules
55
.idea
6-
.graphcoolrc
76
.vscode
8-
*.log
7+
*.log

basic/server/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,5 @@
77
"dependencies": {
88
"graphcool-binding": "1.3.5",
99
"graphql-yoga": "1.2.0"
10-
},
11-
"devDependencies": {
12-
"now": "9.1.0"
13-
},
14-
"now": {
15-
"alias": "graphql-template-node"
1610
}
1711
}

basic/server/yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,6 @@ node-fetch@1.7.3:
665665
encoding "^0.1.11"
666666
is-stream "^1.0.1"
667667

668-
now@9.1.0:
669-
version "9.1.0"
670-
resolved "https://registry.yarnpkg.com/now/-/now-9.1.0.tgz#b13feae859311fd3d4d0f084e02a1a67680c7116"
671-
672668
object-assign@^4:
673669
version "4.1.1"
674670
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)