From 09f19f147951d4cacec532555fb642957a4a3f40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 May 2021 13:32:47 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v11.2.7 --- packages/tools/package.json | 2 +- packages/union-component/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tools/package.json b/packages/tools/package.json index 606c127f..7ca38d0b 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@babel/core": "7.12.10", "@babel/plugin-transform-runtime": "7.12.10", - "@testing-library/react": "11.2.5", + "@testing-library/react": "11.2.7", "babel-eslint": "10.1.0", "babel-jest": "26.3.0", "babel-plugin-styled-components": "1.12.0", diff --git a/packages/union-component/package.json b/packages/union-component/package.json index 3934bdc3..6f98c569 100644 --- a/packages/union-component/package.json +++ b/packages/union-component/package.json @@ -46,7 +46,7 @@ "@storybook/react": "^6.0.21", "@testing-library/dom": "^7.24.1", "@testing-library/jest-dom": "^5.11.3", - "@testing-library/react": "11.2.5", + "@testing-library/react": "11.2.7", "@testing-library/user-event": "^12.1.4", "@types/classnames": "^2.2.10", "@types/eslint": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index c545f267..fb35da5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4108,10 +4108,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@11.2.5": - version "11.2.5" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9" - integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ== +"@testing-library/react@11.2.7": + version "11.2.7" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" + integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1"