Skip to content

Commit 2dedd76

Browse files
committed
chore: update dependencies
1 parent 7c99c96 commit 2dedd76

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/uikit-chat-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "5.2.2"
5656
},
5757
"peerDependencies": {
58-
"@sendbird/chat": "^4.9.8",
58+
"@sendbird/chat": "^4.10.7",
5959
"react": ">=16.13.1"
6060
},
6161
"react-native-builder-bob": {

packages/uikit-react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"access": "public"
6060
},
6161
"dependencies": {
62+
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
6263
"@sendbird/uikit-chat-hooks": "3.3.0",
6364
"@sendbird/uikit-react-native-foundation": "3.3.0",
6465
"@sendbird/uikit-tools": "0.0.1-alpha.57",

packages/uikit-testing-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"devDependencies": {
42-
"@sendbird/chat": "^4.9.8",
42+
"@sendbird/chat": "^4.10.7",
4343
"@sendbird/uikit-utils": "3.3.0",
4444
"@types/jest": "^29.4.0",
4545
"@types/react": "*",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3077,6 +3077,13 @@
30773077
dependencies:
30783078
"@octokit/openapi-types" "^16.0.0"
30793079

3080+
"@openspacelabs/react-native-zoomable-view@^2.1.5":
3081+
version "2.1.5"
3082+
resolved "https://registry.yarnpkg.com/@openspacelabs/react-native-zoomable-view/-/react-native-zoomable-view-2.1.5.tgz#e738a6493733461f0ab8327033b3dfbee2e93998"
3083+
integrity sha512-AE2y7S+8cFXXrrpKJQVrTCLh5E9Iu506/T1xgDBx9SJeiUeNFCIyoZdWhAAtsmppY5vLaUeI7qz+JVBDzmQsEA==
3084+
dependencies:
3085+
prop-types "^15.7.2"
3086+
30803087
30813088
version "2.0.4"
30823089
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.0.4.tgz#f300fef4cc38008ff4b8c29d92588eced3ce014b"
@@ -3372,7 +3379,7 @@
33723379
dependencies:
33733380
nanoid "^3.1.23"
33743381

3375-
"@sendbird/[email protected]", "@sendbird/chat@^4.10.7", "@sendbird/chat@^4.9.8":
3382+
"@sendbird/[email protected]", "@sendbird/chat@^4.10.7":
33763383
version "4.10.7"
33773384
resolved "https://registry.yarnpkg.com/@sendbird/chat/-/chat-4.10.7.tgz#45b23849a854273811c36a072044e64c6a0bc4bd"
33783385
integrity sha512-68h9sj5mMaBzYMfcX0G7TU91JMrGRz0rbUJj6pSLet911pRMBpUi0f6smS8XtUJMNdXtwFh56TyMyAZQM6TcCQ==

0 commit comments

Comments
 (0)