Updated apollo-upload-client.

This commit is contained in:
Jayden Seric 2018-06-25 10:56:36 +10:00
parent ec7af6641b
commit 6938b6e804
2 changed files with 6 additions and 6 deletions

10
app/package-lock.json generated
View File

@ -1227,12 +1227,12 @@
}
},
"apollo-upload-client": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-8.0.0.tgz",
"integrity": "sha512-fPhIpenLwY5V04qfH3JkeOvWvt9WMeRxXdXZt9jJLKO/+f+nEH5I9pBow+opDnQfJoGDx41it6ciP2r5MXljnA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-8.1.0.tgz",
"integrity": "sha512-JEgStzhnwybj1ifE2nViLEl7NTM5+zS++fKbDL95PIpodg2AdYeeN7eEa7RXpYD14iC3FVcsfqgGMREv2+cSxw==",
"requires": {
"@babel/runtime": "^7.0.0-beta.40",
"apollo-link-http-common": "^0.2.3",
"@babel/runtime": "^7.0.0-beta.51",
"apollo-link-http-common": "^0.2.4",
"extract-files": "^3.1.0"
}
},

View File

@ -9,7 +9,7 @@
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.5",
"apollo-link": "^1.2.2",
"apollo-upload-client": "^8.0.0",
"apollo-upload-client": "^8.1.0",
"babel-plugin-graphql-tag": "^1.6.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"cross-fetch": "^2.2.1",