Skip to content

Commit

Permalink
feat: update DOM Testing Library to latest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kentcdodds committed Mar 12, 2020
1 parent ab34b09 commit 7748784
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 @@ -41,8 +41,8 @@
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@testing-library/dom": "^6.15.0",
"@babel/runtime": "^7.8.7",
"@testing-library/dom": "^7.0.2",
"@types/testing-library__cypress": "^5.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 7748784

Please sign in to comment.