Skip to content

Commit

Permalink
feat(jest): Add jest 29 support
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Nov 18, 2022
1 parent 0e9b512 commit 017abf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
"@commitlint/config-conventional": "^10.0.0",
"@pact-foundation/pact": "^10.0.2",
"@pact-foundation/pact-js-prettier-config": "^1.0.0",
"@types/jest": "^27.1.3",
"@types/jest": "^29.2.3",
"@types/supertest": "2.0.8",
"coveralls": "3.1.1",
"cross-env": "7.0.2",
"husky": "^4.3.8",
"jest": "^28.1.0",
"jest-junit": "13.2.0",
"jest": "^29.3.1",
"jest-junit": "14.0.1",
"lint-staged": "10.2.2",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"standard-version": "^9.0.0",
"supertest": "6.2.3",
"ts-jest": "^28.0.1",
"ts-jest": "^29.0.3",
"ts-node": "8.6.2",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "4.6.4"
},
"peerDependencies": {
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2",
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0"
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down

0 comments on commit 017abf3

Please sign in to comment.