diff --git a/client/package.json b/client/package.json index 1368f70..cc59f2b 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@types/react": "19.0.4", + "@types/react": "19.0.6", "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.17", diff --git a/client/yarn.lock b/client/yarn.lock index 27fd96f..03385fc 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -247,10 +247,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.4.tgz#fec0ce0526abb6062fd206d72a642811b887a111" integrity sha512-6xwbrW4JJiJLgF+zNypN5wr2ykM9/jHcL7rQ8fZe2vuftggjzZeRSM4OwRc6Xk8qWjwJ99qVHo/JgOGmomWRog== -"@types/react@19.0.4": - version "19.0.4" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.4.tgz#ad1270e090118ac3c5f0928a29fe0ddf164881df" - integrity sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg== +"@types/react@19.0.6": + version "19.0.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.6.tgz#98deae4c5c4b24735e5d9e341302f9ebd45e80d3" + integrity sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw== dependencies: csstype "^3.0.2"