Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
181 changes: 109 additions & 72 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"prop-types": "^15.7.2",
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0",
"sendbird": "^3.0.154"
"sendbird": "^3.0.160"
},
"dependencies": {
"css-vars-ponyfill": "^2.3.2",
"date-fns": "^2.16.1",
"prop-types": "^15.7.2",
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0",
"sendbird": "^3.0.154"
"sendbird": "^3.0.160"
},
"bugs": {
"url": "https://community.sendbird.com"
Expand Down
3 changes: 1 addition & 2 deletions src/lib/dux/sdk/thunks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// import Sb from 'sendbird';
import Sb from '../../../sendbird.min.js';
import Sb from 'sendbird';

import {
INIT_SDK,
Expand Down
Loading