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

View File

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