Skip to content

Commit

Permalink
Update nest monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent fb2df31 commit b30f17c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"ts-class-initializable": "1.0.2"
},
"devDependencies": {
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.7",
"@nestjs/core": "11.0.7",
"@nestjs/graphql": "12.2.2",
"@types/jest": "29.5.14",
"@types/node": "16.18.124",
Expand All @@ -62,8 +62,8 @@
"typescript": "5.7.3"
},
"peerDependencies": {
"@nestjs/common": "^7.1 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^7.1 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/common": "^7.1 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^7.1 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/graphql": "^7.4 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^12.0.0",
"reflect-metadata": "^0.1.13 || ^0.2.0"
},
Expand Down

0 comments on commit b30f17c

Please sign in to comment.