Update dependency @testing-library/react to v14.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-01-30 21:52:42 +00:00
parent 65f627e0ce
commit a2499fa854
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "6.4.0", "@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.1.2", "@testing-library/react": "14.2.0",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11", "@types/jest": "29.5.11",
"@types/node": "20.11.11", "@types/node": "20.11.11",

View File

@ -745,10 +745,10 @@
lodash "^4.17.15" lodash "^4.17.15"
redent "^3.0.0" redent "^3.0.0"
"@testing-library/react@14.1.2": "@testing-library/react@14.2.0":
version "14.1.2" version "14.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.0.tgz#256add361581316b7ee9e60a585aaed9c8c19655"
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg== integrity sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==
dependencies: dependencies:
"@babel/runtime" "^7.12.5" "@babel/runtime" "^7.12.5"
"@testing-library/dom" "^9.0.0" "@testing-library/dom" "^9.0.0"