From b63662169e8263a246a1c91829fa649c21d13e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 14:34:36 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-dom to v19.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e09d2435..9a840e49 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/jasmine": "5.1.8", "@types/jest": "29.5.14", "@types/react": "19.1.4", - "@types/react-dom": "19.1.4", + "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1", "eslint": "9.26.0", diff --git a/yarn.lock b/yarn.lock index ed3fb105..2325ea85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1324,10 +1324,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/react-dom@19.1.4": - version "19.1.4" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.4.tgz#51bd9589ad43fd02a1e6a63690b9b6eb0be678e7" - integrity sha512-WxYAszDYgsMV31OVyoG4jbAgJI1Gw0Xq9V19zwhy6+hUUJlJIdZ3r/cbdmTqFv++SktQkZ/X+46yGFxp5XJBEg== +"@types/react-dom@19.1.5": + version "19.1.5" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.5.tgz#cdfe2c663742887372f54804b16e8dbc26bd794a" + integrity sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg== "@types/react@19.1.4": version "19.1.4"