downgrade @testing-library/jest-dom to 5.11.10
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Sebastian Leheis 2023-09-21 20:51:45 +02:00
parent acca9f4715
commit f19ae2ab4e
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

View file

@ -19,7 +19,7 @@
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.0.0", "@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.4", "@testing-library/user-event": "^14.0.4",
"@types/jest": "^29.0.0", "@types/jest": "^29.0.0",