Skip to content

Commit ba15c68

Browse files
chore(deps): update dependency graphql to v16
1 parent 23adfc3 commit ba15c68

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "^12.7.4",
2727
"@types/relay-compiler": "^8.0.0",
2828
"@types/relay-config": "^6.0.0",
29-
"graphql": "^15.3.0",
29+
"graphql": "^16.0.0",
3030
"jest": "26.4.2",
3131
"prettier": "^2.1.2",
3232
"relay-compiler": "^10.0.1",

packages/validation-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@relay-graphql-js/generate-config": "^0.1.0"
1717
},
1818
"peerDependencies": {
19-
"graphql": ">= 14 < 16"
19+
"graphql": ">= 14 < 17"
2020
},
2121
"keywords": ["relay", "graphql", "graphql-js", "validation"]
2222
}

packages/vscode-apollo-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"apollo-language-server": "^1.23.4",
39-
"graphql": "^15.3.0",
39+
"graphql": "^16.0.0",
4040
"jest": "26.4.2",
4141
"prettier": "^2.1.2",
4242
"relay-compiler": "^10.0.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@ graphql-tag@^2.10.1:
34423442
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
34433443
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
34443444

3445-
"[email protected] - 14.2.0 || ^14.3.1 || ^15.0.0", graphql@^15.3.0:
3445+
"[email protected] - 14.2.0 || ^14.3.1 || ^15.0.0":
34463446
version "15.3.0"
34473447
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
34483448
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==
@@ -3454,6 +3454,11 @@ graphql@^14.5.3:
34543454
dependencies:
34553455
iterall "^1.2.2"
34563456

3457+
graphql@^16.0.0:
3458+
version "16.6.0"
3459+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
3460+
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
3461+
34573462
growly@^1.3.0:
34583463
version "1.3.0"
34593464
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"

0 commit comments

Comments
 (0)