Skip to content

Commit

Permalink
feat(deps): update @testing-library/dom to 6.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kent C. Dodds authored and Kent C. Dodds committed Aug 9, 2019
1 parent e2d2572 commit 1dd6544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@testing-library/dom": "^5.6.1"
"@testing-library/dom": "^6.0.0"
},
"devDependencies": {
"@reach/router": "^1.2.1",
"@testing-library/jest-dom": "^4.0.0",
"@types/react": "^16.8.25",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"kcd-scripts": "^1.5.2",
"react": "^16.9.0",
Expand Down

0 comments on commit 1dd6544

Please sign in to comment.