Skip to content

Commit 9ffe701

Browse files
Updated sample app version to 4.3.10
1 parent 1a4ef56 commit 9ffe701

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cometchat-chat-sample-app-react",
3-
"version": "4.3.9",
3+
"version": "4.3.10",
44
"private": true,
55
"dependencies": {
66
"@cometchat/calls-sdk-javascript": "^4.0.10",
7-
"@cometchat/chat-uikit-react": "^4.3.20",
7+
"@cometchat/chat-uikit-react": "^4.3.25",
88
"@lit-labs/react": "^1.1.1",
99
"@testing-library/jest-dom": "^5.16.5",
1010
"@testing-library/react": "^13.4.0",
@@ -24,6 +24,10 @@
2424
"devDependencies": {
2525
"@babel/plugin-transform-private-property-in-object": "^7.24.1"
2626
},
27+
"overrides": {
28+
"postcss": "~8.4.30",
29+
"nth-check": "~2.1.1"
30+
},
2731
"scripts": {
2832
"start": "react-scripts start",
2933
"build": "react-scripts build",

src/metaInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const metaInfo = {
22
name: "cometchat-chat-sample-app-react",
3-
version: "4.3.9",
3+
version: "4.3.10",
44
type: "sample",
55
platform: "React"
66
}

0 commit comments

Comments
 (0)