Update dependency @types/react-dom to v18.2.10
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 2023-10-04 19:27:18 +00:00
parent 2b6011d416
commit 7ce3defcc7
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"@types/jest": "29.5.5",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-dom": "18.2.10",
"@types/react-redux": "7.1.27",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",

View File

@ -874,10 +874,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
"@types/react-dom@18.2.9":
version "18.2.9"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.9.tgz#c4ce3c7c91a134e1bff58692aa2d2f2f4029c38b"
integrity sha512-6nNhVzZ9joQ6F7lozrASuQKC0Kf6ArYMU+DqA2ZrUbB+d+9lC6ZLn1GxiEBI1edmAwvTULtuJ6uPZpv3XudwUg==
"@types/react-dom@18.2.10":
version "18.2.10"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.10.tgz#06247cb600e39b63a0a385f6a5014c44bab296f2"
integrity sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA==
dependencies:
"@types/react" "*"