From 91272fc8bcfb2bb49b577188cfb9de8ba66f69d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 07:47:06 +0000 Subject: [PATCH] Bump @testing-library/react from 11.0.2 to 11.0.4 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.2 to 11.0.4. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.2...v11.0.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ee91dbd0..237eccc4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Maurice de Beijer ", "license": "MIT", "devDependencies": { - "@testing-library/react": "11.0.2", + "@testing-library/react": "11.0.4", "@types/content-type": "1.1.3", "@types/jest": "26.0.13", "@types/media-typer": "1.1.0", diff --git a/yarn.lock b/yarn.lock index 10543601..6e295f0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1525,10 +1525,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@testing-library/dom@^7.23.0": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.24.1.tgz#0e8acd042070f2c1b183fbfe5c0d38b3194ad3c0" - integrity sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg== +"@testing-library/dom@^7.24.2": + version "7.24.2" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.24.2.tgz#6d2b7dd21efbd5358b98c2777fc47c252f3ae55e" + integrity sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.10.3" @@ -1538,13 +1538,13 @@ dom-accessibility-api "^0.5.1" pretty-format "^26.4.2" -"@testing-library/react@11.0.2": - version "11.0.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.2.tgz#4588cc537085907bd1d98b531eb247dbbf57b1cc" - integrity sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug== +"@testing-library/react@11.0.4": + version "11.0.4" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.4.tgz#c84082bfe1593d8fcd475d46baee024452f31dee" + integrity sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== dependencies: "@babel/runtime" "^7.11.2" - "@testing-library/dom" "^7.23.0" + "@testing-library/dom" "^7.24.2" "@types/aria-query@^4.2.0": version "4.2.0"