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

View File

@ -2,7 +2,7 @@
"name": "apollo-upload-examples-app",
"private": true,
"dependencies": {
"apollo-fetch-upload": "^1.0.0",
"apollo-fetch-upload": "^1.0.1",
"apollo-link-batch-http": "^0.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"dotenv-cli": "^1.4.0",
@ -19,7 +19,7 @@
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-react": "^7.3.0",
"prettier": "^1.5.3"
},
"scripts": {