Skip to content

Commit 5e96de9

Browse files
committed
fix(ui): fix plugin installation animation hanging
which is caused by a breaking change in graphql v14 Akryum/vue-cli-plugin-apollo#61
1 parent 5db7002 commit 5e96de9

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"express-history-api-fallback": "^2.2.1",
3737
"fs-extra": "^6.0.1",
3838
"globby": "^8.0.1",
39-
"graphql": "^14.0.2",
4039
"graphql-tag": "^2.9.2",
4140
"graphql-type-json": "^0.2.1",
4241
"javascript-stringify": "^1.6.0",
@@ -52,7 +51,7 @@
5251
"semver": "^5.5.0",
5352
"shortid": "^2.2.11",
5453
"terminate": "^2.1.0",
55-
"vue-cli-plugin-apollo": "^0.16.3",
54+
"vue-cli-plugin-apollo": "^0.16.6",
5655
"watch": "^1.0.2"
5756
},
5857
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6352,11 +6352,11 @@ 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@^14.0.2:
6356-
version "14.0.2"
6357-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
6355+
graphql@^0.13.2:
6356+
version "0.13.2"
6357+
resolved "http://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
63586358
dependencies:
6359-
iterall "^1.2.2"
6359+
iterall "^1.2.1"
63606360

63616361
gray-matter@^2.0.0:
63626362
version "2.1.1"
@@ -7435,7 +7435,7 @@ items@2.x.x:
74357435
version "2.1.1"
74367436
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
74377437

7438-
iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
7438+
iterall@^1.1.3, iterall@^1.2.1:
74397439
version "1.2.2"
74407440
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
74417441

@@ -13094,9 +13094,9 @@ vue-class-component@^6.2.0:
1309413094
version "6.2.0"
1309513095
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.2.0.tgz#7adb1daa9a868c75f30f97f33f4f1b94aee62089"
1309613096

13097-
vue-cli-plugin-apollo@^0.16.3:
13098-
version "0.16.5"
13099-
resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.16.5.tgz#4844f6eebcde0a64afd96e32374d09fae6147ad3"
13097+
vue-cli-plugin-apollo@^0.16.6:
13098+
version "0.16.6"
13099+
resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.16.6.tgz#a6207bb0ac7b8b3d40f3616198080953ad986231"
1310013100
dependencies:
1310113101
apollo-cache-inmemory "^1.2.10"
1310213102
apollo-client "^2.4.2"
@@ -13112,7 +13112,7 @@ vue-cli-plugin-apollo@^0.16.3:
1311213112
deepmerge "^2.1.1"
1311313113
esm "^3.0.84"
1311413114
express "^4.16.3"
13115-
graphql "^14.0.2"
13115+
graphql "^0.13.2"
1311613116
graphql-subscriptions "^1.0.0"
1311713117
nodemon "^1.18.4"
1311813118
subscriptions-transport-ws "^0.9.15"

0 commit comments

Comments
 (0)