Update dependencies

This commit is contained in:
Elias Nahum
2022-03-25 19:59:14 -03:00
parent 86ae1fc9cc
commit 527bd04170
64 changed files with 1729 additions and 2220 deletions

View File

@@ -88,7 +88,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
const MarkdownCodeBlock = ({language = '', content, textStyle}: MarkdownCodeBlockProps) => {
const intl = useIntl();
const managedConfig = useManagedConfig();
const managedConfig = useManagedConfig<ManagedConfig>();
const theme = useTheme();
const style = getStyleSheet(theme);