From c9f9495840d4f23de5865238e67af4e673c14633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:57:01 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-native from 8.0.0 to 11.5.2 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 8.0.0 to 11.5.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...v11.5.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..94cccd98e 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": "^11.5.2", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.8.0", "babel-core": "6.26.3",