From da99f2904cb805c7a7b249d9d1a5d489ad22205c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 21:06:11 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react-native from 7.0.2 to 7.1.0 Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/callstack/react-native-testing-library/releases) - [Changelog](https://github.com/callstack/react-native-testing-library/blob/master/.release-it.json) - [Commits](https://github.com/callstack/react-native-testing-library/compare/v7.0.2...v7.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8178ef06..fb74d366 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@code-quality/stylelint-styled-components-react-native-config": "^1.3.0", "@commitlint/cli": "^11.0.0", "@react-native-community/eslint-config": "^2.0.0", - "@testing-library/react-native": "^7.0.2", + "@testing-library/react-native": "^7.1.0", "@types/detox": "^16.4.1", "@types/jest": "^26.0.15", "@types/node": "^14.14.3", diff --git a/yarn.lock b/yarn.lock index 9e673994..32508ada 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1623,10 +1623,10 @@ remark "^12.0.0" unist-util-find-all-after "^3.0.1" -"@testing-library/react-native@^7.0.2": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-7.0.2.tgz#fd00b4c5639f606a07b20d0fec5a4cbfc3851efa" - integrity sha512-mOnsEgdbIvXa2cpZz+DTWiqtgObHRICujBGVXHVc1Wr9HbD7mMXIVPiOaUZPL6Wufw23FTy1pqAUIuQydtBc1Q== +"@testing-library/react-native@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-7.1.0.tgz#6b168aac21522c8a5175461b350336fd79612ac9" + integrity sha512-ljVM9KZqG7BT/NFN6CHzdF6MNmM28+k7MEybFJ7FW1wVrhpiY4+hU9ypZ+hboO+MG3KpE2aFBzP4od3gu+Zzdg== dependencies: pretty-format "^26.0.1"