|
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "vite build --watch", |
| 6 | + "dev": "vite build --watch --mode=development", |
7 | 7 | "build": "vite build", |
8 | 8 | "preview": "vite preview --port 4173", |
9 | 9 | "test:unit": "vitest --environment jsdom", |
10 | 10 | "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", |
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": "^1.0.0", |
15 | | - "@halo-dev/console-shared": "^2.0.0", |
| 14 | + "@halo-dev/components": "^1.5.0", |
| 15 | + "@halo-dev/console-shared": "^2.6.0", |
16 | 16 | "canvas-confetti": "^1.6.0", |
17 | | - "vue": "^3.2.41" |
| 17 | + "vue": "^3.3.4" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@iconify/json": "^2.2.18", |
21 | | - "@rushstack/eslint-patch": "^1.2.0", |
| 20 | + "@iconify/json": "^2.2.76", |
| 21 | + "@rushstack/eslint-patch": "^1.3.1", |
22 | 22 | "@types/canvas-confetti": "^1.6.0", |
23 | | - "@types/jsdom": "^20.0.0", |
24 | | - "@types/node": "^16.18.0", |
25 | | - "@vitejs/plugin-vue": "^3.1.2", |
26 | | - "@vitejs/plugin-vue-jsx": "^2.0.1", |
27 | | - "@vue/eslint-config-prettier": "^7.0.0", |
28 | | - "@vue/eslint-config-typescript": "^11.0.2", |
29 | | - "@vue/test-utils": "^2.2.0", |
| 23 | + "@types/jsdom": "^20.0.1", |
| 24 | + "@types/node": "^16.18.35", |
| 25 | + "@vitejs/plugin-vue": "^3.2.0", |
| 26 | + "@vitejs/plugin-vue-jsx": "^2.1.1", |
| 27 | + "@vue/eslint-config-prettier": "^7.1.0", |
| 28 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 29 | + "@vue/test-utils": "^2.3.2", |
30 | 30 | "@vue/tsconfig": "^0.1.3", |
31 | | - "eslint": "^8.26.0", |
32 | | - "eslint-plugin-vue": "^9.6.0", |
| 31 | + "eslint": "^8.42.0", |
| 32 | + "eslint-plugin-vue": "^9.14.1", |
33 | 33 | "jsdom": "^19.0.0", |
34 | 34 | "npm-run-all": "^4.1.5", |
35 | | - "prettier": "^2.7.1", |
36 | | - "sass": "^1.58.0", |
| 35 | + "prettier": "^2.8.8", |
| 36 | + "sass": "^1.63.3", |
37 | 37 | "typescript": "~4.7.4", |
38 | | - "unplugin-icons": "^0.15.2", |
39 | | - "vite": "^3.1.8", |
40 | | - "vitest": "^0.24.3", |
41 | | - "vue-tsc": "^1.0.9" |
| 38 | + "unplugin-icons": "^0.15.3", |
| 39 | + "vite": "^3.2.7", |
| 40 | + "vitest": "^0.24.5", |
| 41 | + "vue-tsc": "^1.6.5" |
42 | 42 | } |
43 | 43 | } |
0 commit comments