|
2 | 2 | "type": "module", |
3 | 3 | "version": "4.4.0", |
4 | 4 | "engines": { |
5 | | - "node": "^18.0.0 || ^20.0.0" |
| 5 | + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
6 | 6 | }, |
7 | 7 | "scripts": { |
8 | 8 | "dev": "vite", |
|
23 | 23 | "release": "bumpp" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@headlessui/vue": "^1.7.21", |
| 26 | + "@headlessui/vue": "^1.7.22", |
27 | 27 | "@vueuse/core": "^10.9.0", |
28 | 28 | "@vueuse/integrations": "^10.9.0", |
29 | 29 | "axios": "^1.6.8", |
30 | | - "dayjs": "^1.11.10", |
| 30 | + "dayjs": "^1.11.11", |
31 | 31 | "element-plus": "^2.7.2", |
32 | 32 | "eruda": "^3.0.1", |
33 | 33 | "floating-vue": "5.2.2", |
|
40 | 40 | "pinia": "^2.1.7", |
41 | 41 | "qs": "^6.12.1", |
42 | 42 | "vconsole": "^3.15.1", |
43 | | - "vue": "^3.4.25", |
| 43 | + "vue": "^3.4.27", |
44 | 44 | "vue-m-message": "^4.0.2", |
45 | 45 | "vue-router": "^4.3.2" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@antfu/eslint-config": "2.16.0", |
49 | | - "@iconify/json": "^2.2.204", |
| 48 | + "@antfu/eslint-config": "2.17.0", |
| 49 | + "@iconify/json": "^2.2.207", |
50 | 50 | "@iconify/vue": "^4.1.2", |
51 | 51 | "@stylistic/stylelint-config": "^1.0.1", |
52 | 52 | "@types/lodash-es": "^4.17.12", |
|
58 | 58 | "archiver": "^7.0.1", |
59 | 59 | "autoprefixer": "^10.4.19", |
60 | 60 | "boxen": "^7.1.1", |
61 | | - "bumpp": "^9.4.0", |
| 61 | + "bumpp": "^9.4.1", |
62 | 62 | "cz-git": "^1.9.1", |
63 | | - "eslint": "^9.1.1", |
| 63 | + "eslint": "^9.2.0", |
64 | 64 | "esno": "^4.7.0", |
65 | 65 | "fs-extra": "^11.2.0", |
66 | 66 | "http-server": "^14.1.1", |
|
70 | 70 | "picocolors": "^1.0.0", |
71 | 71 | "plop": "^4.0.1", |
72 | 72 | "postcss": "^8.4.38", |
73 | | - "postcss-html": "^1.6.0", |
74 | | - "sass": "^1.75.0", |
| 73 | + "postcss-html": "^1.7.0", |
| 74 | + "sass": "^1.77.0", |
75 | 75 | "simple-git-hooks": "^2.11.1", |
76 | | - "stylelint": "^16.4.0", |
| 76 | + "stylelint": "^16.5.0", |
77 | 77 | "stylelint-config-recess-order": "^5.0.1", |
78 | 78 | "stylelint-config-standard-scss": "^13.1.0", |
79 | 79 | "stylelint-config-standard-vue": "^1.0.0", |
80 | | - "stylelint-scss": "^6.2.1", |
81 | | - "svgo": "^3.2.0", |
| 80 | + "stylelint-scss": "^6.3.0", |
| 81 | + "svgo": "^3.3.0", |
82 | 82 | "typescript": "^5.4.5", |
83 | 83 | "unocss": "^0.59.4", |
84 | 84 | "unplugin-auto-import": "^0.17.5", |
85 | 85 | "unplugin-turbo-console": "^1.8.6", |
86 | | - "unplugin-vue-components": "^0.26.0", |
87 | | - "vite": "^5.2.10", |
| 86 | + "unplugin-vue-components": "^0.27.0", |
| 87 | + "vite": "^5.2.11", |
88 | 88 | "vite-plugin-banner": "^0.7.1", |
89 | 89 | "vite-plugin-compression2": "^1.1.0", |
90 | 90 | "vite-plugin-fake-server": "^2.1.1", |
91 | 91 | "vite-plugin-svg-icons": "^2.0.1", |
92 | | - "vue-tsc": "^2.0.14" |
| 92 | + "vue-tsc": "^2.0.16" |
93 | 93 | }, |
94 | 94 | "simple-git-hooks": { |
95 | 95 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments