Add support of new NestJS v10 release (#1086)

* Update package.json

* major release fix up
This commit is contained in:
Baikov Ilia 2023-06-25 14:21:06 +03:00 committed by GitHub
parent 0781837c19
commit bea2e88684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"