Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(dependencies): bump dom testing library
  • Loading branch information
benmonro committed Nov 20, 2020
commit 28c9a7f13dfda0575482114ad4e45d663720ec13
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^7.27.1"
"@testing-library/dom": "^7.28.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
Expand Down