Skip to content

Commit

Permalink
Allow pact 11 as peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffrayBillon committed Jul 6, 2023
1 parent ad98156 commit 00770df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"peerDependencies": {
"@nestjs/common": "7.x || 8.x || 9.x || 10.x",
"@nestjs/core": "7.x || 8.x || 9.x || 10.x",
"@pact-foundation/pact": "^10.4.0"
"@pact-foundation/pact": "10.x || 11.x"
},
"dependencies": {
"get-port": "^5.0.0"
Expand Down

0 comments on commit 00770df

Please sign in to comment.