更新依赖

This commit is contained in:
Hooray 2023-02-25 12:16:06 +08:00
parent 9583aae73b
commit 9e723d44df
3 changed files with 415 additions and 362 deletions

View File

@ -16,7 +16,7 @@
"@tinymce/tinymce-vue": "^5.0.0",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"axios": "^1.3.3",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"element-plus": "^2.2.32",
"eruda": "^2.11.2",
@ -27,15 +27,15 @@
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.30",
"pinia": "^2.0.32",
"qs": "^6.11.0",
"tinymce": "^6.3.1",
"tinymce": "^6.3.2",
"vconsole": "^3.15.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@antfu/eslint-config": "^0.35.3",
"@iconify-json/ep": "^1.1.9",
"@iconify/vue": "^4.1.0",
"@types/nprogress": "^0.2.0",
@ -54,17 +54,17 @@
"postcss-html": "^1.5.0",
"sass": "^1.58.3",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.1.0",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^4.4.0",
"svgo": "^3.0.2",
"terser": "^5.16.4",
"terser": "^5.16.5",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.3",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
@ -74,7 +74,7 @@
"vite-plugin-vue-inspector": "^3.3.2",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.1.3"
"vue-tsc": "^1.2.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",

File diff suppressed because it is too large Load Diff

View File

@ -80,5 +80,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}