Skip to content

Commit 229ca4f

Browse files
authored
fix: support nestjs 11
1 parent 9466279 commit 229ca4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"typescript": "5.6.3"
6868
},
6969
"peerDependencies": {
70-
"@nestjs/common": "^9.0.0 || ^10.0.0",
71-
"@nestjs/core": "^9.0.0 || ^10.0.0"
70+
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
71+
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0"
7272
},
7373
"jest": {
7474
"moduleFileExtensions": [

0 commit comments

Comments
 (0)