Skip to content

Commit

Permalink
chore: update version of peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Jun 14, 2023
1 parent bc3cfb1 commit 3f55e18
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Feature configurations

- The minimum @sendbird/chat version has been increased from 4.3.0 to 4.9.0.
- The minimum @sendbird/chat version has been increased from 4.3.0 to 4.9.2.
- You can now configure the features of UIKit through the `uikitOptions` prop of `SendbirdUIKitContainer`.

```tsx
Expand Down
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@react-native-firebase/messaging": "^14.7.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.7.0",
"@sendbird/chat": "^4.9.1",
"@sendbird/chat": "^4.9.2",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-create-thumbnail": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
]
},
"resolutions": {
"@sendbird/chat": "4.9.1"
"@sendbird/chat": "4.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "4.9.4"
},
"peerDependencies": {
"@sendbird/chat": "^4.9.1",
"@sendbird/chat": "^4.9.2",
"react": ">=16.13.1"
},
"react-native-builder-bob": {
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@react-native-community/netinfo": "^9.3.0",
"@react-native-firebase/app": "^14.4.0",
"@react-native-firebase/messaging": "^14.4.0",
"@sendbird/react-native-scrollview-enhancer": "^0.1.0-beta.3",
"@sendbird/react-native-scrollview-enhancer": "^0.2.1",
"@types/react": "*",
"@types/react-native": "*",
"@types/react-native-video": "^5.0.14",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@react-native-clipboard/clipboard": ">=1.8.5",
"@react-native-community/netinfo": ">=9.3.0",
"@react-native-firebase/messaging": ">=14.4.0",
"@sendbird/chat": "^4.9.1",
"@sendbird/chat": "^4.9.2",
"@sendbird/react-native-scrollview-enhancer": "*",
"date-fns": ">=2.28.0",
"expo-av": ">=12.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"devDependencies": {
"@sendbird/chat": "^4.9.1",
"@sendbird/chat": "^4.9.2",
"@sendbird/uikit-utils": "2.5.0",
"@types/jest": "^29.4.0",
"@types/react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "4.9.4"
},
"peerDependencies": {
"@sendbird/chat": "^4.9.1",
"@sendbird/chat": "^4.9.2",
"react": ">=17.0.2",
"react-native": ">=0.65.0"
},
Expand Down
4 changes: 2 additions & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.7.0",
"@sendbird/chat": "^4.9.1",
"@sendbird/react-native-scrollview-enhancer": "^0.2.0",
"@sendbird/chat": "^4.9.2",
"@sendbird/react-native-scrollview-enhancer": "^0.2.1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-controls": "^6.4.19",
"@storybook/addon-ondevice-actions": "^6.0.1-alpha.7",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3278,20 +3278,15 @@
dependencies:
nanoid "^3.1.23"

"@sendbird/chat@4.9.1", "@sendbird/chat@^4.9.1":
version "4.9.1"
resolved "https://registry.yarnpkg.com/@sendbird/chat/-/chat-4.9.1.tgz#4c17d388b835de1b0bb42ffea41cbf17e4405033"
integrity sha512-OQTj5tSEyKKBjPEB3wZUrtW8GJot9jyq/7odNiWQ6mk0HidM7TkepEpykhDEGeyv6Wo1OM6/viftxjf1W0L27A==

"@sendbird/react-native-scrollview-enhancer@^0.1.0-beta.3":
version "0.1.0-beta.3"
resolved "https://registry.yarnpkg.com/@sendbird/react-native-scrollview-enhancer/-/react-native-scrollview-enhancer-0.1.0-beta.3.tgz#ae6bc715d1e6a57eab4ea15f42a0ee41557f88d8"
integrity sha512-XotIm6SQr3q22TvHj5HAunckuyAUfqp4aaJEpOMe9lNvFA8sqw0fTN5GsvjxojXKLhFmOpe9S8aIznutox1Ylg==
"@sendbird/chat@4.9.2", "@sendbird/chat@^4.9.2":
version "4.9.2"
resolved "https://registry.yarnpkg.com/@sendbird/chat/-/chat-4.9.2.tgz#e314df8b8412f1c282421b364f54a07234283d70"
integrity sha512-CnpUdNvwcwiVUvyTtiOqTDCIolyix8hpJ82rz0O5RBPmxOqTA9TBls8Ll6AV4nxdMsZfwnGQu8YsanvoW43w0A==

"@sendbird/react-native-scrollview-enhancer@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@sendbird/react-native-scrollview-enhancer/-/react-native-scrollview-enhancer-0.2.0.tgz#facd5df1da8296868ecca20623919cbc897c4322"
integrity sha512-Ia8Eab/9zNEMzUFcz9856LjKVNdjqxnJmjQ/f/ItqM2b7XeRh4svvWzWs4z2v6+yCpbhQrscUJh5jz5jHVcygg==
"@sendbird/react-native-scrollview-enhancer@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@sendbird/react-native-scrollview-enhancer/-/react-native-scrollview-enhancer-0.2.1.tgz#25de4af78293978a4c0ef6fddee25d822a364c46"
integrity sha512-LN+Tm+ZUkE2MBVreg/JI8SVr8SOKRteZN0YFpGzRtbKkP45+pKyPN4JQPf73eFx7qO8zDL+TUVyzz/1MOnIK7g==

"@sendbird/uikit-tools@^0.0.1-alpha.38":
version "0.0.1-alpha.38"
Expand Down

0 comments on commit 3f55e18

Please sign in to comment.