Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

chore: update dependencies

This commit is contained in:
pany 2025-04-18 19:30:33 +08:00
parent f314c04a59
commit ce9918b21a
3 changed files with 963 additions and 904 deletions

View File

@ -26,36 +26,36 @@
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "8.2.0",
"pinia": "3.0.1",
"pinia": "3.0.2",
"screenfull": "6.0.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vxe-table": "4.6.25"
},
"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",
"@types/path-browserify": "1.0.3",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "4.1.2",
"@vue/test-utils": "2.4.6",
"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",
"sass": "1.78.0",
"typescript": "5.8.2",
"unocss": "66.1.0-beta.7",
"typescript": "5.8.3",
"unocss": "66.1.0-beta.12",
"unplugin-auto-import": "19.1.2",
"unplugin-svg-component": "0.12.1",
"unplugin-vue-components": "28.4.1",
"vite": "6.2.3",
"unplugin-vue-components": "28.5.0",
"vite": "6.3.2",
"vite-svg-loader": "5.1.0",
"vitest": "3.0.9",
"vitest": "3.1.1",
"vue-tsc": "2.2.8"
},
"lint-staged": {

1845
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -87,6 +87,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')
}