From 5e18c01100e42b074301ffba2cbd28f1aeef4bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:52:22 +0000 Subject: [PATCH] :arrow_up: Bump @testing-library/react-native from 12.5.2 to 12.6.1 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 12.5.2 to 12.6.1. - [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.5.2...v12.6.1) --- 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 62c52b37..6b1cdfe5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@babel/preset-env": "^7.25.4", "@react-native/babel-preset": "0.75.2", "@testing-library/jest-native": "5.4.3", - "@testing-library/react-native": "12.5.2", + "@testing-library/react-native": "12.6.1", "@types/jest": "^29.5.12", "@types/react-test-renderer": "^18.0.7", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index c0a0aa6f..229b4e35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2204,10 +2204,10 @@ pretty-format "^29.0.3" redent "^3.0.0" -"@testing-library/react-native@12.5.2": - version "12.5.2" - resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.5.2.tgz#97dcf11e505d7cd05c9261c1f1c65387c4857673" - integrity sha512-utFXq9xVc2D/vZk80YzWPTPTNbVXh7jyLYW+DJ2mlmDhj5GaAKf1abf2Dwc6gitxAWn5R22GO3hBME03W0f82w== +"@testing-library/react-native@12.6.1": + version "12.6.1" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-12.6.1.tgz#dbb6b00246a3cffbffa18bbbb618fab968c0de28" + integrity sha512-ykXKeQEkqJ/lk0dqGfEspODjV5skmUh/6vVtyGZQsneFrcqGZJrO4uGhmChICLbnEKkstxXkjXeyoB7z8k9InQ== dependencies: jest-matcher-utils "^29.7.0" pretty-format "^29.7.0"