|
33 | 33 | "dependencies": {
|
34 | 34 | "@element-plus/icons-vue": "^2.0.6",
|
35 | 35 | "@vant/touch-emulator": "^1.3.2",
|
36 |
| - "@vueuse/core": "^8.7.5", |
37 |
| - "@vueuse/integrations": "^8.7.5", |
| 36 | + "@vueuse/core": "^8.9.1", |
| 37 | + "@vueuse/integrations": "^8.9.1", |
38 | 38 | "animate.css": "^4.1.1",
|
39 | 39 | "axios": "^0.27.2",
|
40 | 40 | "dayjs": "^1.11.3",
|
41 | 41 | "dexie": "^3.2.2",
|
42 |
| - "element-plus": "2.2.8", |
| 42 | + "element-plus": "2.2.9", |
43 | 43 | "lodash-es": "^4.17.21",
|
44 | 44 | "monaco-editor": "^0.33.0",
|
45 | 45 | "nanoid": "^4.0.0",
|
|
57 | 57 | "@commitlint/cli": "^17.0.3",
|
58 | 58 | "@commitlint/config-conventional": "^17.0.3",
|
59 | 59 | "@types/lodash-es": "^4.17.6",
|
60 |
| - "@types/node": "^18.0.0", |
61 |
| - "@typescript-eslint/eslint-plugin": "^5.30.3", |
62 |
| - "@typescript-eslint/parser": "^5.30.3", |
| 60 | + "@types/node": "^18.0.3", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.30.5", |
| 62 | + "@typescript-eslint/parser": "^5.30.5", |
63 | 63 | "@vitejs/plugin-legacy": "^1.8.2",
|
64 | 64 | "@vitejs/plugin-vue": "^2.3.3",
|
65 | 65 | "@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
71 | 71 | "eslint-define-config": "^1.5.1",
|
72 | 72 | "eslint-plugin-import": "^2.26.0",
|
73 | 73 | "eslint-plugin-prettier": "^4.2.1",
|
74 |
| - "eslint-plugin-vue": "^9.1.1", |
| 74 | + "eslint-plugin-vue": "^9.2.0", |
75 | 75 | "husky": "^8.0.1",
|
76 |
| - "lint-staged": "^13.0.3", |
| 76 | + "lint-staged": "^12.5.0", |
77 | 77 | "postcss": "^8.4.14",
|
78 |
| - "postcss-html": "^1.4.1", |
| 78 | + "postcss-html": "^1.5.0", |
79 | 79 | "postcss-scss": "^4.0.4",
|
80 | 80 | "prettier": "^2.7.1",
|
81 | 81 | "pretty-quick": "^3.1.3",
|
82 | 82 | "rimraf": "^3.0.2",
|
83 | 83 | "sass": "1.53.0",
|
84 | 84 | "stylelint": "^14.9.1",
|
85 |
| - "stylelint-config-html": "^1.0.0", |
| 85 | + "stylelint-config-html": "^1.1.0", |
86 | 86 | "stylelint-config-prettier": "^9.0.3",
|
87 | 87 | "stylelint-config-recommended": "^8.0.0",
|
88 | 88 | "stylelint-config-standard": "^26.0.0",
|
89 | 89 | "stylelint-order": "^5.0.0",
|
90 |
| - "stylelint-scss": "^4.2.0", |
| 90 | + "stylelint-scss": "^4.3.0", |
91 | 91 | "typescript": "^4.7.4",
|
92 | 92 | "unplugin-auto-import": "^0.9.2",
|
93 |
| - "unplugin-vue-components": "^0.21.0", |
94 |
| - "unplugin-vue-define-options": "^0.6.1", |
95 |
| - "vite": "2.9.13", |
96 |
| - "vite-plugin-checker": "^0.4.7", |
| 93 | + "unplugin-vue-components": "^0.21.1", |
| 94 | + "unplugin-vue-define-options": "^0.6.2", |
| 95 | + "vite": "2.9.14", |
| 96 | + "vite-plugin-checker": "^0.4.8", |
97 | 97 | "vite-plugin-windicss": "^1.8.6",
|
98 | 98 | "vue-eslint-parser": "^9.0.3",
|
99 |
| - "vue-tsc": "^0.38.2", |
| 99 | + "vue-tsc": "^0.38.3", |
100 | 100 | "windicss": "^3.5.6"
|
101 | 101 | },
|
102 | 102 | "repository": {
|
|
0 commit comments