diff --git a/client/package.json b/client/package.json index b3a795b..f73fd1a 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@types/react": "19.0.2", + "@types/react": "19.0.3", "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.17", diff --git a/client/yarn.lock b/client/yarn.lock index da111ca..e1f6eb0 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.2": - version "19.0.2" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.2.tgz#9363e6b3ef898c471cb182dd269decc4afc1b4f6" - integrity sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg== +"@types/react@19.0.3": + version "19.0.3" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.3.tgz#7867240defc1a3686f151644ac886a7e8e0868f4" + integrity sha512-UavfHguIjnnuq9O67uXfgy/h3SRJbidAYvNjLceB+2RIKVRBzVsh0QO+Pw6BCSQqFS9xwzKfwstXx0m6AbAREA== dependencies: csstype "^3.0.2"