Skip to content

Commit

Permalink
chore: 每周依赖更新
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhao1999 committed Aug 5, 2022
1 parent 49be169 commit 30fbc3f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 43 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@vee-validate/i18n": "^4.6.2",
"@vee-validate/rules": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vueuse/core": "^9.0.2",
"@vueuse/core": "^9.1.0",
"@wangeditor/editor": "^5.1.14",
"@wangeditor/editor-for-vue": "^5.1.11",
"animate.css": "^4.1.1",
Expand Down Expand Up @@ -70,12 +70,12 @@
"prettier": "^2.7.1",
"rollup": "^2.77.2",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.54.0",
"sass": "^1.54.3",
"tailwindcss": "^3.1.7",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.10.3",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.21.2",
"unplugin-vue-components": "^0.22.0",
"vite": "^3.0.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
Expand All @@ -94,8 +94,7 @@
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"prettier --write",
"git add"
"prettier --write"
]
}
}
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ declare module "@vue/runtime-core" {
ElCheckbox: typeof import("element-plus/es")["ElCheckbox"];
ElCheckboxGroup: typeof import("element-plus/es")["ElCheckboxGroup"];
ElCol: typeof import("element-plus/es")["ElCol"];
ElColorPicker: typeof import("element-plus/es")["ElColorPicker"];
ElConfigProvider: typeof import("element-plus/es")["ElConfigProvider"];
ElContainer: typeof import("element-plus/es")["ElContainer"];
ElDialog: typeof import("element-plus/es")["ElDialog"];
Expand All @@ -39,6 +40,7 @@ declare module "@vue/runtime-core" {
ElSelect: typeof import("element-plus/es")["ElSelect"];
ElSpace: typeof import("element-plus/es")["ElSpace"];
ElSubMenu: typeof import("element-plus/es")["ElSubMenu"];
ElSwitch: typeof import("element-plus/es")["ElSwitch"];
ElTable: typeof import("element-plus/es")["ElTable"];
ElTableColumn: typeof import("element-plus/es")["ElTableColumn"];
ElTag: typeof import("element-plus/es")["ElTag"];
Expand All @@ -50,10 +52,12 @@ declare module "@vue/runtime-core" {
IMdiFullscreen: typeof import("~icons/mdi/fullscreen")["default"];
IMdiFullscreenExit: typeof import("~icons/mdi/fullscreen-exit")["default"];
IMdiGoogleTranslate: typeof import("~icons/mdi/google-translate")["default"];
IMdiQqchat: typeof import("~icons/mdi/qqchat")["default"];
IMdiRefresh: typeof import("~icons/mdi/refresh")["default"];
IMdiTrendingDown: typeof import("~icons/mdi/trending-down")["default"];
IMdiTrendingUp: typeof import("~icons/mdi/trending-up")["default"];
IMdiWeatherNight: typeof import("~icons/mdi/weather-night")["default"];
IMdiWechat: typeof import("~icons/mdi/wechat")["default"];
IMdiWhiteBalanceSunny: typeof import("~icons/mdi/white-balance-sunny")["default"];
Panel: typeof import("./../src/components/Panel.vue")["default"];
RouterLink: typeof import("vue-router")["RouterLink"];
Expand Down

0 comments on commit 30fbc3f

Please sign in to comment.