1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-12-03 22:51:11 +03:00

build(deps-dev): bump @testing-library/react in /frontend

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.0 to 14.1.2.
- [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/v14.1.0...v14.1.2)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-24 12:10:59 +00:00
committed by Quentin Gliech
parent 1c62034e02
commit 4a0eadccd5
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
"@storybook/addon-essentials": "^7.5.3", "@storybook/addon-essentials": "^7.5.3",
"@storybook/react": "^7.5.3", "@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3", "@storybook/react-vite": "^7.5.3",
"@testing-library/react": "^14.1.0", "@testing-library/react": "^14.1.2",
"@types/node": "^20.9.4", "@types/node": "^20.9.4",
"@types/react": "^18.2.38", "@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17", "@types/react-dom": "^18.2.17",
@@ -8452,9 +8452,9 @@
} }
}, },
"node_modules/@testing-library/react": { "node_modules/@testing-library/react": {
"version": "14.1.0", "version": "14.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz",
"integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==", "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",

View File

@@ -52,7 +52,7 @@
"@storybook/addon-essentials": "^7.5.3", "@storybook/addon-essentials": "^7.5.3",
"@storybook/react": "^7.5.3", "@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3", "@storybook/react-vite": "^7.5.3",
"@testing-library/react": "^14.1.0", "@testing-library/react": "^14.1.2",
"@types/node": "^20.9.4", "@types/node": "^20.9.4",
"@types/react": "^18.2.38", "@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17", "@types/react-dom": "^18.2.17",