Skip to content

Commit 81755e3

Browse files
authored
fix(deps): add nestjs v11 to peer deps (#90)
relates to #88
1 parent 3cbfd3f commit 81755e3

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
@@ -78,8 +78,8 @@
7878
"typescript": "^4.9.4"
7979
},
8080
"peerDependencies": {
81-
"@nestjs/common": "7.x || 8.x || 9.x || 10.x",
82-
"@nestjs/core": "7.x || 8.x || 9.x || 10.x",
81+
"@nestjs/common": "7.x || 8.x || 9.x || 10.x || 11.x",
82+
"@nestjs/core": "7.x || 8.x || 9.x || 10.x || 11.x",
8383
"@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x || 14.x",
8484
"@pact-foundation/pact-cli": "15.x || 16.x"
8585
},

0 commit comments

Comments
 (0)