fcr-ui-scene-mobile 3.6.4 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -310,7 +310,8 @@ var FcrParticipantStore = exports.FcrParticipantStore = /*#__PURE__*/function ()
310
310
  isPin: _this.checkIsPin(user.userId),
311
311
  streamId: ((_user$streams$find = user.streams.find(function (stream) {
312
312
  return stream.videoSourceType === _type3.AgoraRteVideoSourceType.CAMERA && (stream.streamType === _type2.AgoraRteMediaStreamType.VIDEO || stream.streamType === _type2.AgoraRteMediaStreamType.BOTH);
313
- })) === null || _user$streams$find === void 0 ? void 0 : _user$streams$find.streamId) || ''
313
+ })) === null || _user$streams$find === void 0 ? void 0 : _user$streams$find.streamId) || '',
314
+ hideAudioConnectIcon: false
314
315
  };
315
316
  });
316
317
  this._roomControl = roomControl;
@@ -49,6 +49,7 @@ export interface ParticipantUser {
49
49
  hasAudio: boolean;
50
50
  isHost: boolean;
51
51
  shareScreenStreamId?: string;
52
+ hideAudioConnectIcon: boolean;
52
53
  isMe?: boolean;
53
54
  isScreenSharing?: boolean;
54
55
  audioDeviceType: 'none' | 'computer-mic' | 'phone-mic';
@@ -108,7 +108,8 @@ var allToUser = exports.allToUser = {
108
108
  userName: USER_ALL,
109
109
  userRole: _type.FcrUserRole.ROBOT,
110
110
  connectorType: _fcrCore.FcrRoomConnectorType.NONE,
111
- platform: _type.FcrPlatform.WEB_MOBILE
111
+ platform: _type.FcrPlatform.WEB_MOBILE,
112
+ avatar: ''
112
113
  };
113
114
 
114
115
  // 没有可选的 User
@@ -117,7 +118,8 @@ var noUser = exports.noUser = {
117
118
  userName: (0, _i18n.transI18n)('fmt_chat_tips_selecthost'),
118
119
  userRole: _type.FcrUserRole.ROBOT,
119
120
  connectorType: _fcrCore.FcrRoomConnectorType.NONE,
120
- platform: _type.FcrPlatform.WEB_MOBILE
121
+ platform: _type.FcrPlatform.WEB_MOBILE,
122
+ avatar: ''
121
123
  };
122
124
  var _A = /*#__PURE__*/new WeakMap();
123
125
  var _B = /*#__PURE__*/new WeakMap();
@@ -141,7 +141,8 @@ var View = exports.View = (0, _mobxReact.observer)(function (_ref) {
141
141
  userName: t('fmt_chat_option_all'),
142
142
  userRole: _type.FcrUserRole.ROBOT,
143
143
  connectorType: _fcrCore.FcrRoomConnectorType.NONE,
144
- platform: _type2.FcrPlatform.WEB_MOBILE
144
+ platform: _type2.FcrPlatform.WEB_MOBILE,
145
+ avatar: ''
145
146
  });
146
147
  }
