Skip to content

Commit 9b7bebd

Browse files
weyertKent C. Dodds
authored andcommitted
fix: ensure higher version of dom is used (#65)
Increased the minimum version of @testing-library/dom which includes the Cypress related fixes
1 parent d318d8a commit 9b7bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"license": "MIT",
5050
"dependencies": {
5151
"@babel/runtime": "^7.4.5",
52-
"@testing-library/dom": "^5.0.1"
52+
"@testing-library/dom": "^5.6.0"
5353
},
5454
"devDependencies": {
5555
"@types/jquery": "*",

0 commit comments

Comments
 (0)