Update dependency @testing-library/react to v15.0.7
This commit is contained in:
parent
51b34131d2
commit
bb55ec4cfe
12
virtweb_frontend/package-lock.json
generated
12
virtweb_frontend/package-lock.json
generated
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user