Skip to content

Commit

Permalink
TG-1022 Pact dependency upgrade (#75)
Browse files Browse the repository at this point in the history
* TG-1060 Upgrade images

* Configure healthcheck endpoint rewrite path

* Update debian images version and improve cypress docker envs

* Fix README typo

* Fix import

* Add healthcheck tests

* TG-1012 Upgrade to Python 3.12 (#50)

* TG-1051 Upgrade dependencies

* TG-1051 Change pact version

* Restore project name

* Set the dependencies version as those used in the last project

* Fix e2e package.json script

* Restore package.json scripts

* TG-1051 Upgrade cypress and fix package.json scripts

* Restore project name

* TG-1051 Update package.lock

* TG-1051 Upgrade pact dependency

* Restore project name

* Update cypress script env

---------

Co-authored-by: Luca <[email protected]>
Co-authored-by: Matteo Vitali <[email protected]>
Co-authored-by: Niccolò Mineo <[email protected]>
  • Loading branch information
4 people authored Jan 16, 2024
1 parent f0393ed commit a340cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webpack": "^5.88.2"
},
"optionalDependencies": {
"@pact-foundation/pact": "^10.3.1",
"@pact-foundation/pact": "^11.0.2",
"cypress": "^12.17.4"
}
}
12 changes: 6 additions & 6 deletions {{cookiecutter.project_dirname}}/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pact-foundation/pact-core@^13.13.3":
"@pact-foundation/pact-core@^13.13.5":
version "13.15.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-core/-/pact-core-13.15.0.tgz#a2a0b42cf5b9175abf9054a9a1b8f04c7c31dbc4"
integrity sha512-xI4CSG7pFRyRvuiFW9enlAkmy2CcnFDBfdhRssqwEsEYdF0lJ+L+CMTkixy+nOBLLvVnaG71evZu+ibtXBt5/Q==
Expand All @@ -768,12 +768,12 @@
underscore "1.12.1"
unixify "1.0.0"

"@pact-foundation/pact@^10.3.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-10.4.1.tgz#5931209045427b472a6bf9b9b7cc95069b73f263"
integrity sha512-L+i8V4m+p8HnMvkx2pKJAeITNmpyO2E+e8Ds90eJG9ud3h/h4jRyR0FTJGcz53QJcvi1PBubxAJCb9y4esqbeA==
"@pact-foundation/pact@^11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-11.0.2.tgz#cc091a3e9d97c952b6c0e67bdee49be0418b9d2a"
integrity sha512-ki2pV4ZMOOPTi+vFlsODlvaLFfPxwtNFuFWyZjD9yyftwrbAlneuBSKQALyHJpY6Nmr2YU76dwWNmsWiFXwVCw==
dependencies:
"@pact-foundation/pact-core" "^13.13.3"
"@pact-foundation/pact-core" "^13.13.5"
"@types/express" "^4.17.11"
axios "^0.27.2"
body-parser "^1.20.0"
Expand Down

0 comments on commit a340cc6

Please sign in to comment.