|
1 | 1 | {
|
2 | 2 | "name": "cometchat-chat-sample-app-vue",
|
3 |
| - "version": "4.3.9", |
| 3 | + "version": "4.3.10", |
4 | 4 | "license": "https://www.cometchat.com/legal-terms-of-service",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
|
9 | 9 | "lint": "vue-cli-service lint"
|
10 | 10 | },
|
11 | 11 | "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", |
14 | 14 | "core-js": "^3.8.3",
|
15 | 15 | "file-loader": "^6.2.0",
|
16 | 16 | "vue": "^3.2.13"
|
17 | 17 | },
|
| 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 | + }, |
18 | 35 | "devDependencies": {
|
19 | 36 | "@typescript-eslint/eslint-plugin": "^5.4.0",
|
20 | 37 | "@typescript-eslint/parser": "^5.4.0",
|
21 | 38 | "@vue/cli-plugin-babel": "~5.0.0",
|
22 |
| - "@vue/cli-plugin-eslint": "~5.0.0", |
| 39 | + "@vue/cli-plugin-eslint": "~5.0.8", |
23 | 40 | "@vue/cli-plugin-typescript": "~5.0.0",
|
24 |
| - "@vue/cli-service": "~5.0.0", |
| 41 | + "@vue/cli-service": "~5.0.8", |
25 | 42 | "@vue/eslint-config-typescript": "^9.1.0",
|
26 | 43 | "eslint": "^7.32.0",
|
27 | 44 | "eslint-config-prettier": "^8.3.0",
|
|
0 commit comments