fix: upgrade jest with types to latest version

This commit is contained in:
Karol Sójko
2022-07-12 11:37:11 +02:00
parent 59327a5aa1
commit 09e08ca899
15 changed files with 47 additions and 67 deletions

View File

@@ -32,13 +32,13 @@
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.4",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.179",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^27.5.1",
"jest": "^28.1.2",
"jsdom": "^20.0.0",
"ts-jest": "^27.1.3"
}