|
11 | 11 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@halo-dev/components": "^0.0.0-alpha.4", |
15 |
| - "@halo-dev/console-shared": "^0.0.0-alpha.5", |
16 |
| - "axios": "^1.1.2", |
17 |
| - "vue": "^3.2.40" |
| 14 | + "@halo-dev/components": "^0.0.0-alpha.5", |
| 15 | + "@halo-dev/console-shared": "^0.0.0-alpha.6", |
| 16 | + "axios": "^1.1.3", |
| 17 | + "vue": "^3.2.41" |
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@iconify/json": "^2.1.121", |
| 20 | + "@iconify/json": "^2.1.128", |
21 | 21 | "@rushstack/eslint-patch": "^1.2.0",
|
22 | 22 | "@types/jsdom": "^16.2.15",
|
23 |
| - "@types/node": "^16.11.65", |
| 23 | + "@types/node": "^16.18.0", |
24 | 24 | "@vitejs/plugin-vue": "^2.3.4",
|
25 | 25 | "@vitejs/plugin-vue-jsx": "^1.3.10",
|
26 | 26 | "@vue/eslint-config-prettier": "^7.0.0",
|
27 | 27 | "@vue/eslint-config-typescript": "^10.0.0",
|
28 |
| - "@vue/test-utils": "^2.1.0", |
| 28 | + "@vue/test-utils": "^2.2.0", |
29 | 29 | "@vue/tsconfig": "^0.1.3",
|
30 |
| - "eslint": "^8.25.0", |
| 30 | + "eslint": "^8.26.0", |
31 | 31 | "eslint-plugin-vue": "^8.7.1",
|
32 | 32 | "jsdom": "^19.0.0",
|
33 | 33 | "npm-run-all": "^4.1.5",
|
34 | 34 | "prettier": "^2.7.1",
|
35 | 35 | "typescript": "~4.7.4",
|
36 |
| - "unplugin-icons": "^0.14.11", |
| 36 | + "unplugin-icons": "^0.14.12", |
37 | 37 | "vite": "^2.9.15",
|
38 | 38 | "vitest": "^0.13.1",
|
39 | 39 | "vue-tsc": "^0.35.2"
|
|
0 commit comments