fix(ui): update graphql version to align with vue-cli-plugin-apollo

closes #2574
closes #2577
This commit is contained in:
Haoqun Jiang
2018-09-24 22:25:42 +08:00
parent ed15d23806
commit 444cf86d60
2 changed files with 1 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
"express-history-api-fallback": "^2.2.1",
"fs-extra": "^6.0.1",
"globby": "^8.0.1",
"graphql": "^0.13.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"graphql-type-json": "^0.2.1",
"javascript-stringify": "^1.6.0",

View File

@@ -6352,12 +6352,6 @@ graphql-type-json@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.1.tgz#d2c177e2f1b17d87f81072cd05311c0754baa420"
graphql@^0.13.2:
version "0.13.2"
resolved "http://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
dependencies:
iterall "^1.2.1"
graphql@^14.0.2:
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"