From a93f641c3bd17672efb2185c02e4ecc7222bc269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 01:35:29 +0000 Subject: [PATCH] Bump @testing-library/react from 13.2.0 to 13.3.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.2.0 to 13.3.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/v13.2.0...v13.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... 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 e08ac3d989..4fdfea6fb8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@pulumi/aws": "^4.0.0", "@pulumi/awsx": "^0.32.0", "@pulumi/pulumi": "^3.33.1", - "@testing-library/react": "^13.2.0", + "@testing-library/react": "^13.3.0", "@types/d3-axis": "^3.0.1", "@types/d3-scale": "^4.0.2", "@types/jest": "^27.5.1", diff --git a/yarn.lock b/yarn.lock index 41e8446e01..a3d82eae4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1240,10 +1240,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/react@^13.2.0": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf" - integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g== +"@testing-library/react@^13.3.0": + version "13.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5" + integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.5.0"