Update dependency @types/react-dom to v18.2.18
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-12-16 00:29:59 +00:00
parent ce7f829b71
commit 5785cbe6b3
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"@types/jest": "29.5.11", "@types/jest": "29.5.11",
"@types/node": "20.10.4", "@types/node": "20.10.4",
"@types/react": "18.2.45", "@types/react": "18.2.45",
"@types/react-dom": "18.2.17", "@types/react-dom": "18.2.18",
"@types/react-redux": "7.1.33", "@types/react-redux": "7.1.33",
"jest": "29.7.0", "jest": "29.7.0",
"jest-css-modules-transform": "4.4.2", "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" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
"@types/react-dom@18.2.17": "@types/react-dom@18.2.18":
version "18.2.17" version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.17.tgz#375c55fab4ae671bd98448dcfa153268d01d6f64" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
integrity sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg== integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"