|
1 | 1 | { |
2 | 2 | "name": "tdesign-vue-next-starter", |
3 | | - "version": "0.6.1", |
| 3 | + "version": "0.7.0", |
4 | 4 | "scripts": { |
5 | 5 | "dev:mock": "vite --open --mode mock", |
6 | 6 | "dev": "vite --open --mode development", |
|
19 | 19 | "test:coverage": "echo \"no test:coverage specified,work in process\"" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "axios": "^1.1.3", |
23 | | - "dayjs": "^1.10.6", |
24 | | - "echarts": "~5.1.2", |
| 22 | + "@types/nprogress": "^0.2.0", |
| 23 | + "axios": "^1.2.2", |
| 24 | + "dayjs": "^1.11.7", |
| 25 | + "echarts": "5.1.2", |
25 | 26 | "lodash": "^4.17.21", |
26 | 27 | "nprogress": "^0.2.0", |
27 | | - "pinia": "^2.0.11", |
28 | | - "pinia-plugin-persistedstate": "^3.0.1", |
29 | | - "qrcode.vue": "^3.2.2", |
30 | | - "qs": "^6.10.5", |
| 28 | + "pinia": "^2.0.28", |
| 29 | + "pinia-plugin-persistedstate": "^3.0.2", |
| 30 | + "qrcode.vue": "^3.3.3", |
| 31 | + "qs": "^6.11.0", |
31 | 32 | "tdesign-icons-vue-next": "^0.1.7", |
32 | 33 | "tdesign-vue-next": "^1.0.0", |
33 | 34 | "tvision-color": "^1.5.0", |
34 | | - "vue": "^3.2.31", |
| 35 | + "vue": "^3.2.45", |
35 | 36 | "vue-clipboard3": "^2.0.0", |
36 | | - "vue-router": "~4.1.5" |
| 37 | + "vue-router": "~4.1.6" |
37 | 38 | }, |
38 | 39 | "devDependencies": { |
39 | | - "@commitlint/cli": "^17.0.3", |
40 | | - "@commitlint/config-conventional": "^17.0.3", |
41 | | - "@types/echarts": "^4.9.10", |
42 | | - "@types/lodash": "^4.14.182", |
| 40 | + "@commitlint/cli": "^17.3.0", |
| 41 | + "@commitlint/config-conventional": "^17.3.0", |
| 42 | + "@types/echarts": "^4.9.16", |
| 43 | + "@types/lodash": "^4.14.191", |
43 | 44 | "@types/qs": "^6.9.7", |
44 | | - "@types/ws": "^8.2.2", |
45 | | - "@typescript-eslint/eslint-plugin": "^4.29.3", |
46 | | - "@typescript-eslint/parser": "^4.29.3", |
47 | | - "@vitejs/plugin-vue": "^2.3.1", |
| 45 | + "@types/ws": "^8.5.3", |
| 46 | + "@typescript-eslint/eslint-plugin": "^5.47.1", |
| 47 | + "@typescript-eslint/parser": "^5.47.1", |
| 48 | + "@vitejs/plugin-vue": "^3.2.0", |
48 | 49 | "@vitejs/plugin-vue-jsx": "^1.1.7", |
49 | | - "@vue/compiler-sfc": "^3.0.5", |
50 | | - "@vue/eslint-config-typescript": "^11.0.0", |
| 50 | + "@vue/compiler-sfc": "^3.2.45", |
| 51 | + "@vue/eslint-config-typescript": "^11.0.2", |
51 | 52 | "commitizen": "^4.2.4", |
52 | 53 | "cz-conventional-changelog": "^3.3.0", |
53 | | - "eslint": "^7.32.0", |
| 54 | + "eslint": "^8.30.0", |
54 | 55 | "eslint-config-airbnb-base": "^15.0.0", |
55 | | - "eslint-config-prettier": "^8.3.0", |
56 | | - "eslint-plugin-import": "^2.24.2", |
57 | | - "eslint-plugin-prettier": "^4.0.0", |
58 | | - "eslint-plugin-vue": "^9.2.0", |
| 56 | + "eslint-config-prettier": "^8.5.0", |
| 57 | + "eslint-plugin-import": "^2.26.0", |
| 58 | + "eslint-plugin-prettier": "^4.2.1", |
| 59 | + "eslint-plugin-vue": "^9.8.0", |
59 | 60 | "eslint-plugin-vue-scoped-css": "^2.2.0", |
60 | | - "husky": "^7.0.4", |
61 | | - "less": "^4.1.1", |
62 | | - "lint-staged": "^12.1.2", |
| 61 | + "husky": "^8.0.2", |
| 62 | + "less": "^4.1.3", |
| 63 | + "lint-staged": "^13.1.0", |
63 | 64 | "mockjs": "^1.1.0", |
64 | | - "prettier": "^2.4.1", |
65 | | - "stylelint": "~13.13.1", |
66 | | - "stylelint-config-prettier": "~9.0.3", |
67 | | - "stylelint-less": "1.0.1", |
68 | | - "stylelint-order": "~4.1.0", |
69 | | - "typescript": "~4.8.4", |
70 | | - "vite": "^2.7.1", |
| 65 | + "prettier": "^2.8.1", |
| 66 | + "stylelint": "~14.9.1", |
| 67 | + "stylelint-config-prettier": "~9.0.4", |
| 68 | + "stylelint-less": "1.0.6", |
| 69 | + "stylelint-order": "~6.0.1", |
| 70 | + "typescript": "~4.9.4", |
| 71 | + "vite": "^3.0.3", |
71 | 72 | "vite-plugin-mock": "^2.9.6", |
72 | | - "vite-svg-loader": "^3.1.0", |
73 | | - "vue-tsc": "^1.0.8" |
| 73 | + "vite-svg-loader": "^4.0.0", |
| 74 | + "vue-tsc": "^1.0.19" |
74 | 75 | }, |
75 | 76 | "config": { |
76 | 77 | "commitizen": { |
|
0 commit comments