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: Bump testing-library/dom to v8
  • Loading branch information
eps1lon committed Jun 8, 2021
commit 64c0d2f463e6bb1b390b020a567d583343376149
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.28.1"
"@testing-library/dom": "^8.0.0-alpha.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
Expand Down