Skip to content

Commit c92cfae

Browse files
committed
Upgrade to latest possible deps
1 parent 8fe881d commit c92cfae

File tree

6 files changed

+955
-430
lines changed

6 files changed

+955
-430
lines changed

.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@
2222
[libs]
2323

2424
[options]
25-
unsafe.enable_getters_and_setters=true

package.json

+54-54
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"git add"
3333
],
3434
"*.graphql": [
35-
"prettier --parser graphql --write",
35+
"prettier --parser graphql --tab-width 4 --write",
3636
"git add"
3737
]
3838
},
@@ -55,19 +55,19 @@
5555
"author": "SysGears INC",
5656
"license": "MIT",
5757
"dependencies": {
58-
"@expo/vector-icons": "^6.2.0",
59-
"antd": "^3.0.2",
60-
"antd-mobile": "^2.1.0",
61-
"apollo-cache-inmemory": "^1.1.2",
62-
"apollo-client": "^2.1.0",
63-
"apollo-engine": "^0.7.0",
58+
"@expo/vector-icons": "^6.2.2",
59+
"antd": "^3.1.0",
60+
"antd-mobile": "^2.1.3",
61+
"apollo-cache-inmemory": "^1.1.5",
62+
"apollo-client": "^2.2.0",
63+
"apollo-engine": "^0.8.1",
6464
"apollo-fetch": "^0.7.0",
65-
"apollo-fetch-upload": "^1.1.0",
66-
"apollo-link": "^1.0.5",
67-
"apollo-link-batch-http": "^1.0.2",
68-
"apollo-link-ws": "^1.0.2",
65+
"apollo-fetch-upload": "^1.2.0",
66+
"apollo-link": "^1.0.7",
67+
"apollo-link-batch-http": "^1.0.4",
68+
"apollo-link-ws": "^1.0.4",
6969
"apollo-logger": "0.1.1",
70-
"apollo-server-express": "^1.2.0",
70+
"apollo-server-express": "^1.3.2",
7171
"apollo-upload-server": "^3.0.0",
7272
"bcryptjs": "^2.4.3",
7373
"body-parser": "^1.18.2",
@@ -76,47 +76,47 @@
7676
"dataloader": "^1.3.0",
7777
"dotenv": "^4.0.0",
7878
"error-stack-parser": "^2.0.1",
79-
"expo": "^24.0.0",
79+
"expo": "^24.0.2",
8080
"express": "^4.16.2",
8181
"filesize": "^3.5.11",
82-
"graphql": "^0.11.7",
82+
"graphql": "^0.12.3",
8383
"graphql-auth": "^0.2.0",
8484
"graphql-iso-date": "^3.3.0",
85-
"graphql-subscriptions": "^0.5.5",
86-
"graphql-tag": "^2.5.0",
87-
"graphql-tools": "^2.11.0",
85+
"graphql-subscriptions": "^0.5.6",
86+
"graphql-tag": "^2.6.1",
87+
"graphql-tools": "^2.16.0",
8888
"history": "^4.7.2",
8989
"humps": "^2.0.1",
90-
"immutability-helper": "^2.5.1",
90+
"immutability-helper": "^2.6.2",
9191
"isomorphic-fetch": "^2.2.1",
9292
"jsonwebtoken": "^8.1.0",
9393
"jwt-decode": "^2.2.0",
9494
"knex": "^0.14.2",
9595
"lodash": "^4.17.4",
9696
"minilog": "^3.1.0",
9797
"mysql2": "^1.5.1",
98-
"native-base": "^2.3.3",
99-
"nodemailer": "^4.4.0",
98+
"native-base": "^2.3.6",
99+
"nodemailer": "^4.4.1",
100100
"opencollective": "^1.0.3",
101101
"passport": "^0.4.0",
102102
"passport-facebook": "^2.1.1",
103103
"passport-google-oauth": "^1.0.0",
104104
"performance-now": "^2.1.0",
105105
"persistgraphql": "^0.4.0",
106-
"pg": "^7.4.0",
106+
"pg": "^7.4.1",
107107
"prop-types": "^15.6.0",
108108
"react": "^16.2.0",
109109
"react-apollo": "^2.0.4",
110110
"react-cookie": "^2.1.2",
111111
"react-debounce-input": "^3.1.0",
112112
"react-dom": "^16.2.0",
113113
"react-dropzone": "^4.2.3",
114-
"react-ga": "^2.3.5",
114+
"react-ga": "^2.4.0",
115115
"react-helmet": "^5.2.0",
116116
"react-hot-loader": "^3.1.3",
117117
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
118118
"react-native-web": "^0.1.16",
119-
"react-navigation": "^1.0.0-beta.21",
119+
"react-navigation": "^1.0.0-beta.23",
120120
"react-redux": "^5.0.6",
121121
"react-router": "^4.2.0",
122122
"react-router-dom": "^4.2.2",
@@ -130,24 +130,24 @@
130130
"serialize-javascript": "^1.4.0",
131131
"shelljs": "^0.7.8",
132132
"source-map-support": "^0.5.0",
133-
"sourcemapped-stacktrace": "^1.1.7",
133+
"sourcemapped-stacktrace": "^1.1.8",
134134
"sqlite3": "^3.1.13",
135-
"stripe": "^5.3.0",
135+
"stripe": "^5.4.0",
136136
"stripe-local": "^0.1.1",
137-
"styled-components": "^2.2.4",
137+
"styled-components": "^2.4.0",
138138
"subscriptions-transport-ws": "^0.9.4",
139139
"universal-cookie-express": "^2.1.2"
140140
},
141141
"devDependencies": {
142-
"apollo-utilities": "^1.0.3",
142+
"apollo-utilities": "^1.0.4",
143143
"babel-cli": "^6.26.0",
144144
"babel-core": "^6.26.0",
145-
"babel-eslint": "^8.0.3",
145+
"babel-eslint": "^8.1.2",
146146
"babel-loader": "^7.1.2",
147-
"babel-plugin-styled-components": "^1.3.0",
147+
"babel-plugin-styled-components": "^1.4.0",
148148
"babel-plugin-transform-class-properties": "^6.24.1",
149149
"babel-plugin-transform-decorators-legacy": "^1.3.4",
150-
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
150+
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
151151
"babel-plugin-transform-runtime": "^6.23.0",
152152
"babel-polyfill": "^6.26.0",
153153
"babel-preset-env": "^1.6.1",
@@ -162,72 +162,72 @@
162162
"chai-http": "^3.0.0",
163163
"compression": "^1.7.1",
164164
"connect": "^3.6.5",
165-
"cross-env": "^5.1.1",
166-
"css-loader": "^0.28.7",
167-
"enzyme": "^3.2.0",
168-
"enzyme-adapter-react-16": "^1.1.0",
169-
"eslint": "^4.12.1",
165+
"cross-env": "^5.1.3",
166+
"css-loader": "^0.28.8",
167+
"enzyme": "^3.3.0",
168+
"enzyme-adapter-react-16": "^1.1.1",
169+
"eslint": "^4.14.0",
170170
"eslint-config-airbnb": "^16.1.0",
171-
"eslint-import-resolver-webpack": "^0.8.3",
172-
"eslint-plugin-flowtype": "^2.39.1",
171+
"eslint-import-resolver-webpack": "^0.8.4",
172+
"eslint-plugin-flowtype": "^2.40.1",
173173
"eslint-plugin-import": "^2.8.0",
174174
"eslint-plugin-json": "^1.2.0",
175175
"eslint-plugin-jsx-a11y": "6.0.3",
176176
"eslint-plugin-mocha": "^4.11.0",
177-
"eslint-plugin-prettier": "^2.3.1",
177+
"eslint-plugin-prettier": "^2.4.0",
178178
"eslint-plugin-react": "^7.5.1",
179-
"exp": "47.1.1",
179+
"exp": "47.3.17",
180180
"extract-text-webpack-plugin": "^3.0.2",
181-
"file-loader": "^1.1.5",
182-
"flow-bin": "^0.61.0",
181+
"file-loader": "^1.1.6",
182+
"flow-bin": "^0.62.0",
183183
"freeport-async": "^1.1.1",
184-
"haul": "1.0.0-beta.11",
184+
"haul": "1.0.0-beta.12",
185185
"html-webpack-plugin": "^2.30.1",
186186
"http-proxy-middleware": "^0.17.4",
187187
"husky": "^0.14.3",
188188
"ignore-loader": "^0.1.2",
189-
"image-size": "^0.6.1",
189+
"image-size": "^0.6.2",
190190
"ip": "^1.1.5",
191191
"isomorphic-style-loader": "^4.0.0",
192192
"jsdom": "^11.5.1",
193193
"less": "^2.7.3",
194194
"less-loader": "^4.0.5",
195195
"lint-staged": "^6.0.0",
196196
"mkdirp": "^0.5.1",
197-
"mocha": "^4.0.1",
197+
"mocha": "^4.1.0",
198198
"mocha-steps": "^1.1.0",
199199
"mocha-webpack": "^0.7.0",
200200
"node-sass": "^4.7.2",
201201
"openurl": "^1.1.1",
202202
"persistgraphql-webpack-plugin": "^0.4.4",
203-
"postcss-loader": "^2.0.9",
204-
"prettier": "^1.9.0",
203+
"postcss-loader": "^2.0.10",
204+
"prettier": "^1.9.2",
205205
"qrcode-terminal": "^0.11.0",
206206
"raw-loader": "^0.5.1",
207207
"react-addons-test-utils": "^16.0.0-alpha.3",
208208
"react-test-renderer": "^16.2.0",
209209
"request": "^2.83.0",
210-
"resolve-url-loader": "^2.2.0",
210+
"resolve-url-loader": "^2.2.1",
211211
"sass-loader": "^6.0.6",
212212
"source-list-map": "^2.0.0",
213-
"spinjs": "^0.4.62",
214-
"style-loader": "^0.19.0",
213+
"spinjs": "^0.4.70",
214+
"style-loader": "^0.19.1",
215215
"url-loader": "^0.6.2",
216216
"wait-on": "^2.0.2",
217217
"webpack": "^3.10.0",
218-
"webpack-dev-middleware": "^2.0.1",
219-
"webpack-dev-server": "^2.9.5",
218+
"webpack-dev-middleware": "^2.0.3",
219+
"webpack-dev-server": "^2.10.0",
220220
"webpack-hot-middleware": "^2.21.0",
221221
"webpack-manifest-plugin": "^1.3.2",
222222
"webpack-merge": "^4.1.1",
223223
"webpack-node-externals": "^1.6.0",
224224
"webpack-sources": "^1.1.0",
225225
"webpack-virtual-modules": "^0.1.8",
226-
"ws": "^3.3.2",
227-
"xdl": "^47.0.6"
226+
"ws": "^4.0.0",
227+
"xdl": "^47.1.4"
228228
},
229229
"resolutions": {
230-
"graphql": "^0.11.7"
230+
"graphql": "^0.12.3"
231231
},
232232
"greenkeeper": {
233233
"ignore": [

src/server/modules/subscription/schema.graphql

-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ input SubscribeInput {
3939
last4: String!
4040
brand: String!
4141
}
42-
43-
extend type Subscription {
44-
}

src/server/modules/upload/schema.graphql

-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ extend type Mutation {
2121
uploadFiles(files: [Upload!]!): Boolean!
2222
removeFile(id: Int!): Boolean!
2323
}
24-
25-
extend type Subscription {
26-
}

src/server/modules/user/schema.graphql

-3
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,3 @@ input ResetPasswordInput {
161161
password: String!
162162
passwordConfirmation: String!
163163
}
164-
165-
extend type Subscription {
166-
}

0 commit comments

Comments
 (0)