Skip to content

Commit 96101bb

Browse files
committed
fix(peer-deps): update pact-js to allow 15.x
1 parent 5aaaa78 commit 96101bb

File tree

2 files changed

+125
-281
lines changed

2 files changed

+125
-281
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@nestjs/common": "^9.2.1",
4848
"@nestjs/core": "^9.2.1",
4949
"@nestjs/testing": "^9.2.1",
50-
"@pact-foundation/pact": "^13.1.4",
51-
"@pact-foundation/pact-cli": "^16.0.4",
50+
"@pact-foundation/pact": "^15.0.0",
51+
"@pact-foundation/pact-cli": "^16.0.7",
5252
"@semantic-release/changelog": "^6.0.2",
5353
"@semantic-release/git": "^10.0.1",
5454
"@types/get-port": "^4.2.0",
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@nestjs/common": "7.x || 8.x || 9.x || 10.x || 11.x",
8282
"@nestjs/core": "7.x || 8.x || 9.x || 10.x || 11.x",
83-
"@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x || 14.x",
83+
"@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x",
8484
"@pact-foundation/pact-cli": "15.x || 16.x"
8585
},
8686
"dependencies": {

0 commit comments

Comments
 (0)