Skip to content

Commit 7748784

Browse files
committed
feat: update DOM Testing Library to latest
BREAKING CHANGE: This updates @testing-library/dom, please check the changelog for the most recent version of that package to know whether you are impacted by these changes.
1 parent ab34b09 commit 7748784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
4242
"license": "MIT",
4343
"dependencies": {
44-
"@babel/runtime": "^7.8.4",
45-
"@testing-library/dom": "^6.15.0",
44+
"@babel/runtime": "^7.8.7",
45+
"@testing-library/dom": "^7.0.2",
4646
"@types/testing-library__cypress": "^5.0.3"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)