|
1 | 1 | { |
2 | 2 | "name": "vite-ts-starter", |
3 | | - "description": "🐬 A Starter template built on Vite 6.x + Vue 3.x + Element Plus 2.x + TypeScript.", |
| 3 | + "description": "🐬 A Starter template built on Vite 7.x + Vue 3.x + Element Plus 2.x + TypeScript.", |
4 | 4 | "version": "0.0.1", |
5 | 5 | "author": "Wisdom <pdsu.wwz@foxmail.com>", |
6 | 6 | "license": "MIT", |
|
19 | 19 | "prepare": "husky" |
20 | 20 | }, |
21 | 21 | "engines": { |
22 | | - "node": ">=18.12.0", |
| 22 | + "node": ">=22.x", |
23 | 23 | "pnpm": ">= 9.x" |
24 | 24 | }, |
25 | 25 | "keywords": [ |
|
51 | 51 | "@element-plus/icons-vue": "2.3.1", |
52 | 52 | "axios": "1.10.0", |
53 | 53 | "echarts": "^5.6.0", |
54 | | - "element-plus": "2.10.2", |
| 54 | + "element-plus": "2.10.4", |
55 | 55 | "js-cookie": "^3.0.5", |
56 | 56 | "lodash-es": "^4.17.21", |
57 | 57 | "nprogress": "^0.2.0", |
|
60 | 60 | "vuex": "^4.1.0" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@babel/core": "^7.27.4", |
64 | | - "@babel/preset-env": "^7.27.2", |
65 | | - "@eslint/js": "^9.29.0", |
66 | | - "@iconify/json": "^2.2.350", |
| 63 | + "@babel/core": "^7.28.0", |
| 64 | + "@babel/preset-env": "^7.28.0", |
| 65 | + "@eslint/js": "^9.31.0", |
| 66 | + "@iconify/json": "^2.2.359", |
67 | 67 | "@iconify/vue": "^5.0.0", |
68 | | - "@stylistic/eslint-plugin": "^4.4.1", |
69 | | - "@stylistic/stylelint-plugin": "^3.1.2", |
| 68 | + "@stylistic/eslint-plugin": "^5.1.0", |
| 69 | + "@stylistic/stylelint-plugin": "^3.1.3", |
70 | 70 | "@types/js-cookie": "^3.0.6", |
71 | 71 | "@types/lodash-es": "^4.17.12", |
72 | | - "@types/node": "^24.0.3", |
| 72 | + "@types/node": "^24.0.14", |
73 | 73 | "@types/nprogress": "^0.2.3", |
74 | | - "@typescript-eslint/eslint-plugin": "^8.34.1", |
75 | | - "@typescript-eslint/parser": "^8.34.1", |
76 | | - "@vitejs/plugin-vue": "^5.2.4", |
| 74 | + "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 75 | + "@typescript-eslint/parser": "^8.37.0", |
| 76 | + "@vitejs/plugin-vue": "^6.0.0", |
77 | 77 | "@vitest/coverage-v8": "^3.2.4", |
78 | 78 | "@vue/compiler-sfc": "^3.5.17", |
79 | 79 | "@vue/test-utils": "2.4.6", |
80 | 80 | "babel-plugin-transform-vite-meta-env": "^1.0.3", |
81 | 81 | "cross-env": "^7.0.3", |
82 | | - "eslint": "^9.29.0", |
| 82 | + "eslint": "^9.31.0", |
83 | 83 | "eslint-plugin-html": "8.1.3", |
84 | | - "eslint-plugin-import": "^2.31.0", |
85 | | - "eslint-plugin-vue": "10.2.0", |
86 | | - "globals": "^16.2.0", |
| 84 | + "eslint-plugin-import": "^2.32.0", |
| 85 | + "eslint-plugin-vue": "10.3.0", |
| 86 | + "globals": "^16.3.0", |
87 | 87 | "husky": "^9.1.7", |
88 | 88 | "jsdom": "^26.1.0", |
89 | 89 | "lint-staged": "^16.1.2", |
90 | 90 | "postcss": "^8.5.6", |
91 | 91 | "postcss-html": "^1.8.0", |
92 | 92 | "postcss-scss": "^4.0.9", |
93 | | - "rollup": "4.43.0", |
| 93 | + "rollup": "4.45.1", |
94 | 94 | "sass": "1.89.2", |
95 | | - "stylelint": "^16.20.0", |
| 95 | + "stylelint": "^16.21.1", |
96 | 96 | "stylelint-config-recommended-scss": "^15.0.1", |
97 | | - "stylelint-config-recommended-vue": "^1.6.0", |
| 97 | + "stylelint-config-recommended-vue": "^1.6.1", |
98 | 98 | "stylelint-config-standard": "^38.0.0", |
99 | 99 | "stylelint-config-standard-scss": "15.0.1", |
100 | 100 | "typescript": "^5.8.3", |
101 | | - "unocss": "66.2.3", |
| 101 | + "unocss": "66.3.3", |
102 | 102 | "unplugin-auto-import": "^19.3.0", |
103 | 103 | "unplugin-icons": "^22.1.0", |
104 | | - "unplugin-vue-components": "^28.7.0", |
105 | | - "vite": "^6.3.5", |
| 104 | + "unplugin-vue-components": "^28.8.0", |
| 105 | + "vite": "^7.0.4", |
106 | 106 | "vitest": "^3.2.4", |
107 | | - "vue-eslint-parser": "^10.1.3" |
| 107 | + "vue-eslint-parser": "^10.2.0" |
108 | 108 | } |
109 | 109 | } |
0 commit comments