Bump @testing-library/react from 16.0.1 to 16.3.0

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.1 to 16.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.3.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-30 14:08:59 +00:00
committed by GitHub
parent 70a5072dd4
commit a351a45e1d
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "modelec-club",
"version": "0.0.0",
"dependencies": {
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.3.0",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.16.1",
@@ -1675,9 +1675,9 @@
}
},
"node_modules/@testing-library/react": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz",
"integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==",
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz",
"integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
@@ -1687,10 +1687,10 @@
},
"peerDependencies": {
"@testing-library/dom": "^10.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"@types/react": "^18.0.0 || ^19.0.0",
"@types/react-dom": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {

View File

@@ -25,7 +25,7 @@
]
},
"dependencies": {
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.3.0",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.16.1",