From 2b29a7868d8d57d3d57ce36a18bd966c7266be54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:19:17 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v6.1.5 --- .changelog/1054.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/1054.internal.md diff --git a/.changelog/1054.internal.md b/.changelog/1054.internal.md new file mode 100644 index 000000000..3a4306bfd --- /dev/null +++ b/.changelog/1054.internal.md @@ -0,0 +1 @@ +Update test dependencies diff --git a/package.json b/package.json index 5f274b1a9..49b13d4ab 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@storybook/react": "7.6.1", "@storybook/react-webpack5": "7.6.1", "@storybook/testing-library": "0.2.2", - "@testing-library/jest-dom": "6.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", "@types/jest": "^29.5.10", diff --git a/yarn.lock b/yarn.lock index 0f240a93d..abb2486dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5003,10 +5003,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@6.1.4": - version "6.1.4" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz#cf0835c33bc5ef00befb9e672b1e3e6a710e30e3" - integrity sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw== +"@testing-library/jest-dom@6.1.5": + version "6.1.5" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz#0a635d0ad4a1a880089d967299d94e9cfc81fbe1" + integrity sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g== dependencies: "@adobe/css-tools" "^4.3.1" "@babel/runtime" "^7.9.2"