diff --git a/chat/package.json b/chat/package.json index 06b050d96..faa8dc38a 100644 --- a/chat/package.json +++ b/chat/package.json @@ -8,7 +8,7 @@ "@types/lodash.clonedeep": "^4.5.7", "@types/lodash.debounce": "^4.0.7", "@types/lodash.throttle": "^4.1.7", - "@types/react": "^18.0.20", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", diff --git a/chat/yarn.lock b/chat/yarn.lock index b3f677d79..a6c4fbdb5 100644 --- a/chat/yarn.lock +++ b/chat/yarn.lock @@ -96,7 +96,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.20": +"@types/react@*": version "18.0.20" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.20.tgz#e4c36be3a55eb5b456ecf501bd4a00fd4fd0c9ab" integrity sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA== @@ -105,6 +105,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@^18.0.21": + version "18.0.25" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44" + integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/scheduler@*": version "0.16.2" resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"