diff --git a/configurator/package-lock.json b/configurator/package-lock.json index b8a3ca1e..a6f799be 100644 --- a/configurator/package-lock.json +++ b/configurator/package-lock.json @@ -15,7 +15,7 @@ "@playwright/test": "^1.60.0", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/svelte": "^5.4.0", "@types/node": "^26.1.1", "jsdom": "^29.1.1", @@ -1122,9 +1122,9 @@ "license": "MIT" }, "node_modules/@testing-library/jest-dom": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", - "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -1136,9 +1136,12 @@ "redent": "^3.0.0" }, "engines": { - "node": ">=14", + "node": ">=22", "npm": ">=6", "yarn": ">=1" + }, + "peerDependencies": { + "@testing-library/dom": ">=10 <11" } }, "node_modules/@testing-library/svelte": { diff --git a/configurator/package.json b/configurator/package.json index ebac5b76..814556fd 100644 --- a/configurator/package.json +++ b/configurator/package.json @@ -29,7 +29,7 @@ "@playwright/test": "^1.60.0", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/svelte": "^5.4.0", "@types/node": "^26.1.1", "jsdom": "^29.1.1",