Skip to content

Commit 37139b7

Browse files
committed
chore(deps): update dependency graphql to v16
1 parent 791f15f commit 37139b7

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"apollo-server-plugin-base": "3.4.0",
3535
"apollo-server-types": "3.4.0",
3636
"class-validator": "0.13.1",
37-
"graphql": "15.7.2",
37+
"graphql": "16.0.1",
3838
"graphql-query-complexity": "0.11.0",
3939
"graphql-tools": "8.2.0",
4040
"mongoose": "5.12.0",

package-lock.json

+10-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/query-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"class-transformer": "^0.2.3 || 0.3.1 || 0.4",
5555
"class-validator": "^0.13.0",
5656
"dataloader": "^2.0.0",
57-
"graphql": "^15.0.0",
57+
"graphql": "^15.0.0 || ^16.0.0",
5858
"graphql-subscriptions": "^1.1.0",
5959
"ts-morph": "^11.0.0 || ^12.0.0"
6060
},
@@ -72,7 +72,7 @@
7272
"class-transformer": "0.4.0",
7373
"class-validator": "0.13.1",
7474
"dataloader": "2.0.0",
75-
"graphql": "15.7.2",
75+
"graphql": "16.0.1",
7676
"graphql-subscriptions": "1.2.1",
7777
"ts-mockito": "2.6.1",
7878
"ts-morph": "12.2.0",

0 commit comments

Comments
 (0)