-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump sample apps and store issues (#2735)
* chore: bump sdk version to latest * fix: SampleApp selector impl * fix: specifically set MACOSX_DEPLOYMENT_TARGET
- Loading branch information
1 parent
2f9a1f7
commit 424aefb
Showing
6 changed files
with
146 additions
and
143 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 |
---|---|---|
|
@@ -7310,10 +7310,10 @@ [email protected], stream-buffers@~2.2.0: | |
version "0.0.0" | ||
uid "" | ||
|
||
[email protected].0: | ||
version "5.39.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.39.0.tgz#499db88ff9a6ef2f93012f2dd1c0feb3c849859c" | ||
integrity sha512-dzA/N3pOWMmRtNmMWYfnOnGSBG+K+ReKqLL3CXYmSnUmEHQlJwHqKDLPlxnNY8IOT2Nh067m04aB+1OQZpi/Mw== | ||
[email protected].6: | ||
version "5.39.6" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.39.6.tgz#bc40925070a55e45afb98d6518c899ab80273486" | ||
integrity sha512-DlPC4UzBa/aP7UeT/e0axJ/S4y3QQ1TS6oxrYVQlZGasFxgmL+OUDfoj6HwX9J/DOSrogw9/YF6yZLXTorlB/g== | ||
dependencies: | ||
"@gorhom/bottom-sheet" "^4.6.4" | ||
dayjs "1.10.5" | ||
|
@@ -7326,16 +7326,16 @@ [email protected]: | |
path "0.12.7" | ||
react-native-markdown-package "1.8.2" | ||
react-native-url-polyfill "^1.3.0" | ||
stream-chat "8.40.8" | ||
stream-chat "8.41.1" | ||
|
||
"stream-chat-react-native-core@link:../../package": | ||
version "0.0.0" | ||
uid "" | ||
|
||
stream-chat@8.40.8: | ||
version "8.40.8" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.40.8.tgz#0f5320bd8b03d1cbff377f8c7ae2f8afe24d0515" | ||
integrity sha512-nYLvYAkrvXRzuPO52TIofNiInCkDdXrnBc/658297lC6hzrHNc87mmTht264BXmXLlpasTNP3rLKxR6MxhpgKg== | ||
stream-chat@8.41.1: | ||
version "8.41.1" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.41.1.tgz#c991980b800b67ec38202a1aa3bbbd4112ccb5fa" | ||
integrity sha512-WV0mHHm88D4RbAV42sD0+SqTWLCvjIwfGZ3nSBXRAuGpVYJEqnNUhEd4OIQ+YrXVbjY7qWz9L5XRk5fZIfE9kg== | ||
dependencies: | ||
"@babel/runtime" "^7.16.3" | ||
"@types/jsonwebtoken" "~9.0.0" | ||
|
Oops, something went wrong.