From e2c9b3a0028e529825633de167b358adbc843243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:39:56 +0000 Subject: [PATCH] chore(deps): update testing-library monorepo --- packages/react/package.json | 2 +- packages/solid/package.json | 2 +- packages/vue/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 266c359e59..024c0f75a8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -210,7 +210,7 @@ "@storybook/react-vite": "8.3.5", "@storybook/react": "8.3.5", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.5.0", + "@testing-library/jest-dom": "6.6.2", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/jsdom": "21.1.7", diff --git a/packages/solid/package.json b/packages/solid/package.json index 90397d6129..65a234d534 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -175,7 +175,7 @@ "@storybook/addon-essentials": "8.3.5", "@storybook/docs-tools": "8.3.5", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.5.0", + "@testing-library/jest-dom": "6.6.2", "@testing-library/user-event": "14.5.2", "@types/jsdom": "21.1.7", "@zag-js/stringify-state": "0.74.2", diff --git a/packages/vue/package.json b/packages/vue/package.json index ef1cb9a3eb..7e8685a1fd 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -204,9 +204,9 @@ "@histoire/plugin-vue": "0.17.17", "@release-it/keep-a-changelog": "5.0.0", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.5.0", + "@testing-library/jest-dom": "6.6.2", "@testing-library/user-event": "14.5.2", - "@testing-library/vue": "8.0.3", + "@testing-library/vue": "8.1.0", "@types/jsdom": "21.1.7", "@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue-jsx": "4.0.1",