From 7c86cb51a654c0daa140fd2708395c8059ac2744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:53:54 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-native from 8.0.0 to 12.4.5 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 8.0.0 to 12.4.5. - [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/v8.0.0...v12.4.5) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1114c8e6..06dacca16 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@babel/runtime": "7.11.2", "@react-native-community/eslint-config": "^3.0.1", "@sinonjs/fake-timers": "^8.0.1", - "@testing-library/react-native": "^8.0.0", + "@testing-library/react-native": "^12.4.5", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.8.0", "babel-core": "6.26.3",