Skip to content

Commit ab33119

Browse files
committed
chore: update pact-core to 13.17.1 for pactflow command
1 parent d652971 commit ab33119

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
.idea/
4+
.vscode
45

56
# dependencies
67
node_modules/
@@ -27,4 +28,4 @@ yarn-error.log*
2728

2829
pacts/
2930
logs/
30-
output/
31+
output/

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"express": "^4.17.1"
1818
},
1919
"devDependencies": {
20-
"@pact-foundation/pact-core": "^13.4.1-beta.18",
20+
"@pact-foundation/pact-core": "^13.7.1",
2121
"axios": "^0.21.1",
2222
"concurrently": "^7.1.0",
2323
"dotenv": "^8.2.0",

0 commit comments

Comments
 (0)