|
23 | 23 | "prepare": "husky install" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@element-plus/icons-vue": "^1.1.4", |
| 26 | + "@element-plus/icons-vue": "^2.0.6", |
27 | 27 | "axios": "^0.27.2", |
28 | | - "dayjs": "^1.11.2", |
29 | | - "element-plus": "^2.2.2", |
| 28 | + "dayjs": "^1.11.3", |
| 29 | + "element-plus": "^2.2.7", |
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 | 36 | "pinia": "^2.0.14", |
37 | | - "screenfull": "^6.0.1", |
38 | | - "vue": "^3.2.36", |
39 | | - "vue-router": "^4.0.15" |
| 37 | + "screenfull": "^6.0.2", |
| 38 | + "vue": "^3.2.37", |
| 39 | + "vue-router": "^4.0.16" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@types/js-cookie": "^3.0.2", |
43 | 43 | "@types/lodash-es": "^4.17.6", |
44 | | - "@types/node": "^17.0.35", |
| 44 | + "@types/node": "^18.0.0", |
45 | 45 | "@types/nprogress": "^0.2.0", |
46 | 46 | "@types/path-browserify": "^1.0.0", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.26.0", |
48 | | - "@typescript-eslint/parser": "^5.26.0", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.30.0", |
| 48 | + "@typescript-eslint/parser": "^5.30.0", |
49 | 49 | "@vitejs/plugin-vue": "^2.3.3", |
50 | 50 | "@vue/eslint-config-prettier": "^7.0.0", |
51 | | - "@vue/eslint-config-typescript": "^10.0.0", |
52 | | - "eslint": "^8.16.0", |
53 | | - "eslint-plugin-prettier": "^4.0.0", |
54 | | - "eslint-plugin-vue": "^8.7.1", |
55 | | - "husky": "^7.0.4", |
56 | | - "lint-staged": "^12.4.2", |
57 | | - "prettier": "^2.6.2", |
58 | | - "sass": "^1.52.1", |
59 | | - "typescript": "^4.7.2", |
60 | | - "unocss": "^0.33.5", |
61 | | - "vite": "^2.9.9", |
| 51 | + "@vue/eslint-config-typescript": "^11.0.0", |
| 52 | + "eslint": "^8.18.0", |
| 53 | + "eslint-plugin-prettier": "^4.2.1", |
| 54 | + "eslint-plugin-vue": "^9.1.1", |
| 55 | + "husky": "^8.0.1", |
| 56 | + "lint-staged": "^13.0.3", |
| 57 | + "prettier": "^2.7.1", |
| 58 | + "sass": "^1.53.0", |
| 59 | + "typescript": "^4.7.4", |
| 60 | + "unocss": "^0.42.0", |
| 61 | + "vite": "^2.9.13", |
62 | 62 | "vite-plugin-svg-icons": "^2.0.1", |
63 | | - "vue-eslint-parser": "^8.3.0", |
64 | | - "vue-tsc": "^0.34.16" |
| 63 | + "vue-eslint-parser": "^9.0.3", |
| 64 | + "vue-tsc": "^0.38.2" |
65 | 65 | }, |
66 | 66 | "lint-staged": { |
67 | 67 | "*.{js,jsx,vue,ts,tsx}": [ |
|
0 commit comments