Skip to content

Commit dcbdc3e

Browse files
authored
Merge pull request #217 from joshuajaco/add-jest-29-support
Add jest 29 support
2 parents 0e9b512 + 017abf3 commit dcbdc3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
"@commitlint/config-conventional": "^10.0.0",
4242
"@pact-foundation/pact": "^10.0.2",
4343
"@pact-foundation/pact-js-prettier-config": "^1.0.0",
44-
"@types/jest": "^27.1.3",
44+
"@types/jest": "^29.2.3",
4545
"@types/supertest": "2.0.8",
4646
"coveralls": "3.1.1",
4747
"cross-env": "7.0.2",
4848
"husky": "^4.3.8",
49-
"jest": "^28.1.0",
50-
"jest-junit": "13.2.0",
49+
"jest": "^29.3.1",
50+
"jest-junit": "14.0.1",
5151
"lint-staged": "10.2.2",
5252
"prettier": "2.0.5",
5353
"rimraf": "3.0.2",
5454
"standard-version": "^9.0.0",
5555
"supertest": "6.2.3",
56-
"ts-jest": "^28.0.1",
56+
"ts-jest": "^29.0.3",
5757
"ts-node": "8.6.2",
5858
"tslint": "5.20.1",
5959
"tslint-config-prettier": "1.18.0",
6060
"typescript": "4.6.4"
6161
},
6262
"peerDependencies": {
6363
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2",
64-
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0"
64+
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0"
6565
},
6666
"lint-staged": {
6767
"src/**/*.ts": [

0 commit comments

Comments
 (0)