Skip to content

Commit e92e8fe

Browse files
committed
chore: downgrade TypeScript and ts-jest versions in package.json and package-lock.json
1 parent a7b63ce commit e92e8fe

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"eslint-plugin-prefer-arrow": "^1.2.3",
5050
"jest": "^29.3.1",
5151
"json-date-parser": "^1.0.1",
52-
"ts-jest": "^29.4.0",
52+
"ts-jest": "^29.0.5",
5353
"tslint": "^6.1.3",
54-
"typescript": "^5.8.3",
54+
"typescript": "^4.9.4",
5555
"validator": "^13.15.15"
5656
},
5757
"peerDependencies": {

0 commit comments

Comments
 (0)