diff --git a/package.json b/package.json index 34a952b..29a5e50 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/jest": "^30.0.0", "@types/node": "25.3.0", "@types/react": "19.2.14", - "@types/react-dom": "18.3.1", + "@types/react-dom": "19.2.3", "babel-jest": "^30.2.0", "eslint": "9.39.1", "eslint-config-next": "16.1.6", diff --git a/yarn.lock b/yarn.lock index d88302a..64f0101 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2260,14 +2260,12 @@ dependencies: undici-types "~7.18.0" -"@types/react-dom@18.3.1": - version "18.3.1" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.1.tgz#1e4654c08a9cdcfb6594c780ac59b55aad42fe07" - integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ== - dependencies: - "@types/react" "*" +"@types/react-dom@19.2.3": + version "19.2.3" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c" + integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ== -"@types/react@*", "@types/react@19.2.14": +"@types/react@19.2.14": version "19.2.14" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad" integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==