Skip to content

Commit 29bda46

Browse files
fix(deps): update dependency graphql to v16
1 parent a8781c0 commit 29bda46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.10.0",
3838
"graphql-query-complexity": "0.11.0",
3939
"graphql-tools": "8.2.0",
4040
"mongoose": "5.12.0",

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.10.0",
7676
"graphql-subscriptions": "1.2.1",
7777
"ts-mockito": "2.6.1",
7878
"ts-morph": "12.2.0",

0 commit comments

Comments
 (0)