Skip to content

Commit 55a638b

Browse files
chore(examples): fix with-jest types (#56193)
### What? Closes #55167 Also does the same as #56151 for `with-jest-babel` Fixes #55167
1 parent c20e21b commit 55a638b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/with-jest-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@testing-library/jest-dom": "5.16.4",
1717
"@testing-library/react": "13.2.0",
1818
"@testing-library/user-event": "14.2.0",
19+
"@types/jest": "29.5.5",
1920
"@types/react": "18.0.9",
20-
"@types/testing-library__jest-dom": "5.14.5",
2121
"babel-jest": "28.1.0",
2222
"identity-obj-proxy": "3.0.0",
2323
"jest": "28.1.0",

examples/with-jest/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@testing-library/jest-dom": "6.1.2",
1818
"@testing-library/react": "14.0.0",
1919
"@testing-library/user-event": "14.4.3",
20+
"@types/jest": "29.5.5",
2021
"@types/react": "18.2.21",
2122
"jest": "29.6.4",
2223
"jest-environment-jsdom": "29.6.4",

0 commit comments

Comments
 (0)