Updated deps.

This commit is contained in:
Jayden Seric 2017-08-22 12:57:16 +10:00
parent e7a5665757
commit 0fb4193649
2 changed files with 10 additions and 9 deletions

15
app/package-lock.json generated
View File

@ -141,9 +141,9 @@
} }
}, },
"apollo-fetch-upload": { "apollo-fetch-upload": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/apollo-fetch-upload/-/apollo-fetch-upload-1.0.0.tgz", "resolved": "https://registry.npmjs.org/apollo-fetch-upload/-/apollo-fetch-upload-1.0.1.tgz",
"integrity": "sha512-pdqUXAUM6ibAhAaEFyxeSp9FJYlVlYBsarnP7d1D8vW2j3/nTzAdRMTncfU5goDfMUSuf+22HlQZFndd85R+uw==", "integrity": "sha512-9m4DbRqF/NW0KZJDUV91ZAj6sgV+BWG6qJAqDP/vNaeGBvvmiSW5APvn7cdml7BXkKQa4feJIcXsgkim8PlH7w==",
"requires": { "requires": {
"apollo-fetch": "0.5.2", "apollo-fetch": "0.5.2",
"extract-files": "2.0.1" "extract-files": "2.0.1"
@ -2141,14 +2141,15 @@
} }
}, },
"eslint-plugin-react": { "eslint-plugin-react": {
"version": "7.2.1", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.2.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz",
"integrity": "sha512-7hN8YJO7bkxPdPfuSRz+xWKC0xk1BBp8yn8ehXaxklcMFdIoIQnhtBXc3iv042CGQH4LbKFMgDdOAjoAnnqr7Q==", "integrity": "sha512-7L6QEOxm7XhcDoe+U9Qt7GJjU6KeQOX9jCLGE8EPGF6FQbwZ9LgcBzsjXIZv9oYvNQlvQZmLjJs76xEeWsI4QA==",
"dev": true, "dev": true,
"requires": { "requires": {
"doctrine": "2.0.0", "doctrine": "2.0.0",
"has": "1.0.1", "has": "1.0.1",
"jsx-ast-utils": "2.0.0" "jsx-ast-utils": "2.0.0",
"prop-types": "15.5.10"
} }
}, },
"eslint-scope": { "eslint-scope": {

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.0", "apollo-fetch-upload": "^1.0.1",
"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",
@ -19,7 +19,7 @@
"eslint-plugin-import": "^2.7.0", "eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1", "eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0", "eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.2.1", "eslint-plugin-react": "^7.3.0",
"prettier": "^1.5.3" "prettier": "^1.5.3"
}, },
"scripts": { "scripts": {