Skip to content

Commit

Permalink
Update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 3fb3132 commit 6f64892
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"postversion": "git push && git push --tags"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/graphql": "^8.0.0 || ^9.0.0 || ^10.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"reflect-metadata": "^0.1.12"
Expand All @@ -59,12 +59,12 @@
"@golevelup/ts-jest": "0.4.0",
"@nestjs/apollo": "10.2.1",
"@nestjs/cli": "10.2.1",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/graphql": "10.2.1",
"@nestjs/platform-express": "9.4.3",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@nestjs/platform-express": "10.3.7",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.7",
"@tsconfig/node14": "14.1.0",
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
Expand Down

0 comments on commit 6f64892

Please sign in to comment.