fix: upgrade ts-jest in packages

This commit is contained in:
Karol Sójko
2022-07-12 11:52:34 +02:00
parent 09e08ca899
commit 71e792da35
14 changed files with 40 additions and 106 deletions

View File

@@ -37,6 +37,6 @@
"@typescript-eslint/parser": "^5.12.1",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
}
}