Skip to content

Commit af3e6c4

Browse files
authored
fix: should use graphql v15 at all levels of dependency (#6192)
It causes peer dependency warnings because of several ill-maintained apollo packages, but let's just ignore them. Fixes #6191
1 parent c711516 commit af3e6c4

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"execa": "^1.0.0",
5656
"geckodriver": "^1.20.0",
5757
"globby": "^11.0.1",
58-
"graphql": "^14.6.0",
58+
"graphql": "^15.4.0",
5959
"http-server": "^0.12.3",
6060
"inquirer": "^7.1.0",
6161
"jest": "^26.6.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fkill": "^7.0.1",
4545
"fs-extra": "^9.0.1",
4646
"globby": "^11.0.1",
47-
"graphql": "^14.6.0",
47+
"graphql": "^15.4.0",
4848
"graphql-subscriptions": "^1.1.0",
4949
"graphql-tag": "^2.10.3",
5050
"graphql-type-json": "^0.3.1",

yarn.lock

+2-9
Original file line numberDiff line numberDiff line change
@@ -11596,18 +11596,11 @@ [email protected]:
1159611596
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-3.1.0.tgz#cd09d385a21ab88af4c226da79c19351df9b27e8"
1159711597
integrity sha512-zbex3FSiFz0iRgfkzDNWpOY/sYWoX+iZ5XUhakaDwOh99HSuk8rPt5suuxdXUVzEg5TGQ9rwzNaz/+mTPtS0yg==
1159811598

11599-
"[email protected] - 14.2.0 || ^14.3.1 || ^15.0.0", graphql@^15.1.0, graphql@^15.3.0:
11599+
"[email protected] - 14.2.0 || ^14.3.1 || ^15.0.0", graphql@^15.1.0, graphql@^15.3.0, graphql@^15.4.0:
1160011600
version "15.4.0"
1160111601
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347"
1160211602
integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==
1160311603

11604-
graphql@^14.6.0:
11605-
version "14.7.0"
11606-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
11607-
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
11608-
dependencies:
11609-
iterall "^1.2.2"
11610-
1161111604
gray-matter@^2.0.0:
1161211605
version "2.1.1"
1161311606
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-2.1.1.tgz#3042d9adec2a1ded6a7707a9ed2380f8a17a430e"
@@ -13076,7 +13069,7 @@ isurl@^1.0.0-alpha5:
1307613069
has-to-string-tag-x "^1.2.0"
1307713070
is-object "^1.0.1"
1307813071

13079-
iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
13072+
iterall@^1.1.3, iterall@^1.2.1:
1308013073
version "1.3.0"
1308113074
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
1308213075
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==

0 commit comments

Comments
 (0)