Skip to content

Commit

Permalink
Update nest monorepo (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 7, 2021
1 parent efc7e7f commit e976f72
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 381 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.2.2",
"@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": "8.0.0",
"@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 e976f72

Please sign in to comment.