Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 5fd08b0

Browse files
Bump @testing-library/react-native from 12.7.2 to 12.9.0
Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 12.7.2 to 12.9.0. - [Release notes](https://github.com/callstack/react-native-testing-library/releases) - [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/.release-it.json) - [Commits](callstack/react-native-testing-library@v12.7.2...v12.9.0) --- updated-dependencies: - dependency-name: "@testing-library/react-native" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57aa9e7 commit 5fd08b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/runtime": "^7.25.6",
2020
"@react-native-community/eslint-config": "^3.2.0",
2121
"@testing-library/jest-native": "^5.4.3",
22-
"@testing-library/react-native": "^12.7.2",
22+
"@testing-library/react-native": "^12.9.0",
2323
"@tsconfig/react-native": "^3.0.5",
2424
"@types/jest": "^29.5.14",
2525
"@types/react": "^18.2.40",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,10 +1974,10 @@
19741974
pretty-format "^29.0.3"
19751975
redent "^3.0.0"
19761976

1977-
"@testing-library/react-native@^12.7.2":
1978-
version "12.7.2"
1979-
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.7.2.tgz#d9dc62979264902c22ac9154eee0dc10914d1518"
1980-
integrity sha512-fSUIruOUFcuwssC8+m9H+9ib7P/+JrtIszHS4eZ6O9e4FjpjS3m24UnkJXTRl+FCbknz8oxH5Tw+thzy0qsIMg==
1977+
"@testing-library/react-native@^12.9.0":
1978+
version "12.9.0"
1979+
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.9.0.tgz#9c727d9ffec91024be3288ed9376df3673154784"
1980+
integrity sha512-wIn/lB1FjV2N4Q7i9PWVRck3Ehwq5pkhAef5X5/bmQ78J/NoOsGbVY2/DG5Y9Lxw+RfE+GvSEh/fe5Tz6sKSvw==
19811981
dependencies:
19821982
jest-matcher-utils "^29.7.0"
19831983
pretty-format "^29.7.0"

0 commit comments

Comments
 (0)