From c708355504befe0cf71260108000562fca324328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:24:22 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react in /Sample-01 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.0 to 14.2.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v14.1.0...v14.2.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package.json | 2 +- Sample-01/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sample-01/package.json b/Sample-01/package.json index a8009310..2e9184d0 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.17", - "@testing-library/react": "^14.1", + "@testing-library/react": "^14.2", "jest-environment-jsdom": "^27.0", "jest-fetch-mock": "^3.0", "nodemon": "^2.0" diff --git a/Sample-01/yarn.lock b/Sample-01/yarn.lock index 9c65c42b..da0bdb4f 100644 --- a/Sample-01/yarn.lock +++ b/Sample-01/yarn.lock @@ -1867,10 +1867,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^14.1": - version "14.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.0.tgz#01d64915111db99b50f8361d51d7217606805989" - integrity sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A== +"@testing-library/react@^14.2": + version "14.2.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.2.tgz#74f855215c57d423282486a395a4348a837d3c5a" + integrity sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0"