Skip to content

Commit

Permalink
feat: support nest v 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 17, 2023
1 parent 9bba970 commit 44b8645
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 439 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@mercuriusjs/gateway": "^1.2.0",
"@nestjs/apollo": "^11.0.5",
"@nestjs/cli": "^9.4.2",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/graphql": "^11.0.5",
"@nestjs/mercurius": "^11.0.5",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/platform-fastify": "^9.4.0",
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0",
"@nestjs/apollo": "^12.0.1",
"@nestjs/cli": "^10.0.2",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.1",
"@nestjs/mercurius": "^12.0.1",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "29.5.1",
"@types/node": "^20.1.2",
Expand Down
Loading

0 comments on commit 44b8645

Please sign in to comment.