Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 2aba5b5 commit 7033b8f
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 183 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"release": "semantic-release"
},
"dependencies": {
"@nestjs/common": "8.4.7",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "8.4.7",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/platform-express": "10.4.4",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.9",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "8.4.7",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
"@nestjs/common": "8.4.7",
"@nestjs/core": "9.0.5",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "8.4.7",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@types/jest": "27.5.2",
"@types/node": "20.14.10",
"jest": "26.6.3",
Expand All @@ -55,8 +55,8 @@
"typescript": "5.5.3"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^10.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"rxjs": "^6.5.4 || ^7.0.0"
}
Expand Down
Loading

0 comments on commit 7033b8f

Please sign in to comment.