Skip to content

Commit

Permalink
Update Sample App for UiKit v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-cometchat committed May 8, 2024
1 parent f3b120e commit f2526c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cometchat-chat-sample-app-react",
"version": "4.3.5",
"version": "4.3.7",
"private": true,
"dependencies": {
"@cometchat/calls-sdk-javascript": "^4.0.7",
"@cometchat/chat-sdk-javascript": "^4.0.5",
"@cometchat/chat-uikit-react": "^4.3.5",
"@cometchat/uikit-elements": "^4.3.6",
"@cometchat/uikit-resources": "^4.3.6",
"@cometchat/uikit-shared": "^4.3.6",
"@cometchat/chat-uikit-react": "^4.3.7",
"@cometchat/uikit-elements": "^4.3.7",
"@cometchat/uikit-resources": "^4.3.7",
"@cometchat/uikit-shared": "^4.3.8",
"@lit-labs/react": "^1.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
10 changes: 5 additions & 5 deletions src/metaInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const metaInfo = {
name:"cometchat-chat-sample-app-react",
version:"4.3.4",
type:"sample",
platform:"React"
}
name: "cometchat-chat-sample-app-react",
version: "4.3.7",
type: "sample",
platform: "React"
}

0 comments on commit f2526c6

Please sign in to comment.