Skip to content

Commit 94cd413

Browse files
committed
Update dependencies, including apollo-upload-client.
1 parent 256b145 commit 94cd413

File tree

2 files changed

+62
-44
lines changed

2 files changed

+62
-44
lines changed

app/package-lock.json

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

app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"apollo-cache-inmemory": "^1.2.10",
1616
"apollo-client": "^2.4.2",
1717
"apollo-link": "^1.2.3",
18-
"apollo-upload-client": "^8.1.0",
18+
"apollo-upload-client": "^9.0.0",
1919
"babel-plugin-graphql-tag": "^1.6.0",
2020
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
2121
"cross-fetch": "^2.2.2",
@@ -24,7 +24,7 @@
2424
"graphql-tag": "^2.9.2",
2525
"next": "^7.0.1-canary.0",
2626
"react": "^16.5.2",
27-
"react-apollo": "^2.1.11",
27+
"react-apollo": "^2.2.1",
2828
"react-dom": "^16.5.2"
2929
},
3030
"devDependencies": {
@@ -34,7 +34,7 @@
3434
"eslint-config-prettier": "^3.1.0",
3535
"eslint-plugin-import": "^2.14.0",
3636
"eslint-plugin-node": "^7.0.1",
37-
"eslint-plugin-prettier": "^2.6.2",
37+
"eslint-plugin-prettier": "^2.7.0",
3838
"eslint-plugin-react": "^7.11.0",
3939
"prettier": "^1.14.3"
4040
},

0 commit comments

Comments
 (0)