diff --git a/package-lock.json b/package-lock.json index d593cf506..fa7496e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "@swc/core": "^1.16.1", "@tailwindcss/postcss": "^4.3.3", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^7.0.0", + "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.4", "@types/node": "^26.3.0", @@ -5146,7 +5146,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz", + "integrity": "sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==", "dev": true, "license": "MIT", "dependencies": { @@ -5163,7 +5165,13 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": ">=10 <11" + "@testing-library/dom": ">=10 <11", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "vitest": { + "optional": true + } } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/package.json b/package.json index 85a491932..8b077cedc 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "@swc/core": "^1.16.1", "@tailwindcss/postcss": "^4.3.3", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^7.0.0", + "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.4", "@types/node": "^26.3.0",