|
1 | 1 | { |
2 | 2 | "name": "v3-admin-vite", |
3 | | - "version": "3.1.10", |
| 3 | + "version": "3.1.11", |
4 | 4 | "description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.", |
5 | 5 | "author": { |
6 | 6 | "name": "pany", |
|
26 | 26 | "@element-plus/icons-vue": "^2.0.6", |
27 | 27 | "axios": "^0.27.2", |
28 | 28 | "dayjs": "^1.11.3", |
29 | | - "element-plus": "^2.2.8", |
| 29 | + "element-plus": "^2.2.9", |
30 | 30 | "js-cookie": "^3.0.1", |
31 | 31 | "lodash-es": "^4.17.21", |
32 | 32 | "normalize.css": "^8.0.1", |
33 | 33 | "nprogress": "^0.2.0", |
34 | 34 | "path-browserify": "^1.0.1", |
35 | 35 | "path-to-regexp": "^6.2.1", |
36 | | - "pinia": "^2.0.14", |
| 36 | + "pinia": "^2.0.16", |
37 | 37 | "screenfull": "^6.0.2", |
38 | 38 | "vue": "^3.2.37", |
39 | | - "vue-router": "^4.0.16" |
| 39 | + "vue-router": "^4.1.2" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@types/js-cookie": "^3.0.2", |
43 | 43 | "@types/lodash-es": "^4.17.6", |
44 | | - "@types/node": "^18.0.1", |
| 44 | + "@types/node": "^18.0.4", |
45 | 45 | "@types/nprogress": "^0.2.0", |
46 | 46 | "@types/path-browserify": "^1.0.0", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.30.4", |
48 | | - "@typescript-eslint/parser": "^5.30.4", |
49 | | - "@vitejs/plugin-vue": "^2.3.3", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.30.6", |
| 48 | + "@typescript-eslint/parser": "^5.30.6", |
| 49 | + "@vitejs/plugin-vue": "^3.0.0", |
50 | 50 | "@vue/eslint-config-prettier": "^7.0.0", |
51 | 51 | "@vue/eslint-config-typescript": "^11.0.0", |
52 | 52 | "eslint": "^8.19.0", |
53 | 53 | "eslint-plugin-prettier": "^4.2.1", |
54 | | - "eslint-plugin-vue": "^9.1.1", |
| 54 | + "eslint-plugin-vue": "^9.2.0", |
55 | 55 | "husky": "^8.0.1", |
56 | 56 | "lint-staged": "^13.0.3", |
57 | 57 | "prettier": "^2.7.1", |
58 | 58 | "sass": "^1.53.0", |
| 59 | + "terser": "^5.14.2", |
59 | 60 | "typescript": "^4.7.4", |
60 | | - "unocss": "^0.43.0", |
61 | | - "vite": "^2.9.13", |
| 61 | + "unocss": "^0.44.2", |
| 62 | + "vite": "^3.0.0", |
62 | 63 | "vite-plugin-svg-icons": "^2.0.1", |
63 | 64 | "vue-eslint-parser": "^9.0.3", |
64 | | - "vue-tsc": "^0.38.2" |
| 65 | + "vue-tsc": "^0.38.5" |
65 | 66 | }, |
66 | 67 | "lint-staged": { |
67 | 68 | "*.{js,jsx,vue,ts,tsx}": [ |
|
0 commit comments