Update dependency @testing-library/jest-dom to v6.4.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-01-30 00:57:23 +00:00
parent 9e896a524c
commit 23bc880faa
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"react-redux": "9.1.0" "react-redux": "9.1.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "6.3.0", "@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.1.2", "@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11", "@types/jest": "29.5.11",

View File

@ -731,10 +731,10 @@
lz-string "^1.4.4" lz-string "^1.4.4"
pretty-format "^27.0.2" pretty-format "^27.0.2"
"@testing-library/jest-dom@6.3.0": "@testing-library/jest-dom@6.4.0":
version "6.3.0" version "6.4.0"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz#e8d308e0c0e91d882340cbbfdea0e4daa7987d36" resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz#e7391967af57273effdaa181fc291be0ecc155bd"
integrity sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg== integrity sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==
dependencies: dependencies:
"@adobe/css-tools" "^4.3.2" "@adobe/css-tools" "^4.3.2"
"@babel/runtime" "^7.9.2" "@babel/runtime" "^7.9.2"