Skip to content

Commit

Permalink
chore: upgrade to jest v29 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
brajkowski authored Sep 27, 2022
1 parent cbb0053 commit 3ab5df9
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 576 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/jest": "^29.0.3",
"@types/node": "^16.0.0",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.38.1",
Expand All @@ -53,12 +53,12 @@
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"jest": "^28.1.3",
"jest": "^29.0.3",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
"ts-jest": "^28.0.8",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"yargs": "^17.5.1"
Expand Down
Loading

0 comments on commit 3ab5df9

Please sign in to comment.