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 Dec 9, 2024
1 parent d85ae06 commit 23b356c
Show file tree
Hide file tree
Showing 4 changed files with 1,321 additions and 1,152 deletions.
12 changes: 6 additions & 6 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.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "8.4.7",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.13",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"log4js": "^6.1.2"
},
"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/cli": "10.4.8",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.13",
"@types/jest": "27.5.2",
"@types/node": "22.10.1",
"jest": "26.6.3",
Expand All @@ -55,8 +55,8 @@
"typescript": "5.7.2"
},
"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 23b356c

Please sign in to comment.