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 Dec 21, 2024
1 parent 64eb240 commit 69ae59a
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 171 deletions.
10 changes: 5 additions & 5 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"reflect-metadata": "^0.2.0",
"rimraf": "^6.0.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^5.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 69ae59a

Please sign in to comment.