Update dependency @types/react-dom to v18.0.7 - autoclosed #6

Closed
kjuulh wants to merge 1 commits from renovate/react-dom-18.x into main
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"@types/jest": "27.5.2", "@types/jest": "27.5.2",
"@types/node": "16.11.68", "@types/node": "16.11.68",
"@types/react": "18.0.21", "@types/react": "18.0.21",
"@types/react-dom": "18.0.6", "@types/react-dom": "18.0.7",
"@types/react-redux": "7.1.24", "@types/react-redux": "7.1.24",
"jest": "27.5.1", "jest": "27.5.1",
"jest-css-modules-transform": "4.4.2", "jest-css-modules-transform": "4.4.2",

View File

@ -852,10 +852,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.0.6": "@types/react-dom@18.0.7":
version "18.0.6" version "18.0.7"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.7.tgz#ee7cf8ec4e6977e3f0a7b1d38bd89c75aa2aec28"
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== integrity sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"