|
1 | 1 | { |
2 | 2 | "name": "@sendbird/uikit-react-native", |
3 | | - "version": "3.11.0", |
| 3 | + "version": "3.11.1", |
4 | 4 | "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", |
5 | 5 | "keywords": [ |
6 | 6 | "sendbird", |
|
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | 62 | "@openspacelabs/react-native-zoomable-view": "^2.1.5", |
63 | | - "@sendbird/uikit-chat-hooks": "3.11.0", |
64 | | - "@sendbird/uikit-react-native-foundation": "3.11.0", |
| 63 | + "@sendbird/uikit-chat-hooks": "3.11.1", |
| 64 | + "@sendbird/uikit-react-native-foundation": "3.11.1", |
65 | 65 | "@sendbird/uikit-tools": "0.0.15", |
66 | | - "@sendbird/uikit-utils": "3.11.0" |
| 66 | + "@sendbird/uikit-utils": "3.11.1" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | 69 | "@bam.tech/react-native-image-resizer": "^3.0.4", |
|
78 | 78 | "@types/react-native": "*", |
79 | 79 | "date-fns": ">=2.28.0", |
80 | 80 | "expo": "^54.0.12", |
81 | | - "expo-av": "^13.2.1", |
82 | 81 | "expo-audio": "^1.0.13", |
83 | | - "expo-video": "^3.0.11", |
| 82 | + "expo-av": "^13.2.1", |
84 | 83 | "expo-clipboard": "^4.1.2", |
85 | 84 | "expo-document-picker": "^11.5.3", |
86 | 85 | "expo-file-system": "^15.2.2", |
87 | 86 | "expo-image-manipulator": "^11.1.1", |
88 | 87 | "expo-image-picker": "^14.1.1", |
89 | 88 | "expo-media-library": "^16.0.0", |
90 | 89 | "expo-notifications": "^0.18.1", |
| 90 | + "expo-video": "^3.0.11", |
91 | 91 | "expo-video-thumbnails": "^7.2.1", |
92 | 92 | "glob": "^7.2.0", |
93 | 93 | "inquirer": "^8.2.0", |
|
120 | 120 | "@sendbird/react-native-scrollview-enhancer": "*", |
121 | 121 | "@sendbird/uikit-tools": ">=0.0.10", |
122 | 122 | "date-fns": ">=2.28.0", |
123 | | - "expo-av": ">=12.0.4", |
124 | 123 | "expo-audio": ">=1.0.0", |
125 | | - "expo-video": ">=3.0.0", |
| 124 | + "expo-av": ">=12.0.4", |
126 | 125 | "expo-clipboard": ">=2.1.1", |
127 | 126 | "expo-document-picker": ">=10.1.3", |
128 | 127 | "expo-file-system": ">=13.1.4", |
129 | 128 | "expo-image-manipulator": ">=11.0.0", |
130 | 129 | "expo-image-picker": ">=12.0.2", |
131 | 130 | "expo-media-library": ">=16.0.0", |
132 | 131 | "expo-notifications": ">=0.14.1", |
| 132 | + "expo-video": ">=3.0.0", |
133 | 133 | "expo-video-thumbnails": ">=6.4.0", |
134 | 134 | "react": ">=17.0.2", |
135 | 135 | "react-native": ">=0.65.0", |
|
0 commit comments