reverting back @types/jest and typescript version

This commit is contained in:
Namrata Jha
2021-10-25 08:09:27 +00:00
committed by GitHub
parent 81656b7f86
commit 1b66f3e643
2 changed files with 41 additions and 165 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
"rxjs": "^6.5.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^24.0.23",
"@types/node": "^12.7.12",
"@typescript-eslint/parser": "^2.8.0",
"@zeit/ncc": "^0.20.5",
@@ -41,6 +41,6 @@
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^26.1.0",
"typescript": "^4.4.4"
"typescript": "^3.6.4"
}
}