Skip to content

Commit d2bf708

Browse files
committed
Updated app dependencies, including apollo-upload-client.
1 parent 7ca6d59 commit d2bf708

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

app/package-lock.json

+50-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"browserslist": "> 0.5%, not dead, node 8.6",
1414
"dependencies": {
1515
"@zeit/next-bundle-analyzer": "^0.1.2",
16-
"apollo-cache-inmemory": "^1.3.11",
17-
"apollo-client": "^2.4.7",
16+
"apollo-cache-inmemory": "^1.3.12",
17+
"apollo-client": "^2.4.8",
1818
"apollo-link": "^1.2.6",
19-
"apollo-upload-client": "^9.1.0",
19+
"apollo-upload-client": "^10.0.0",
2020
"babel-plugin-graphql-tag": "^1.6.0",
2121
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
2222
"cross-fetch": "^3.0.0",
2323
"dotenv-cli": "^1.4.0",
2424
"graphql": "^14.0.2",
2525
"graphql-tag": "^2.10.0",
2626
"next": "^7.0.2",
27-
"react": "^16.6.3",
27+
"react": "^16.7.0",
2828
"react-apollo": "^2.3.3",
29-
"react-dom": "^16.6.3"
29+
"react-dom": "^16.7.0"
3030
},
3131
"devDependencies": {
3232
"babel-eslint": "^10.0.1",

0 commit comments

Comments
 (0)