Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 3baa806 commit e157247
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/platform-express": "10.2.7",
"@prisma/client": "2.24.1",
"pg": "8.6.0",
"reflect-metadata": "0.1.13",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.17",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/node": "14.17.0",
Expand Down

0 comments on commit e157247

Please sign in to comment.