Skip to content

Commit

Permalink
Update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 7, 2021
1 parent 2a298fe commit 0a73b8d
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 305 deletions.
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"test:e2e": "NODE_ENV=test jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/common": "8.0.0",
"@nestjs/core": "8.0.0",
"@nestjs/graphql": "7.11.0",
"@nestjs/platform-express": "7.6.18",
"@nestjs/platform-fastify": "7.6.18",
"@nestjs/platform-express": "8.0.0",
"@nestjs/platform-fastify": "8.0.0",
"@nestjs/serve-static": "2.1.4",
"@typegoose/typegoose": "7.6.1",
"apollo-server-express": "2.25.2",
Expand All @@ -43,9 +43,9 @@
"type-graphql": "1.1.1"
},
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/cli": "8.0.2",
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.18",
"@nestjs/testing": "8.0.0",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
Expand Down
Loading

0 comments on commit 0a73b8d

Please sign in to comment.