Skip to content

Commit 89cecd9

Browse files
Updated Sample app version to 4.3.10
1 parent 73384f2 commit 89cecd9

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

package.json

+22-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cometchat-chat-sample-app-vue",
3-
"version": "4.3.9",
3+
"version": "4.3.10",
44
"license": "https://www.cometchat.com/legal-terms-of-service",
55
"private": true,
66
"scripts": {
@@ -9,19 +9,36 @@
99
"lint": "vue-cli-service lint"
1010
},
1111
"dependencies": {
12-
"@cometchat/chat-uikit-vue": "^4.3.17",
13-
"@cometchat/calls-sdk-javascript": "^4.0.10",
12+
"@cometchat/chat-uikit-vue": "^4.3.21",
13+
"@cometchat/calls-sdk-javascript": "^4.0.11",
1414
"core-js": "^3.8.3",
1515
"file-loader": "^6.2.0",
1616
"vue": "^3.2.13"
1717
},
18+
"overrides": {
19+
"body-parser": "~1.20.3",
20+
"braces": "~3.0.3",
21+
"cookie": "~0.7.0",
22+
"cross-spawn": "~7.0.5",
23+
"express": "~4.20.0",
24+
"path-to-regexp": "~0.1.12",
25+
"ws": "~7.5.10",
26+
"http-proxy-middleware": "~2.0.7",
27+
"rollup": "~4.22.4",
28+
"micromatch": "~4.0.8",
29+
"postcss": "~8.4.30",
30+
"nanoid": "~3.3.8",
31+
"webpack": "~5.94.0",
32+
"vite": "~5.4.6",
33+
"send": "~0.19.0"
34+
},
1835
"devDependencies": {
1936
"@typescript-eslint/eslint-plugin": "^5.4.0",
2037
"@typescript-eslint/parser": "^5.4.0",
2138
"@vue/cli-plugin-babel": "~5.0.0",
22-
"@vue/cli-plugin-eslint": "~5.0.0",
39+
"@vue/cli-plugin-eslint": "~5.0.8",
2340
"@vue/cli-plugin-typescript": "~5.0.0",
24-
"@vue/cli-service": "~5.0.0",
41+
"@vue/cli-service": "~5.0.8",
2542
"@vue/eslint-config-typescript": "^9.1.0",
2643
"eslint": "^7.32.0",
2744
"eslint-config-prettier": "^8.3.0",

src/metaInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const metaInfo = {
22
name: "cometchat-chat-sample-app-vue",
3-
version: "4.3.9",
3+
version: "4.3.10",
44
type: "sample",
55
platform: "Vue",
66
};

0 commit comments

Comments
 (0)