From 137e2ee787fd5164dd88fe2a32c2bb0372f0fb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:09:20 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-native from 8.0.0 to 9.1.0 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 8.0.0 to 9.1.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/v8.0.0...v9.1.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1114c8e6..8220de129 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": "^9.1.0", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.8.0", "babel-core": "6.26.3",