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

@@ -26,7 +26,7 @@
"@babel/preset-env": "*",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/jest": "^27.5.1",
"@types/jest": "^28.1.4",
"@types/react": "^17.0.42",
"@types/react-dom": "^18.0.5",
"@types/wicg-file-system-access": "^2020.9.5",
@@ -41,7 +41,7 @@
"eslint-plugin-react-hooks": "^4.4.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest": "^28.1.2",
"jest-environment-jsdom": "^27.5.1",
"lint-staged": ">=12",
"mini-css-extract-plugin": "^2.6.0",