-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing ts file and exporting raw json files
- Loading branch information
1 parent
d5ec1c9
commit 3bde5ae
Showing
8 changed files
with
620 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4879,6 +4879,13 @@ hyphenate-style-name@^1.0.2: | |
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48" | ||
integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ== | ||
|
||
i18next@^19.3.1: | ||
version "19.3.2" | ||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.3.2.tgz#a17c3c8bb0dd2d8c4a8963429df99730275b3282" | ||
integrity sha512-QDBQ8MqFWi4+L9OQjjZEKVyg9uSTy3NTU3Ri53QHe7nxtV+KD4PyLB8Kxu58gr6b9y5l8cU3mCiNHVeoxPMzAQ== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
|
||
[email protected], iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@~0.4.13: | ||
version "0.4.24" | ||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" | ||
|
@@ -8820,10 +8827,10 @@ stream-buffers@~2.2.0: | |
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" | ||
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= | ||
|
||
stream-chat-react-native-core@v0.6.6: | ||
version "0.6.6" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.6.6.tgz#0a19821c4382944dad174984f60764409007fb0c" | ||
integrity sha512-g4/7Q0bfm/6paU/ND5z19H3dtyuGRzZotY04MGah6GdXltas/I9Kw9Or9p7pfZ88ige+1389VAEoEzX+dLsjAA== | ||
stream-chat-react-native-core@v0.7.0-i18n-rc.0: | ||
version "0.7.0-i18n-rc.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-0.7.0-i18n-rc.0.tgz#ef9e5753cefb725b21c664f9fd2d80c20ca88d7a" | ||
integrity sha512-IgJQHygrRLaQmkjRvi53lRPG6tPUh7XOwbUkKKHQkLYkSjn4b34WFW3snlU/tZy4u7C5bSryTDJWxcbd3GDzdQ== | ||
dependencies: | ||
"@babel/runtime" "^7.1.2" | ||
"@stream-io/react-native-simple-markdown" "^1.1.1" | ||
|
@@ -8833,6 +8840,7 @@ [email protected]: | |
deep-equal "^1.0.1" | ||
deepmerge "^3.2.0" | ||
file-loader "^3.0.1" | ||
i18next "^19.3.1" | ||
lodash-es "^4.17.11" | ||
metro-react-native-babel-preset "^0.53.1" | ||
mime-types "^2.1.24" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.