Skip to content

Commit 69e043c

Browse files
authored
fix: support Nest.js v11
1 parent 4cecec0 commit 69e043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"yaml": ">= 1.10.2"
104104
},
105105
"peerDependencies": {
106-
"@nestjs/common": ">= 6.10.0 < 11",
106+
"@nestjs/common": ">= 6.10.0 < 12",
107107
"reflect-metadata": ">= 0.1.12 < 0.3",
108108
"rxjs": ">= 6.0.0 < 8"
109109
},

0 commit comments

Comments
 (0)