|
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | 23 | "@vant/touch-emulator":"^1.3.2", |
24 | | -"@vueuse/core":"^5.3.0", |
25 | | -"@vueuse/integrations":"^5.3.0", |
| 24 | +"@vueuse/core":"^6.2.1", |
| 25 | +"@vueuse/integrations":"^6.2.1", |
26 | 26 | "animate.css":"^4.1.1", |
27 | | -"axios":"^0.21.1", |
| 27 | +"axios":"^0.21.4", |
28 | 28 | "dayjs":"^1.10.6", |
29 | 29 | "dexie":"^3.0.3", |
30 | | -"element-plus":"1.0.2-beta.70", |
| 30 | +"element-plus":"1.1.0-beta.9", |
31 | 31 | "lodash":"^4.17.21", |
32 | | -"monaco-editor":"^0.26.1", |
| 32 | +"monaco-editor":"^0.27.0", |
33 | 33 | "nanoid":"^3.1.25", |
34 | 34 | "normalize.css":"^8.0.1", |
35 | 35 | "nprogress":"^1.0.0-1", |
36 | 36 | "qrcode":"^1.4.4", |
37 | 37 | "qs":"^6.10.1", |
38 | | -"vant":"3.2.0", |
39 | | -"vue":"3.2.2", |
| 38 | +"vant":"3.2.2", |
| 39 | +"vue":"3.2.9", |
40 | 40 | "vue-router":"^4.0.11", |
41 | | -"vuedraggable":"^4.0.3", |
| 41 | +"vuedraggable":"^4.1.0", |
42 | 42 | "vuex":"^4.0.2" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@commitlint/cli":"^13.1.0", |
46 | 46 | "@commitlint/config-conventional":"^13.1.0", |
47 | | -"@types/node":"^16.6.0", |
48 | | -"@typescript-eslint/eslint-plugin":"^4.29.1", |
49 | | -"@typescript-eslint/parser":"^4.29.1", |
50 | | -"@vitejs/plugin-legacy":"^1.5.1", |
51 | | -"@vitejs/plugin-vue":"^1.4.0", |
| 47 | +"@types/lodash":"^4.14.172", |
| 48 | +"@types/node":"^16.7.12", |
| 49 | +"@typescript-eslint/eslint-plugin":"^4.31.0", |
| 50 | +"@typescript-eslint/parser":"^4.31.0", |
| 51 | +"@vitejs/plugin-legacy":"^1.5.2", |
| 52 | +"@vitejs/plugin-vue":"^1.6.1", |
52 | 53 | "@vitejs/plugin-vue-jsx":"^1.1.7", |
53 | | -"@vue/compiler-sfc":"3.2.2", |
| 54 | +"@vue/compiler-sfc":"3.2.9", |
54 | 55 | "commitizen":"^4.2.4", |
55 | 56 | "cross-env":"^7.0.3", |
56 | 57 | "cz-conventional-changelog":"^3.3.0", |
57 | 58 | "cz-customizable":"^6.3.0", |
58 | 59 | "eslint":"^7.32.0", |
59 | 60 | "eslint-config-prettier":"^8.3.0", |
60 | | -"eslint-plugin-import":"^2.24.0", |
61 | | -"eslint-plugin-prettier":"^3.4.0", |
62 | | -"eslint-plugin-vue":"^7.16.0", |
| 61 | +"eslint-plugin-import":"^2.24.2", |
| 62 | +"eslint-plugin-prettier":"^4.0.0", |
| 63 | +"eslint-plugin-vue":"^7.17.0", |
63 | 64 | "gh-pages":"^3.2.3", |
64 | | -"husky":"^7.0.1", |
| 65 | +"husky":"^7.0.2", |
65 | 66 | "lint-staged":"^11.1.2", |
66 | 67 | "prettier":"^2.3.2", |
67 | 68 | "pretty-quick":"^3.1.1", |
68 | | -"sass":"1.37.5", |
| 69 | +"sass":"1.39.0", |
69 | 70 | "stylelint":"^13.13.1", |
70 | 71 | "stylelint-config-prettier":"^8.0.2", |
71 | 72 | "stylelint-config-standard":"^22.0.0", |
72 | 73 | "stylelint-order":"^4.1.0", |
73 | | -"typescript":"^4.3.5", |
74 | | -"vite":"2.4.4", |
75 | | -"vite-plugin-components":"^0.13.2", |
76 | | -"vite-plugin-style-import":"^1.1.1", |
77 | | -"vite-plugin-windicss":"^1.2.7", |
78 | | -"vue-eslint-parser":"^7.10.0", |
79 | | -"vue-tsc":"^0.2.2", |
| 74 | +"stylelint-scss":"^3.20.1", |
| 75 | +"typescript":"^4.4.2", |
| 76 | +"vite":"2.5.3", |
| 77 | +"vite-plugin-components":"^0.13.3", |
| 78 | +"vite-plugin-element-plus":"^0.0.12", |
| 79 | +"vite-plugin-windicss":"^1.4.1", |
| 80 | +"vue-eslint-parser":"^7.11.0", |
| 81 | +"vue-tsc":"^0.3.0", |
80 | 82 | "windicss":"^3.1.7" |
81 | 83 | }, |
82 | 84 | "repository": { |
|