Update dependency @types/react-dom to v18.2.21
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2024-03-06 23:28:01 +00:00
parent 5e02198508
commit 8afbd37860
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.20",
"@types/react-dom": "18.2.21",
"@types/react-redux": "7.1.33",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",

View File

@ -876,10 +876,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.20":
version "18.2.20"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.20.tgz#cbdf7abb3cc2377980bb1294bc51375016a8320f"
integrity sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==
"@types/react-dom@18.2.21":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.21.tgz#b8c81715cebdebb2994378616a8d54ace54f043a"
integrity sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==
dependencies:
"@types/react" "*"