Skip to content

Commit 444cf86

Browse files
committed
fix(ui): update graphql version to align with vue-cli-plugin-apollo
closes vuejs#2574 closes vuejs#2577
1 parent ed15d23 commit 444cf86

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"express-history-api-fallback": "^2.2.1",
3737
"fs-extra": "^6.0.1",
3838
"globby": "^8.0.1",
39-
"graphql": "^0.13.2",
39+
"graphql": "^14.0.2",
4040
"graphql-tag": "^2.9.2",
4141
"graphql-type-json": "^0.2.1",
4242
"javascript-stringify": "^1.6.0",

yarn.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6352,12 +6352,6 @@ graphql-type-json@^0.2.1:
63526352
version "0.2.1"
63536353
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.1.tgz#d2c177e2f1b17d87f81072cd05311c0754baa420"
63546354

6355-
graphql@^0.13.2:
6356-
version "0.13.2"
6357-
resolved "http://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
6358-
dependencies:
6359-
iterall "^1.2.1"
6360-
63616355
graphql@^14.0.2:
63626356
version "14.0.2"
63636357
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"

0 commit comments

Comments
 (0)