From afc8d40e2110f32c909989f61a396ddfdba034cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:23:34 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4678c30d..ad1e2777 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "devDependencies": { "@jest/types": "29.6.3", "@recoiljs/refine": "0.1.1", - "@testing-library/jest-dom": "6.2.1", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@types/jest": "29.5.11", "@types/node": "20.11.6", diff --git a/yarn.lock b/yarn.lock index f837e090..8d199614 100644 --- a/yarn.lock +++ b/yarn.lock @@ -832,10 +832,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz#0beba7515caad06de8733e1dd5a040fe34ad212d" - integrity sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ== +"@testing-library/jest-dom@6.3.0": + version "6.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz#e8d308e0c0e91d882340cbbfdea0e4daa7987d36" + integrity sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg== dependencies: "@adobe/css-tools" "^4.3.2" "@babel/runtime" "^7.9.2"