From 30ae41b762e36d7e9cab588c4c18504e7b689b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:02:35 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react-native Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 12.9.0 to 13.0.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.9.0...v13.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react-native" dependency-type: direct:development update-type: version-update:semver-major ... 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 f73556d..3d11df0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@babel/core": "^7.26.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react-native": "^12.9.0", + "@testing-library/react-native": "^13.0.0", "@types/invariant": "^2.2.37", "@types/jest": "^29", "@types/react": "~18.3", diff --git a/yarn.lock b/yarn.lock index 82e08ae..148b39f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2201,10 +2201,10 @@ lodash "^4.17.21" redent "^3.0.0" -"@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== +"@testing-library/react-native@^13.0.0": + version "13.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-13.0.0.tgz#6e95e229344f3647065456ee6817258ca2afd644" + integrity sha512-NwwhIyMS+VD80KdDz9MS7iatCCgTGp+ZQd7EW+AKbJuWdMdDdopM042NLsp58haREzeFNAhVIPkm+1oSNw3Z5g== dependencies: jest-matcher-utils "^29.7.0" pretty-format "^29.7.0"