From d0f64a40172fed33a9320d7fe1110f12054b8dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:22:54 +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.0. - [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.0) --- 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..069658ab 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.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.0.tgz#256add361581316b7ee9e60a585aaed9c8c19655" + integrity sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0"