Skip to content

Commit d01558a

Browse files
chore(deps-dev): bump @testing-library/react
Bumps the react-testing-library-dependencies group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/react` from 16.2.0 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](testing-library/react-testing-library@v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-testing-library-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8f5147 commit d01558a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"@tanstack/eslint-plugin-query": "^5.66.1",
187187
"@testing-library/dom": "10.4.0",
188188
"@testing-library/jest-dom": "6.6.3",
189-
"@testing-library/react": "16.2.0",
189+
"@testing-library/react": "16.3.0",
190190
"@testing-library/user-event": "14.6.1",
191191
"@types/node": "^22.9.1",
192192
"babel-gettext-extractor": "^4.1.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3705,10 +3705,10 @@
37053705
lodash "^4.17.21"
37063706
redent "^3.0.0"
37073707

3708-
"@testing-library/react@16.2.0":
3709-
version "16.2.0"
3710-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.2.0.tgz#c96126ee01a49cdb47175721911b4a9432afc601"
3711-
integrity sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==
3708+
"@testing-library/react@16.3.0":
3709+
version "16.3.0"
3710+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.0.tgz#3a85bb9bdebf180cd76dba16454e242564d598a6"
3711+
integrity sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==
37123712
dependencies:
37133713
"@babel/runtime" "^7.12.5"
37143714

0 commit comments

Comments
 (0)