Update dependency @testing-library/react to v15.0.5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2024-04-26 15:36:17 +00:00
parent 431fc754c4
commit 94850f97d0
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.4",
"@testing-library/react": "15.0.5",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",

View File

@ -745,10 +745,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@15.0.4":
version "15.0.4"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.4.tgz#e5e83f79863c4897719ae3191af1e54617f60dea"
integrity sha512-Fw/LM1emOHKfCxv5R0tz+25TOtiMt0o5Np1zJmb4LbSacOagXQX4ooAaHiJfGUMe+OjUk504BX11W+9Z8CvyZA==
"@testing-library/react@15.0.5":
version "15.0.5"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.5.tgz#71bcc875e1142c3924cac7bdd7dc9a6db0bb1d42"
integrity sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^10.0.0"