From 1776c8b711dcc2cc0c0bd10299d02c13601e0bf9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jun 2021 19:25:10 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.13.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 854f55655..3e3f0204c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nuxtjs/eslint-config-typescript": "6.0.1", "@nuxtjs/storybook": "3.3.2", "@storybook/addon-knobs": "6.2.9", - "@testing-library/jest-dom": "5.11.9", + "@testing-library/jest-dom": "5.13.0", "@types/convert-units": "2.3.3", "@types/emoji-regex": "8.0.0", "@types/jest": "26.0.23", diff --git a/yarn.lock b/yarn.lock index 9be32bf21..6e76daf7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3173,10 +3173,10 @@ vue-docgen-loader "^1.5.0" webpack "^4.44.2" -"@testing-library/jest-dom@5.11.9": - version "5.11.9" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975" - integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ== +"@testing-library/jest-dom@5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz#0a365684e2c1159f857f5915be50089fc5657df0" + integrity sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"