From 00770df783a0399b62c305de0178609e2e782a6c Mon Sep 17 00:00:00 2001 From: Joffray B Date: Thu, 6 Jul 2023 16:36:43 +0200 Subject: [PATCH] Allow pact 11 as peerDep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475cd37..69858c8 100644 --- a/package.json +++ b/package.json @@ -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"