From 5499dc3331992f0b836093f56a759abad0d56f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:41:08 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-native from 3.4.3 to 4.0.2 Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 3.4.3 to 4.0.2. - [Release notes](https://github.com/testing-library/jest-native/releases) - [Changelog](https://github.com/testing-library/jest-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-native/compare/v3.4.3...v4.0.2) --- updated-dependencies: - dependency-name: "@testing-library/jest-native" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 471bc4eab..a6053fe4c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/preset-react": "^7.9.4", "@callstack/eslint-config": "^10.0.0", "@release-it/conventional-changelog": "^2.0.0", - "@testing-library/jest-native": "~3.4.3", + "@testing-library/jest-native": "~4.0.2", "@types/react": "^17.0.0", "@types/react-native": "^0.65.7", "@types/react-test-renderer": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index f04961d08..e3a8ac267 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2033,10 +2033,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/jest-native@~3.4.3": - version "3.4.3" - resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-3.4.3.tgz#fa6f902a442e2693f27563568a71e61bf11f8a53" - integrity sha512-CzHr3FMZCda/ChKEAjt9er9CHmIhgfKRHyeDrK3QoUdQUvlaFGER+WqGLqieJRdjRjpa2ecm+eNm2/+rPSFWkw== +"@testing-library/jest-native@~4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-4.0.2.tgz#dfed231ae45ee27fdf48323b5eac344d4906df99" + integrity sha512-GJBe/aAJeWNG9aZUyp92dNtkh0wbYH3c3XRwKT8PvpPccJn/dI+R+87MMGiruLtJwGKuTtov2rC0DTautPDirg== dependencies: chalk "^2.4.1" jest-diff "^24.0.0"