Update dependency @testing-library/react to v15.0.7 #47

Merged
pierre merged 1 commits from renovate/testing-library-react-15.x-lockfile into master 2024-05-14 00:56:34 +00:00
Showing only changes of commit bb55ec4cfe - Show all commits

View File

@ -5507,9 +5507,9 @@
"integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w=="
},
"node_modules/@testing-library/react": {
"version": "15.0.5",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.5.tgz",
"integrity": "sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==",
"version": "15.0.7",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz",
"integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^10.0.0",
@ -5519,8 +5519,14 @@
"node": ">=18"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
},
"node_modules/@testing-library/user-event": {