Update dependency @testing-library/react to v15.0.1
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-11 17:45:27 +00:00
parent 43a6f1bb08
commit 51323bef34
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.0",
"@testing-library/react": "15.0.1",
"@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.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.0.tgz#13cdc21aa83c60c48bd05cfec3d7725dd775c6c5"
integrity sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==
"@testing-library/react@15.0.1":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.1.tgz#d67258ddc7b175e00aa9d8ddeada60ff8ac03ff8"
integrity sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^10.0.0"