Update dependency @testing-library/react to v15.0.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-04-23 11:05:26 +00:00
parent e4a89eb3e8
commit d570362f51
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.2",
"@testing-library/react": "15.0.3",
"@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.2":
version "15.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.2.tgz#d0fd7e9c41b819557639acf5f18e4cd1007ec295"
integrity sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==
"@testing-library/react@15.0.3":
version "15.0.3"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.3.tgz#891f55596d8464d4db90458a99aa64fa1105ef9b"
integrity sha512-lrfuttDGLJbpwMZ5Staz/b2GJuyQQUHEYffK2oL9DxgoeIPxFIquv0TmzJyeI0JQkc+WJMvcRRmpP9BtWlMbgQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^10.0.0"