Updated deps.

This commit is contained in:
Jayden Seric 2017-08-22 17:16:43 +10:00
parent 0fb4193649
commit 8f9ffe23e7
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@ -133,19 +133,19 @@
}
},
"apollo-fetch": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/apollo-fetch/-/apollo-fetch-0.5.2.tgz",
"integrity": "sha1-9iiO2hMMDBEmLsceBrZsjWiBlcg=",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/apollo-fetch/-/apollo-fetch-0.6.0.tgz",
"integrity": "sha1-qumyjBF680SwkeyLpNGlqgR03F0=",
"requires": {
"isomorphic-fetch": "2.2.1"
}
},
"apollo-fetch-upload": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/apollo-fetch-upload/-/apollo-fetch-upload-1.0.1.tgz",
"integrity": "sha512-9m4DbRqF/NW0KZJDUV91ZAj6sgV+BWG6qJAqDP/vNaeGBvvmiSW5APvn7cdml7BXkKQa4feJIcXsgkim8PlH7w==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/apollo-fetch-upload/-/apollo-fetch-upload-1.1.0.tgz",
"integrity": "sha512-vmCR+VijbRUcffNpj7DzCw0IAwWWEJRbZPXyi9zW+RlVN9Ya+CY5niWaGdiTwX3NnXp3qeKwNSHvkgQCCxpjuw==",
"requires": {
"apollo-fetch": "0.5.2",
"apollo-fetch": "0.6.0",
"extract-files": "2.0.1"
}
},

View File

@ -2,7 +2,7 @@
"name": "apollo-upload-examples-app",
"private": true,
"dependencies": {
"apollo-fetch-upload": "^1.0.1",
"apollo-fetch-upload": "^1.1.0",
"apollo-link-batch-http": "^0.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"dotenv-cli": "^1.4.0",