From e488974ca81371f01dd254afe76a334bd23d4aed Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:54:49 +0000 Subject: [PATCH] chore(patch): update @types/react to 19.2.6 #patch (#301) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/package.json b/ui/package.json index 86febdc..cd251ed 100644 --- a/ui/package.json +++ b/ui/package.json @@ -68,7 +68,7 @@ "@eslint/js": "9.39.1", "@ianvs/prettier-plugin-sort-imports": "4.7.0", "@types/node": "24.10.1", - "@types/react": "19.2.5", + "@types/react": "19.2.6", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.1", "eslint": "9.39.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 0323c1a..21614d1 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2217,12 +2217,12 @@ 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@19.2.5": - version "19.2.5" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.5.tgz#bb75da5c52a956ba7d2623dffbba0fdadc3e4145" - integrity sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw== +"@types/react@19.2.6": + version "19.2.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.6.tgz#d27db1ff45012d53980f5589fda925278e1249ca" + integrity sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w== dependencies: - csstype "^3.0.2" + csstype "^3.2.2" "@types/statuses@^2.0.4": version "2.0.6" @@ -2723,7 +2723,7 @@ cross-spawn@^7.0.3, cross-spawn@^7.0.5, cross-spawn@^7.0.6: shebang-command "^2.0.0" which "^2.0.1" -csstype@^3.0.2: +csstype@^3.0.2, csstype@^3.2.2: version "3.2.3" resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==