Skip to content

Commit

Permalink
chore: update pact-js + examples to pact-core 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 7, 2023
1 parent e7e5390 commit dc0247b
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 62 deletions.
17 changes: 10 additions & 7 deletions examples/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
Expand Down
11 changes: 7 additions & 4 deletions examples/graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/express-graphql": "0.8.0",
Expand Down
17 changes: 10 additions & 7 deletions examples/jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "10.1.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"axios": "^0.27.2",
"jest": "^28.1.3",
"jest-pact": "^0.10.1"
Expand Down
17 changes: 10 additions & 7 deletions examples/messages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.11",
"axios": "^0.27.2",
Expand Down
17 changes: 10 additions & 7 deletions examples/serverless/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"aws-sdk": "^2.1354.0",
"chai": "^4.3.6",
"lodash": "^4.17.21",
Expand Down
17 changes: 10 additions & 7 deletions examples/v3/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/v3/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"body-parser": "^1.20.0",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
Expand Down
17 changes: 10 additions & 7 deletions examples/v3/run-specific-verifications/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/v3/run-specific-verifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"@types/node": "^18.7.13",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/v4/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@pact-foundation/pact": "11.0.2",
"@pact-foundation/pact-core": "^14.0.0",
"@pact-foundation/pact-core": "^14.0.1",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/mocha": "^9.1.1",
Expand Down
Loading

0 comments on commit dc0247b

Please sign in to comment.