From 1f325333c3f5a0a6f16f98600700dee276aa6a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 12:38:11 +0000 Subject: [PATCH] chore: bump @testing-library/react from 12.1.3 to 12.1.4 in /site Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.3 to 12.1.4. - [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/v12.1.3...v12.1.4) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 0361bd1657f29..fbf3bc205f142 100644 --- a/site/package.json +++ b/site/package.json @@ -30,7 +30,7 @@ "@storybook/addon-essentials": "6.4.19", "@storybook/addon-links": "6.4.19", "@storybook/react": "6.4.19", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "@types/express": "4.17.13", "@types/jest": "27.4.1", "@types/node": "14.18.12", diff --git a/site/yarn.lock b/site/yarn.lock index a0e837837044f..5b621cfd49db1 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -2764,10 +2764,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/react@12.1.3": - version "12.1.3" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26" - integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg== +"@testing-library/react@12.1.4": + version "12.1.4" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0" + integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0"