Skip to content

Commit

Permalink
Update dependency graphql-upload to v11 #1533
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 25, 2020
1 parent 27dcbfa commit d6f1ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/links/package.json
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/graphql-upload": "8.0.3",
"express-graphql": "0.9.0",
"graphql-upload": "10.0.0"
"graphql-upload": "11.0.0"
},
"dependencies": {
"apollo-link": "1.2.14",
Expand All @@ -33,4 +33,4 @@
"access": "public",
"directory": "dist"
}
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -6322,15 +6322,10 @@ graphql-type-json@0.3.1:
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.1.tgz#47fca2b1fa7adc0758d165b33580d7be7a6cf548"
integrity sha512-1lPkUXQ2L8o+ERLzVAuc3rzc/E6pGF+6HnjihCVTK0VzR0jCuUd92FqNxoHdfILXqOn2L6b4y47TBxiPyieUVA==

graphql-type-uuid@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/graphql-type-uuid/-/graphql-type-uuid-0.2.0.tgz#677a363a93d1b04c4844d20b35ffab7a1d5e6b6a"
integrity sha1-Z3o2OpPRsExIRNILNf+reh1ea2o=

graphql-upload@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/graphql-upload/-/graphql-upload-10.0.0.tgz#1020c8ac6208c8cdf9de1f6ad9000eab7467e00f"
integrity sha512-8n11qujsqHWT48visvQbqLqAj8o6NCLJ35tGkI/RynhDs7E07TxlswVe4vPZaLiXJeemZA7xrxkMohwP//DOqA==
graphql-upload@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/graphql-upload/-/graphql-upload-11.0.0.tgz#24b245ff18f353bab6715e8a055db9fd73035e10"
integrity sha512-zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==
dependencies:
busboy "^0.3.1"
fs-capacitor "^6.1.0"
Expand Down

0 comments on commit d6f1ed7

Please sign in to comment.