|
19 | 19 | "lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix", |
20 | 20 | "preinstall": "npx only-allow pnpm", |
21 | 21 | "postinstall": "simple-git-hooks", |
| 22 | + "taze": "taze minor -wIr", |
22 | 23 | "commit": "git cz", |
23 | 24 | "release": "bumpp" |
24 | 25 | }, |
|
58 | 59 | "devDependencies": { |
59 | 60 | "@antfu/eslint-config": "4.3.0", |
60 | 61 | "@faker-js/faker": "^9.5.0", |
61 | | - "@iconify/json": "^2.2.310", |
| 62 | + "@iconify/json": "^2.2.311", |
62 | 63 | "@iconify/vue": "^4.3.0", |
63 | 64 | "@stylistic/stylelint-config": "^2.0.0", |
64 | 65 | "@types/nprogress": "^0.2.3", |
|
93 | 94 | "stylelint-config-standard-vue": "^1.0.0", |
94 | 95 | "stylelint-scss": "^6.11.1", |
95 | 96 | "svgo": "^3.3.2", |
| 97 | + "taze": "^18.6.0", |
96 | 98 | "typescript": "^5.7.3", |
97 | 99 | "unocss": "^65.5.0", |
98 | 100 | "unocss-preset-animations": "^1.1.1", |
99 | 101 | "unocss-preset-scrollbar": "^3.2.0", |
100 | | - "unplugin-auto-import": "^19.1.0", |
| 102 | + "unplugin-auto-import": "^19.1.1", |
101 | 103 | "unplugin-turbo-console": "^1.11.3", |
102 | | - "unplugin-vue-components": "^28.4.0", |
| 104 | + "unplugin-vue-components": "^28.4.1", |
103 | 105 | "vite": "^6.2.0", |
104 | | - "vite-plugin-app-loading": "^0.3.0", |
105 | | - "vite-plugin-archiver": "^0.1.1", |
| 106 | + "vite-plugin-app-loading": "^0.3.1", |
| 107 | + "vite-plugin-archiver": "^0.1.2", |
106 | 108 | "vite-plugin-banner": "^0.8.0", |
107 | 109 | "vite-plugin-compression2": "^1.3.3", |
108 | 110 | "vite-plugin-env-parse": "^1.0.15", |
|
0 commit comments