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==