Update Dependencies and bug fixes (#7000)

* update dependencies

* update dependencies

* feedback review

* update @mattermost/react-native-turbo-mailer
This commit is contained in:
Elias Nahum
2023-01-24 09:14:23 +02:00
committed by GitHub
parent 4aaf08b12a
commit 7aa5bd0611
349 changed files with 4907 additions and 4641 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {TextStyle} from 'react-native';
import type {TextStyle} from 'react-native';
export type SyntaxHiglightProps = {
code: string;