diff --git a/package-lock.json b/package-lock.json index 1838d15..ac7f799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@biomejs/biome": "2.4.15", "@rolldown/plugin-babel": "^0.2.3", "@tanstack/react-query-persist-client": "^5.96.2", - "@testing-library/jest-dom": "^7.0.0", + "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.5", "@types/react": "^19.0.2", @@ -1737,9 +1737,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", - "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", + "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": { @@ -1756,7 +1756,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 faf6906..7891c75 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@biomejs/biome": "2.4.15", "@rolldown/plugin-babel": "^0.2.3", "@tanstack/react-query-persist-client": "^5.96.2", - "@testing-library/jest-dom": "^7.0.0", + "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.5", "@types/react": "^19.0.2",