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 30, 2023
1 parent 575752c commit b4a0830
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 296 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"dist"
],
"dependencies": {
"@nestjs/common": "^7.4.4",
"@nestjs/core": "^7.4.4",
"@nestjs/platform-express": "^7.4.4",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "7.6.18",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.7",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/express": "4.17.17",
Expand Down
Loading

0 comments on commit b4a0830

Please sign in to comment.