update @types/jest, jest-circus, ts-jest and typescript

This commit is contained in:
Namrata Jha
2021-10-25 07:34:48 +00:00
committed by GitHub
parent 6badf80095
commit 81656b7f86
2 changed files with 2010 additions and 989 deletions

2991
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@
"rxjs": "^6.5.4"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/jest": "^27.0.2",
"@types/node": "^12.7.12",
"@typescript-eslint/parser": "^2.8.0",
"@zeit/ncc": "^0.20.5",
@@ -37,10 +37,10 @@
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"jest": "^26.1.0",
"jest-circus": "^24.9.0",
"jest-circus": "^26.1.0",
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.6.4"
"ts-jest": "^26.1.0",
"typescript": "^4.4.4"
}
}