chore: update dependencies

This commit is contained in:
pany
2025-04-18 15:06:43 +08:00
parent 1057c9b1ce
commit aac0f92c6b
3 changed files with 988 additions and 929 deletions

View File

@@ -21,40 +21,40 @@
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"normalize.css": "8.0.1",
"pinia": "3.0.1",
"unocss": "66.1.0-beta.7",
"vant": "4.9.18",
"pinia": "3.0.2",
"unocss": "66.1.0-beta.11",
"vant": "4.9.19",
"vconsole": "3.15.1",
"vue": "3.5.13",
"vue-i18n": "11.1.2",
"vue-i18n": "11.1.3",
"vue-router": "4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "4.11.0",
"@antfu/eslint-config": "4.12.0",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "22.13.14",
"@types/node": "22.14.1",
"@types/nprogress": "0.2.3",
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
"@unocss/preset-rem-to-px": "66.1.0-beta.11",
"@vant/auto-import-resolver": "1.3.0",
"@vitejs/plugin-legacy": "6.0.2",
"@vitejs/plugin-legacy": "6.1.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.21",
"eslint": "9.23.0",
"eslint": "9.24.0",
"eslint-plugin-format": "1.0.1",
"happy-dom": "17.4.4",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"lint-staged": "15.5.1",
"nprogress": "0.2.0",
"postcss-mobile-forever": "5.0.0",
"typescript": "5.8.2",
"typescript": "5.8.3",
"unplugin-auto-import": "19.1.2",
"unplugin-vue-components": "28.4.1",
"vite": "6.2.3",
"vite-plugin-pwa": "0.21.2",
"unplugin-vue-components": "28.5.0",
"vite": "6.3.2",
"vite-plugin-pwa": "1.0.0",
"vite-svg-loader": "5.1.0",
"vitest": "3.0.9",
"vitest": "3.1.1",
"vue-tsc": "2.2.8"
},
"lint-staged": {

1885
pnpm-lock.yaml generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -84,6 +84,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}