diff --git a/package.json b/package.json index 126aa541..9cf2272b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@remix-run/eslint-config": "^2.15.0", - "@types/react": "^18.3.12", + "@types/react": "^18.3.13", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-markdown": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 2771219a..ccdc71fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -837,10 +837,10 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== -"@types/react@^18.3.12": - version "18.3.12" - resolved "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60" - integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw== +"@types/react@^18.3.13": + version "18.3.13" + resolved "https://registry.npmjs.org/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82" + integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg== dependencies: "@types/prop-types" "*" csstype "^3.0.2"