From 158fdce78052db768bc5c2de9263e57c0d47a375 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:17:24 +0000 Subject: [PATCH] chore(pin): update @types/react to #patch (#251) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- ui/package.json | 4 ++-- ui/yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index 7f959ca..f964fe5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,8 +65,8 @@ "@eslint/js": "9.39.1", "@ianvs/prettier-plugin-sort-imports": "4.7.0", "@types/node": "24.10.0", - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "19.2.2", + "@types/react-dom": "19.2.2", "@vitejs/plugin-react": "5.1.0", "eslint": "9.39.1", "eslint-plugin-react-hooks": "7.0.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1fb7d78..1ff94db 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1731,12 +1731,12 @@ dependencies: undici-types "~7.16.0" -"@types/react-dom@^19.2.2": +"@types/react-dom@19.2.2": version "19.2.2" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.2.tgz#a4cc874797b7ddc9cb180ef0d5dc23f596fc2332" integrity sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw== -"@types/react@^19.2.2": +"@types/react@19.2.2": version "19.2.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.2.tgz#ba123a75d4c2a51158697160a4ea2ff70aa6bf36" integrity sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==