147
148
  remoteUsers.forEach(function (user) {
@@ -1,2 +1,2 @@
1
- import { ParticipantUser } from "../../common/type";
1
+ import { ParticipantUser } from '../../common/type';
2
2
  export declare const test: ParticipantUser[];
@@ -8,297 +8,318 @@ Object.defineProperty(exports, "__esModule", {
8
8
  });
9
9
  exports.test = void 0;
10
10
  var test = exports.test = [{
11
- "userId": "11111",
12
- "userName": "1",
13
- "isHost": false,
14
- "isMe": false,
15
- "hasAudio": false,
16
- "hasVideo": false,
17
- "isScreenSharing": false,
18
- "audioDeviceType": "computer-mic",
19
- "videoDeviceType": "computer-cam",
20
- "userType": "normal",
21
- "userRole": 3,
22
- "isSpotlight": false,
23
- "streamId": "2666333222"
11
+ userId: '11111',
12
+ userName: '1',
13
+ isHost: false,
14
+ isMe: false,
15
+ hasAudio: false,
16
+ hasVideo: false,
17
+ isScreenSharing: false,
18
+ audioDeviceType: 'computer-mic',
19
+ videoDeviceType: 'computer-cam',
20
+ userType: 'normal',
21
+ userRole: 3,
22
+ isSpotlight: false,
23
+ streamId: '2666333222',
24
+ hideAudioConnectIcon: false
24
25
  }, {
25
- "userId": "222222",
26
- "userName": "2",
27
- "isHost": false,
28
- "isMe": false,
29
- "hasAudio": false,
30
- "hasVideo": false,
31
- "isScreenSharing": false,
32
- "audioDeviceType": "phone-mic",
33
- "videoDeviceType": "computer-cam",
34
- "userType": "normal",
35
- "userRole": 3,
36
- "isSpotlight": false,
37
- "streamId": "2223333222"
26
+ userId: '222222',
27
+ userName: '2',
28
+ isHost: false,
29
+ isMe: false,
30
+ hasAudio: false,
31
+ hasVideo: false,
32
+ isScreenSharing: false,
33
+ audioDeviceType: 'phone-mic',
34
+ videoDeviceType: 'computer-cam',
35
+ userType: 'normal',
36
+ userRole: 3,
37
+ isSpotlight: false,
38
+ streamId: '2223333222',
39
+ hideAudioConnectIcon: false
38
40
  }, {
39
- "userId": "33333",
40
- "userName": "3",
41
- "isHost": false,
42
- "isMe": false,
43
- "hasAudio": false,
44
- "hasVideo": false,
45
- "isScreenSharing": false,
46
- "audioDeviceType": "computer-mic",
47
- "videoDeviceType": "computer-cam",
48
- "userType": "meeting-system",
49
- "userRole": 3,
50
- "isSpotlight": false,
51
- "streamId": "222222"
41
+ userId: '33333',
42
+ userName: '3',
43
+ isHost: false,
44
+ isMe: false,
45
+ hasAudio: false,
46
+ hasVideo: false,
47
+ isScreenSharing: false,
48
+ audioDeviceType: 'computer-mic',
49
+ videoDeviceType: 'computer-cam',
50
+ userType: 'meeting-system',
51
+ userRole: 3,
52
+ isSpotlight: false,
53
+ streamId: '222222',
54
+ hideAudioConnectIcon: false
52
55
  }, {
53
- "userId": "444444444",
54
- "userName": "4",
55
- "isHost": false,
56
- "isMe": false,
57
- "hasAudio": false,
58
- "hasVideo": false,
59
- "isScreenSharing": false,
60
- "audioDeviceType": "phone-mic",
61
- "videoDeviceType": "none",
62
- "userType": "phone",
63
- "userRole": 3,
64
- "isSpotlight": false,
65
- "streamId": "2222222"
56
+ userId: '444444444',
57
+ userName: '4',
58
+ isHost: false,
59
+ isMe: false,
60
+ hasAudio: false,
61
+ hasVideo: false,
62
+ isScreenSharing: false,
63
+ audioDeviceType: 'phone-mic',
64
+ videoDeviceType: 'none',
65
+ userType: 'phone',
66
+ userRole: 3,
67
+ isSpotlight: false,
68
+ streamId: '2222222',
69
+ hideAudioConnectIcon: false
66
70
  }, {
67
- "userId": "5555555",
68
- "userName": "5",
69
- "isHost": false,
70
- "isMe": false,
71
- "hasAudio": false,
72
- "hasVideo": false,
73
- "isScreenSharing": false,
74
- "audioDeviceType": "computer-mic",
75
- "videoDeviceType": "computer-cam",
76
- "userType": "normal",
77
- "userRole": 3,
78
- "isSpotlight": false,
79
- "streamId": "2222222222"
71
+ userId: '5555555',
72
+ userName: '5',
73
+ isHost: false,
74
+ isMe: false,
75
+ hasAudio: false,
76
+ hasVideo: false,
77
+ isScreenSharing: false,
78
+ audioDeviceType: 'computer-mic',
79
+ videoDeviceType: 'computer-cam',
80
+ userType: 'normal',
81
+ userRole: 3,
82
+ isSpotlight: false,
83
+ streamId: '2222222222',
84
+ hideAudioConnectIcon: false
80
85
  }, {
81
- "userId": "66666",
82
- "userName": "6",
83
- "isHost": false,
84
- "isMe": false,
85
- "hasAudio": false,
86
- "hasVideo": false,
87
- "isScreenSharing": false,
88
- "audioDeviceType": "computer-mic",
89
- "videoDeviceType": "computer-cam",
90
- "userType": "normal",
91
- "userRole": 3,
92
- "isSpotlight": false,
93
- "streamId": "2222222222"
86
+ userId: '66666',
87
+ userName: '6',
88
+ isHost: false,
89
+ isMe: false,
90
+ hasAudio: false,
91
+ hasVideo: false,
92
+ isScreenSharing: false,
93
+ audioDeviceType: 'computer-mic',
94
+ videoDeviceType: 'computer-cam',
95
+ userType: 'normal',
96
+ userRole: 3,
97
+ isSpotlight: false,
98
+ streamId: '2222222222',
99
+ hideAudioConnectIcon: false
94
100
  }, {
95
- "userId": "777777",
96
- "userName": "7",
97
- "isHost": false,
98
- "isMe": false,
99
- "hasAudio": false,
100
- "hasVideo": false,
101
- "isScreenSharing": false,
102
- "audioDeviceType": "computer-mic",
103
- "videoDeviceType": "computer-cam",
104
- "userType": "normal",
105
- "userRole": 3,
106
- "isSpotlight": false,
107
- "streamId": "2222221222222"
101
+ userId: '777777',
102
+ userName: '7',
103
+ isHost: false,
104
+ isMe: false,
105
+ hasAudio: false,
106
+ hasVideo: false,
107
+ isScreenSharing: false,
108
+ audioDeviceType: 'computer-mic',
109
+ videoDeviceType: 'computer-cam',
110
+ userType: 'normal',
111
+ userRole: 3,
112
+ isSpotlight: false,
113
+ streamId: '2222221222222',
114
+ hideAudioConnectIcon: false
108
115
  }, {
109
- "userId": "888888",
110
- "userName": "8",
111
- "isHost": false,
112
- "isMe": false,
113
- "hasAudio": false,
114
- "hasVideo": false,
115
- "isScreenSharing": false,
116
- "audioDeviceType": "computer-mic",
117
- "videoDeviceType": "computer-cam",
118
- "userType": "normal",
119
- "userRole": 3,
120
- "isSpotlight": false,
121
- "streamId": "2222222222222222"
116
+ userId: '888888',
117
+ userName: '8',
118
+ isHost: false,
119
+ isMe: false,
120
+ hasAudio: false,
121
+ hasVideo: false,
122
+ isScreenSharing: false,
123
+ audioDeviceType: 'computer-mic',
124
+ videoDeviceType: 'computer-cam',
125
+ userType: 'normal',
126
+ userRole: 3,
127
+ isSpotlight: false,
128
+ streamId: '2222222222222222',
129
+ hideAudioConnectIcon: false
122
130
  }, {
123
- "userId": "999999",
124
- "userName": "9",
125
- "isHost": false,
126
- "isMe": false,
127
- "hasAudio": false,
128
- "hasVideo": false,
129
- "isScreenSharing": false,
130
- "audioDeviceType": "computer-mic",
131
- "videoDeviceType": "computer-cam",
132
- "userType": "normal",
133
- "userRole": 3,
134
- "isSpotlight": false,
135
- "streamId": "22211122222222222"
131
+ userId: '999999',
132
+ userName: '9',
133
+ isHost: false,
134
+ isMe: false,
135
+ hasAudio: false,
136
+ hasVideo: false,
137
+ isScreenSharing: false,
138
+ audioDeviceType: 'computer-mic',
139
+ videoDeviceType: 'computer-cam',
140
+ userType: 'normal',
141
+ userRole: 3,
142
+ isSpotlight: false,
143
+ streamId: '22211122222222222',
144
+ hideAudioConnectIcon: false
136
145
  }, {
137
- "userId": "101010",
138
- "userName": "10",
139
- "isHost": false,
140
- "isMe": false,
141
- "hasAudio": false,
142
- "hasVideo": false,
143
- "isScreenSharing": false,
144
- "audioDeviceType": "computer-mic",
145
- "videoDeviceType": "computer-cam",
146
- "userType": "normal",
147
- "userRole": 3,
148
- "isSpotlight": false,
149
- "streamId": "222111222222222222"
146
+ userId: '101010',
147
+ userName: '10',
148
+ isHost: false,
149
+ isMe: false,
150
+ hasAudio: false,
151
+ hasVideo: false,
152
+ isScreenSharing: false,
153
+ audioDeviceType: 'computer-mic',
154
+ videoDeviceType: 'computer-cam',
155
+ userType: 'normal',
156
+ userRole: 3,
157
+ isSpotlight: false,
158
+ streamId: '222111222222222222',
159
+ hideAudioConnectIcon: false
150
160
  }, {
151
- "userId": "909090908765",
152
- "userName": "11",
153
- "isHost": false,
154
- "isMe": false,
155
- "hasAudio": false,
156
- "hasVideo": false,
157
- "isScreenSharing": false,
158
- "audioDeviceType": "computer-mic",
159
- "videoDeviceType": "computer-cam",
160
- "userType": "normal",
161
- "userRole": 3,
162
- "isSpotlight": false,
163
- "streamId": "098098080"
161
+ userId: '909090908765',
162
+ userName: '11',
163
+ isHost: false,
164
+ isMe: false,
165
+ hasAudio: false,
166
+ hasVideo: false,
167
+ isScreenSharing: false,
168
+ audioDeviceType: 'computer-mic',
169
+ videoDeviceType: 'computer-cam',
170
+ userType: 'normal',
171
+ userRole: 3,
172
+ isSpotlight: false,
173
+ streamId: '098098080',
174
+ hideAudioConnectIcon: false
164
175
  }, {
165
- "userId": "121212",
166
- "userName": "12",
167
- "isHost": false,
168
- "isMe": false,
169
- "hasAudio": false,
170
- "hasVideo": false,
171
- "isScreenSharing": false,
172
- "audioDeviceType": "computer-mic",
173
- "videoDeviceType": "computer-cam",
174
- "userType": "normal",
175
- "userRole": 3,
176
- "isSpotlight": false,
177
- "streamId": "222111222222222223"
176
+ userId: '121212',
177
+ userName: '12',
178
+ isHost: false,
179
+ isMe: false,
180
+ hasAudio: false,
181
+ hasVideo: false,
182
+ isScreenSharing: false,
183
+ audioDeviceType: 'computer-mic',
184
+ videoDeviceType: 'computer-cam',
185
+ userType: 'normal',
186
+ userRole: 3,
187
+ isSpotlight: false,
188
+ streamId: '222111222222222223',
189
+ hideAudioConnectIcon: false
178
190
  }, {
179
- "userId": "131313",
180
- "userName": "13",
181
- "isHost": false,
182
- "isMe": false,
183
- "hasAudio": false,
184
- "hasVideo": false,
185
- "isScreenSharing": false,
186
- "audioDeviceType": "computer-mic",
187
- "videoDeviceType": "computer-cam",
188
- "userType": "normal",
189
- "userRole": 3,
190
- "isSpotlight": false,
191
- "streamId": "222111222222222224"
191
+ userId: '131313',
192
+ userName: '13',
193
+ isHost: false,
194
+ isMe: false,
195
+ hasAudio: false,
196
+ hasVideo: false,
197
+ isScreenSharing: false,
198
+ audioDeviceType: 'computer-mic',
199
+ videoDeviceType: 'computer-cam',
200
+ userType: 'normal',
201
+ userRole: 3,
202
+ isSpotlight: false,
203
+ streamId: '222111222222222224',
204
+ hideAudioConnectIcon: false
192
205
  }, {
193
- "userId": "141414",
194
- "userName": "14",
195
- "isHost": false,
196
- "isMe": false,
197
- "hasAudio": false,
198
- "hasVideo": false,
199
- "isScreenSharing": false,
200
- "audioDeviceType": "computer-mic",
201
- "videoDeviceType": "computer-cam",
202
- "userType": "normal",
203
- "userRole": 3,
204
- "isSpotlight": false,
205
- "streamId": "222111222222222225"
206
+ userId: '141414',
207
+ userName: '14',
208
+ isHost: false,
209
+ isMe: false,
210
+ hasAudio: false,
211
+ hasVideo: false,
212
+ isScreenSharing: false,
213
+ audioDeviceType: 'computer-mic',
214
+ videoDeviceType: 'computer-cam',
215
+ userType: 'normal',
216
+ userRole: 3,
217
+ isSpotlight: false,
218
+ streamId: '222111222222222225',
219
+ hideAudioConnectIcon: false
206
220
  }, {
207
- "userId": "151515",
208
- "userName": "15",
209
- "isHost": false,
210
- "isMe": false,
211
- "hasAudio": false,
212
- "hasVideo": false,
213
- "isScreenSharing": false,
214
- "audioDeviceType": "computer-mic",
215
- "videoDeviceType": "computer-cam",
216
- "userType": "normal",
217
- "userRole": 3,
218
- "isSpotlight": false,
219
- "streamId": "222111222222222226"
221
+ userId: '151515',
222
+ userName: '15',
223
+ isHost: false,
224
+ isMe: false,
225
+ hasAudio: false,
226
+ hasVideo: false,
227
+ isScreenSharing: false,
228
+ audioDeviceType: 'computer-mic',
229
+ videoDeviceType: 'computer-cam',
230
+ userType: 'normal',
231
+ userRole: 3,
232
+ isSpotlight: false,
233
+ streamId: '222111222222222226',
234
+ hideAudioConnectIcon: false
220
235
  }, {
221
- "userId": "161616",
222
- "userName": "16",
223
- "isHost": false,
224
- "isMe": false,
225
- "hasAudio": false,
226
- "hasVideo": false,
227
- "isScreenSharing": false,
228
- "audioDeviceType": "computer-mic",
229
- "videoDeviceType": "computer-cam",
230
- "userType": "normal",
231
- "userRole": 3,
232
- "isSpotlight": false,
233
- "streamId": "222111222222222227"
236
+ userId: '161616',
237
+ userName: '16',
238
+ isHost: false,
239
+ isMe: false,
240
+ hasAudio: false,
241
+ hasVideo: false,
242
+ isScreenSharing: false,
243
+ audioDeviceType: 'computer-mic',
244
+ videoDeviceType: 'computer-cam',
245
+ userType: 'normal',
246
+ userRole: 3,
247
+ isSpotlight: false,
248
+ streamId: '222111222222222227',
249
+ hideAudioConnectIcon: false
234
250
  }, {
235
- "userId": "171717",
236
- "userName": "17",
237
- "isHost": false,
238
- "isMe": false,
239
- "hasAudio": false,
240
- "hasVideo": false,
241
- "isScreenSharing": false,
242
- "audioDeviceType": "computer-mic",
243
- "videoDeviceType": "computer-cam",
244
- "userType": "normal",
245
- "userRole": 3,
246
- "isSpotlight": false,
247
- "streamId": "222111222222222228"
251
+ userId: '171717',
252
+ userName: '17',
253
+ isHost: false,
254
+ isMe: false,
255
+ hasAudio: false,
256
+ hasVideo: false,
257
+ isScreenSharing: false,
258
+ audioDeviceType: 'computer-mic',
259
+ videoDeviceType: 'computer-cam',
260
+ userType: 'normal',
261
+ userRole: 3,
262
+ isSpotlight: false,
263
+ streamId: '222111222222222228',
264
+ hideAudioConnectIcon: false
248
265
  }, {
249
- "userId": "181818",
250
- "userName": "18",
251
- "isHost": false,
252
- "isMe": false,
253
- "hasAudio": false,
254
- "hasVideo": false,
255
- "isScreenSharing": false,
256
- "audioDeviceType": "computer-mic",
257
- "videoDeviceType": "computer-cam",
258
- "userType": "normal",
259
- "userRole": 3,
260
- "isSpotlight": false,
261
- "streamId": "222111222222222229"
266
+ userId: '181818',
267
+ userName: '18',
268
+ isHost: false,
269
+ isMe: false,
270
+ hasAudio: false,
271
+ hasVideo: false,
272
+ isScreenSharing: false,
273
+ audioDeviceType: 'computer-mic',
274
+ videoDeviceType: 'computer-cam',
275
+ userType: 'normal',
276
+ userRole: 3,
277
+ isSpotlight: false,
278
+ streamId: '222111222222222229',
279
+ hideAudioConnectIcon: false
262
280
  }, {
263
- "userId": "191919",
264
- "userName": "19",
265
- "isHost": false,
266
- "isMe": false,
267
- "hasAudio": false,
268
- "hasVideo": false,
269
- "isScreenSharing": false,
270
- "audioDeviceType": "computer-mic",
271
- "videoDeviceType": "computer-cam",
272
- "userType": "normal",
273
- "userRole": 3,
274
- "isSpotlight": false,
275
- "streamId": "222111222222222230"
281
+ userId: '191919',
282
+ userName: '19',
283
+ isHost: false,
284
+ isMe: false,
285
+ hasAudio: false,
286
+ hasVideo: false,
287
+ isScreenSharing: false,
288
+ audioDeviceType: 'computer-mic',
289
+ videoDeviceType: 'computer-cam',
290
+ userType: 'normal',
291
+ userRole: 3,
292
+ isSpotlight: false,
293
+ streamId: '222111222222222230',
294
+ hideAudioConnectIcon: false
276
295
  }, {
277
- "userId": "202020",
278
- "userName": "20",
279
- "isHost": false,
280
- "isMe": false,
281
- "hasAudio": false,
282
- "hasVideo": false,
283
- "isScreenSharing": false,
284
- "audioDeviceType": "computer-mic",
285
- "videoDeviceType": "computer-cam",
286
- "userType": "normal",
287
- "userRole": 3,
288
- "isSpotlight": false,
289
- "streamId": "222111222222222231"
296
+ userId: '202020',
297
+ userName: '20',
298
+ isHost: false,
299
+ isMe: false,
300
+ hasAudio: false,
301
+ hasVideo: false,
302
+ isScreenSharing: false,
303
+ audioDeviceType: 'computer-mic',
304
+ videoDeviceType: 'computer-cam',
305
+ userType: 'normal',
306
+ userRole: 3,
307
+ isSpotlight: false,
308
+ streamId: '222111222222222231',
309
+ hideAudioConnectIcon: false
290
310
  }, {
291
- "userId": "212121",
292
- "userName": "21",
293
- "isHost": false,
294
- "isMe": false,
295
- "hasAudio": false,
296
- "hasVideo": false,
297
- "isScreenSharing": false,
298
- "audioDeviceType": "computer-mic",
299
- "videoDeviceType": "computer-cam",
300
- "userType": "normal",
301
- "userRole": 3,
302
- "isSpotlight": false,
303
- "streamId": "222111222222222232"
311
+ userId: '212121',
312
+ userName: '21',
313
+ isHost: false,
314
+ isMe: false,
315
+ hasAudio: false,
316
+ hasVideo: false,
317
+ isScreenSharing: false,
318
+ audioDeviceType: 'computer-mic',
319
+ videoDeviceType: 'computer-cam',
320
+ userType: 'normal',
321
+ userRole: 3,
322
+ isSpotlight: false,
323
+ streamId: '222111222222222232',
324
+ hideAudioConnectIcon: false
304
325
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fcr-ui-scene-mobile",
3
- "version": "3.6.4",
3
+ "version": "3.7.0",
4
4
  "main": "lib/index.js",
5
5
  "repository": "ssh://git@git.agoralab.co/aduc/fcr-ui-scene-mobile.git",
6
6
  "author": "agora.io",
@@ -14,19 +14,18 @@
14
14
  "dependencies": {
15
15
  "@react-spring/web": "^9.7.3",
16
16
  "@use-gesture/react": "^10.3.1",
17
- "agora-foundation": "~3.6.4",
18
- "agora-ui-foundation": "~3.6.4",
17
+ "agora-foundation": "~3.7.0",
18
+ "agora-ui-foundation": "~3.7.0",
19
19
  "classnames": "^2.5.1",
20
20
  "core-js": "^3.33.3",
21
21
  "dayjs": "^1.10.4",
22
- "fcr-core": "~3.6.4",
22
+ "fcr-core": "~3.7.0",
23
23
  "js-md5": "^0.8.3",
24
24
  "jszip": "^3.10.1",
25
25
  "lodash": "^4.17.21",
26
26
  "mobx": "^6.12.3",
27
27
  "mobx-react": "^9.1.1",
28
28
  "mobx-utils": "^6.0.8",
29
- "pidusage": "^3.0.2",
30
29
  "react": "^17.0.2",
31
30
  "react-dom": "^17.0.2",
32
31
  "react-error-boundary": "^5.0.0",
@@ -50,7 +49,7 @@
50
49
  "@types/react-dom": "^17.0.11",
51
50
  "@types/react-virtualized": "^9.21.30",
52
51
  "@types/tinycolor2": "^1.4.6",
53
- "agora-toolchain": "~3.6.4",
52
+ "agora-toolchain": "~3.7.0",
54
53
  "core-js": "^3.33.3",
55
54
  "husky": "^9.0.11",
56
55
  "lint-staged": "^15.2.2",