Skip to content

Commit 80f68cb

Browse files
committed
feat: update @testing-library/dom
BREAKING CHANGE: The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library to ensure you are uneffected.
1 parent 04e64bb commit 80f68cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
4646
"license": "MIT",
4747
"dependencies": {
48-
"@babel/runtime": "^7.8.4",
49-
"@testing-library/dom": "^6.15.0",
50-
"@types/testing-library__react": "^9.1.2"
48+
"@babel/runtime": "^7.8.7",
49+
"@testing-library/dom": "^7.0.2",
50+
"@types/testing-library__react": "^9.1.3"
5151
},
5252
"devDependencies": {
5353
"@reach/router": "^1.3.3",

0 commit comments

Comments
 (0)