diff --git a/single-page-app/ui/package.json b/single-page-app/ui/package.json index ff22b070..dbb85f6a 100644 --- a/single-page-app/ui/package.json +++ b/single-page-app/ui/package.json @@ -21,7 +21,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { - "@types/react": "^19.2.7", + "@types/react": "^19.2.9", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/single-page-app/ui/yarn.lock b/single-page-app/ui/yarn.lock index d38d374a..618d2314 100644 --- a/single-page-app/ui/yarn.lock +++ b/single-page-app/ui/yarn.lock @@ -964,10 +964,10 @@ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.6.tgz#4af629da0e9f9c0f506fc4d1caa610399c595d64" integrity sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw== -"@types/react@^19.2.7": - version "19.2.7" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.7.tgz#84e62c0f23e8e4e5ac2cadcea1ffeacccae7f62f" - integrity sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg== +"@types/react@^19.2.9": + version "19.2.9" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.9.tgz#84ec7669742bb3e7e2e8d6a5258d95ead7764200" + integrity sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA== dependencies: csstype "^3.2.2"