We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae42937 commit 6b95559Copy full SHA for 6b95559
package.json
@@ -28,7 +28,7 @@
28
"@testing-library/react": "^13.1.1",
29
"@testing-library/react-12": "npm:@testing-library/react@^12.1.2",
30
"@testing-library/react-hooks": "^8.0.0",
31
- "@types/jest": "^27.0.2",
+ "@types/jest": "^28.0.0",
32
"@types/react": "^18.0.0",
33
"@types/react-dom": "^18.0.0",
34
"@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -44,7 +44,7 @@
44
"eslint-plugin-react": "^7.26.1",
45
"eslint-plugin-react-hooks": "^4.2.0",
46
"husky": "^7.0.0",
47
- "jest": "^27.2.4",
+ "jest": "^28.0.0",
48
"jest-fetch-mock": "^3.0.3",
49
"jest-mock-extended": "^2.0.4",
50
"lint-staged": "^11.2.0",
@@ -57,7 +57,7 @@
57
"shelljs": "^0.8.4",
58
"shx": "^0.3.3",
59
"simple-git": "^3.7.0",
60
- "ts-jest": "^27.0.5",
+ "ts-jest": "^28.0.0",
61
"typescript": "^4.4.3"
62
},
63
"scripts": {
0 commit comments