Skip to content

Commit d25365e

Browse files
authored
fix(deps): add pact-js v14 to peer deps (#89)
1 parent f1a54f6 commit d25365e

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
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@nestjs/common": "7.x || 8.x || 9.x || 10.x",
8282
"@nestjs/core": "7.x || 8.x || 9.x || 10.x",
83-
"@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x",
83+
"@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x || 14.x",
8484
"@pact-foundation/pact-cli": "15.x || 16.x"
8585
},
8686
"dependencies": {

0 commit comments

Comments
 (0)