Skip to content

Commit

Permalink
feat: update @testing-library/dom
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kentcdodds committed Mar 12, 2020
1 parent 0890ccc commit 435098c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -45,9 +45,9 @@
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@testing-library/dom": "^6.15.0",
"@types/testing-library__react": "^9.1.2"
"@babel/runtime": "^7.8.7",
"@testing-library/dom": "^7.0.2",
"@types/testing-library__react": "^9.1.3"
},
"devDependencies": {
"@reach/router": "^1.3.3",
Expand Down

0 comments on commit 435098c

Please sign in to comment.