Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 22, 2023
1 parent 9c388ad commit eb9235f
Showing 3 changed files with 918 additions and 543 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"apollo-server-plugin-base": "3.4.0",
"apollo-server-types": "3.4.0",
"class-validator": "0.13.1",
"graphql": "15.7.2",
"graphql": "16.7.1",
"graphql-query-complexity": "0.11.0",
"graphql-tools": "8.2.0",
"mongoose": "5.12.0",
1,455 changes: 915 additions & 540 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"class-transformer": "^0.2.3 || 0.3.1 || 0.4",
"class-validator": "^0.13.0",
"dataloader": "^2.0.0",
"graphql": "^15.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"graphql-subscriptions": "^1.1.0",
"ts-morph": "^11.0.0 || ^12.0.0"
},
@@ -72,7 +72,7 @@
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"dataloader": "2.0.0",
"graphql": "15.7.2",
"graphql": "16.7.1",
"graphql-subscriptions": "1.2.1",
"ts-mockito": "2.6.1",
"ts-morph": "12.2.0",

0 comments on commit eb9235f

Please sign in to comment.