From 5fd08b0adc88c035f4ef94098ce42122f6c6e2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:02:10 +0000 Subject: [PATCH] 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](https://github.com/callstack/react-native-testing-library/compare/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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d0f2e4d..b9cf281 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@babel/runtime": "^7.25.6", "@react-native-community/eslint-config": "^3.2.0", "@testing-library/jest-native": "^5.4.3", - "@testing-library/react-native": "^12.7.2", + "@testing-library/react-native": "^12.9.0", "@tsconfig/react-native": "^3.0.5", "@types/jest": "^29.5.14", "@types/react": "^18.2.40", diff --git a/yarn.lock b/yarn.lock index ba517e5..efeac04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,10 +1974,10 @@ pretty-format "^29.0.3" redent "^3.0.0" -"@testing-library/react-native@^12.7.2": - version "12.7.2" - resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.7.2.tgz#d9dc62979264902c22ac9154eee0dc10914d1518" - integrity sha512-fSUIruOUFcuwssC8+m9H+9ib7P/+JrtIszHS4eZ6O9e4FjpjS3m24UnkJXTRl+FCbknz8oxH5Tw+thzy0qsIMg== +"@testing-library/react-native@^12.9.0": + version "12.9.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.9.0.tgz#9c727d9ffec91024be3288ed9376df3673154784" + integrity sha512-wIn/lB1FjV2N4Q7i9PWVRck3Ehwq5pkhAef5X5/bmQ78J/NoOsGbVY2/DG5Y9Lxw+RfE+GvSEh/fe5Tz6sKSvw== dependencies: jest-matcher-utils "^29.7.0" pretty-format "^29.7.0"