Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 16, 2021
1 parent ffb27df commit 9ff59a6
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 205 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "6.11.11",
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/platform-express": "8.0.4",
"axios": "0.21.1",
"dotenv": "8.6.0",
"google-spreadsheet": "2.0.9",
Expand All @@ -33,7 +33,7 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@nestjs/testing": "6.11.11",
"@nestjs/testing": "8.0.4",
"@types/dotenv": "6.1.1",
"@types/express": "4.17.12",
"@types/jest": "25.2.3",
Expand Down
Loading

0 comments on commit 9ff59a6

Please sign in to comment.