Skip to content

Commit 9eece6c

Browse files
committed
fix(deps): pin dependency @types/jest to v26.0.24
1 parent e112bf1 commit 9eece6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@testing-library/jest-dom": "^5.11.9",
99
"@testing-library/react": "^11.2.5",
1010
"@testing-library/user-event": "^12.6.3",
11-
"@types/jest": "^26.0.20",
11+
"@types/jest": "26.0.24",
1212
"@types/node": "^12.19.15",
1313
"@types/react": "^16.14.3",
1414
"@types/react-dom": "^16.9.10",

0 commit comments

Comments
 (0)