diff --git a/packages/react/package.json b/packages/react/package.json index 6233ef3d96..d1ec4ea350 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -646,8 +646,8 @@ "@storybook/react-vite": "8.2.9", "@storybook/react": "8.2.9", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.8", - "@testing-library/react": "16.0.0", + "@testing-library/jest-dom": "6.5.0", + "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/jsdom": "21.1.7", "@types/react": "18.3.4", diff --git a/packages/solid/package.json b/packages/solid/package.json index 738a9ab037..8ea214e48c 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -135,7 +135,7 @@ "@storybook/docs-tools": "8.2.9", "@storybook/addon-essentials": "8.2.9", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.8", + "@testing-library/jest-dom": "6.5.0", "@testing-library/user-event": "14.5.2", "@types/jsdom": "21.1.7", "globby": "14.0.2", diff --git a/packages/vue/package.json b/packages/vue/package.json index d08caeb7b2..893362a33b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -617,9 +617,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.4.8", + "@testing-library/jest-dom": "6.5.0", "@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.2", "@vitejs/plugin-vue-jsx": "4.0.1",