Skip to content

Commit c231511

Browse files
author
Kent C. Dodds
committed
feat(deps): update @testing-library/dom to 6.0.0
BREAKING CHANGE: If you were using `debugDOM` before, use `prettyDOM` instead. Note that `debugDOM` is different from `debug` which you get back from `render`. That is unchanged.
1 parent 0ffbd85 commit c231511

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
@@ -43,12 +43,12 @@
4343
"license": "MIT",
4444
"dependencies": {
4545
"@babel/runtime": "^7.5.5",
46-
"@testing-library/dom": "^5.6.1"
46+
"@testing-library/dom": "^6.0.0"
4747
},
4848
"devDependencies": {
4949
"@reach/router": "^1.2.1",
5050
"@testing-library/jest-dom": "^4.0.0",
51-
"@types/react": "^16.8.25",
51+
"@types/react": "^16.9.1",
5252
"@types/react-dom": "^16.8.5",
5353
"kcd-scripts": "^1.5.2",
5454
"react": "^16.9.0",

0 commit comments

Comments
 (0)