diff --git a/client/package.json b/client/package.json index dd01b14..298e0bd 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@types/react": "18.0.28", + "@types/react": "18.0.29", "autoprefixer": "10.4.14", "postcss": "8.4.21", "tailwindcss": "3.2.7", diff --git a/client/yarn.lock b/client/yarn.lock index 96f7f55..c5ada19 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -193,10 +193,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/react@18.0.28": - version "18.0.28" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" - integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== +"@types/react@18.0.29": + version "18.0.29" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.29.tgz#4cead505172c0020c5b51940199e31fc6ff2f63a" + integrity sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"