Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Update nest monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 13, 2020
1 parent 4141374 commit 637263a
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 212 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "6.11.5",
"@nestjs/core": "6.11.5",
"@nestjs/platform-express": "6.11.5",
"@nestjs/common": "7.0.0",
"@nestjs/core": "7.0.0",
"@nestjs/platform-express": "7.0.0",
"@nestjs/swagger": "4.2.1",
"@nestjs/typeorm": "6.2.0",
"@nestjsx/crud": "4.4.1",
Expand All @@ -44,10 +44,10 @@
"typeorm": "0.2.22"
},
"devDependencies": {
"@nestjs/cli": "6.14.1",
"@nestjs/cli": "7.0.0",
"@nestjs/graphql": "6.5.4",
"@nestjs/schematics": "6.9.1",
"@nestjs/testing": "6.11.5",
"@nestjs/testing": "7.0.0",
"@types/express": "4.17.2",
"@types/jest": "24.9.1",
"@types/node": "12.12.25",
Expand Down
Loading

0 comments on commit 637263a

Please sign in to comment.