Skip to content

Commit

Permalink
Merge pull request #69 from cometchat-pro/v3
Browse files Browse the repository at this point in the history
Updated to SDK v3.0.10
  • Loading branch information
prakash-cometchat authored Aug 17, 2022
2 parents 79840f5 + 96f1517 commit 5ffd41d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 42 deletions.
84 changes: 53 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
{
"name": "javascript-react-chat-app",
"version": "3.0.6-1",
"version": "3.0.10-1",
"private": true,
"dependencies": {
"@cometchat-pro/chat": "3.0.6",
"@cometchat-pro/chat": "3.0.10",
"@emotion/core": "^10.0.35",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"emoji-mart": "^3.0.0",
"dateformat": "^4.0.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.1",
"history": "^4.6.3",
"html-react-parser": "^1.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"html-react-parser": "^1.4.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"rimraf": "^3.0.2",
"twemoji": "^13.0.1",
"dateformat": "^4.0.0"
"twemoji": "^13.0.1"
},
"devDependencies": {
"request": "^2.88.2"
Expand Down
1 change: 1 addition & 0 deletions src/cometchat-pro-react-ui-kit
Submodule cometchat-pro-react-ui-kit added at 13635a
8 changes: 4 additions & 4 deletions src/consts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const COMETCHAT_CONSTANTS = {
APP_ID: "APP_ID",
REGION: "REGION",
AUTH_KEY: "AUTH_KEY",
};
APP_ID: 'APP_ID',
REGION: 'REGION',
AUTH_KEY: 'AUTH_KEY'
}

0 comments on commit 5ffd41d

Please sign in to comment.