Skip to content

Commit 33480d0

Browse files
authored
fix(deps): add pact-js v14 to peer deps (#343)
1 parent 12c9a88 commit 33480d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"typescript": "5.7.3"
7373
},
7474
"peerDependencies": {
75-
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0 || ^13.0.0",
75+
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0 || ^13.0.0 || ^14.0.0",
7676
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0"
7777
},
7878
"lint-staged": {

0 commit comments

Comments
 (0)