chore(deps): update dependency @testing-library/jest-dom to v7

This commit is contained in:
Łukasz Mierzwa
2026-07-22 15:15:21 +01:00
committed by Łukasz Mierzwa
parent 77827fd0ec
commit 1b0a9792f9
2 changed files with 9 additions and 6 deletions
+8 -5
View File
@@ -50,7 +50,7 @@
"@playwright/test": "1.61.1",
"@swc/core": "1.15.46",
"@swc/jest": "0.2.39",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/body-scroll-lock": "3.1.2",
@@ -5137,9 +5137,9 @@
}
},
"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": {
@@ -5151,9 +5151,12 @@
"redent": "^3.0.0"
},
"engines": {
"node": ">=14",
"node": ">=22",
"npm": ">=6",
"yarn": ">=1"
},
"peerDependencies": {
"@testing-library/dom": ">=10 <11"
}
},
"node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
+1 -1
View File
@@ -46,7 +46,7 @@
"@playwright/test": "1.61.1",
"@swc/core": "1.15.46",
"@swc/jest": "0.2.39",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/jest-dom": "7.0.0",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/body-scroll-lock": "3.1.2",