diff --git a/client/package.json b/client/package.json index 1ffbea9..4c4d25f 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "xterm-addon-fit": "^0.8.0" }, "devDependencies": { - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "eslint": "^8.57.0", diff --git a/client/yarn.lock b/client/yarn.lock index 3bc1d63..9b1ab32 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -713,10 +713,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.3.2": - version "18.3.2" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd" - integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== +"@types/react@*", "@types/react@^18.3.3": + version "18.3.3" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" + integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"