From 9ec9f1e2b6ee6e0d0e462489c635121ee5bf6101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:26:53 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-native from 8.0.0 to 12.2.2 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 8.0.0 to 12.2.2. - [Release notes](https://github.com/callstack/react-native-testing-library/releases) - [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/tsconfig.release.json) - [Commits](https://github.com/callstack/react-native-testing-library/compare/v8.0.0...v12.2.2) --- 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..2d50f6649 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.2.2", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.8.0", "babel-core": "6.26.3",