Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doug-martin/nestjs-query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c79ec0d82d973ffe081c57c55c59a23b5e65826
Choose a base ref
..
head repository: doug-martin/nestjs-query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bced049d4875cf43bd75de7373fc37a44ccb75ac
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 examples/package.json
  2. +1 −1 packages/query-graphql/package.json
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": "16.8.1",
"graphql": "16.8.2",
"graphql-query-complexity": "0.11.0",
"graphql-tools": "8.2.0",
"mongoose": "5.12.0",
2 changes: 1 addition & 1 deletion packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"dataloader": "2.0.0",
"graphql": "16.8.1",
"graphql": "16.8.2",
"graphql-subscriptions": "1.2.1",
"ts-mockito": "2.6.1",
"ts-morph": "12.2.0",