Skip to content

Commit

Permalink
Add support of new NestJS v10 release (#1086)
Browse files Browse the repository at this point in the history
* Update package.json

* major release fix up
  • Loading branch information
frct1 authored Jun 25, 2023
1 parent 0781837 commit bea2e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"typescript": "4.8.2"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13",
"telegraf": "^4.0.0",
"typescript": "^4.1.2"
Expand Down

0 comments on commit bea2e88

Please sign in to comment.