chore: update deps

This commit is contained in:
Netfan 2025-01-10 09:22:32 +08:00
parent d34838bdd8
commit e10cbe23b9
4 changed files with 949 additions and 588 deletions

View File

@ -99,7 +99,7 @@
"node": ">=20.10.0", "node": ">=20.10.0",
"pnpm": ">=9.12.0" "pnpm": ">=9.12.0"
}, },
"packageManager": "pnpm@9.15.2", "packageManager": "pnpm@9.15.3",
"pnpm": { "pnpm": {
"peerDependencyRules": { "peerDependencyRules": {
"allowedVersions": { "allowedVersions": {

View File

@ -144,7 +144,7 @@ export function useTabsViewScroll(props: TabsProps) {
function handleWheel({ deltaY }: WheelEvent) { function handleWheel({ deltaY }: WheelEvent) {
scrollViewportEl.value?.scrollBy({ scrollViewportEl.value?.scrollBy({
behavior: 'smooth', // behavior: 'smooth',
left: deltaY * 3, left: deltaY * 3,
}); });
} }

1483
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -17,26 +17,26 @@ catalog:
'@changesets/changelog-github': ^0.5.0 '@changesets/changelog-github': ^0.5.0
'@changesets/cli': ^2.27.11 '@changesets/cli': ^2.27.11
'@changesets/git': ^3.0.2 '@changesets/git': ^3.0.2
'@clack/prompts': ^0.9.0 '@clack/prompts': ^0.9.1
'@commitlint/cli': ^19.6.1 '@commitlint/cli': ^19.6.1
'@commitlint/config-conventional': ^19.6.0 '@commitlint/config-conventional': ^19.6.0
'@ctrl/tinycolor': ^4.1.0 '@ctrl/tinycolor': ^4.1.0
'@eslint/js': ^9.17.0 '@eslint/js': ^9.17.0
'@faker-js/faker': ^9.3.0 '@faker-js/faker': ^9.3.0
'@iconify/json': ^2.2.290 '@iconify/json': ^2.2.293
'@iconify/tailwind': ^1.2.0 '@iconify/tailwind': ^1.2.0
'@iconify/vue': ^4.2.0 '@iconify/vue': ^4.3.0
'@intlify/core-base': ^11.0.1 '@intlify/core-base': ^11.0.1
'@intlify/unplugin-vue-i18n': ^6.0.3 '@intlify/unplugin-vue-i18n': ^6.0.3
'@jspm/generator': ^2.4.1 '@jspm/generator': ^2.4.2
'@manypkg/get-packages': ^2.2.2 '@manypkg/get-packages': ^2.2.2
'@nolebase/vitepress-plugin-git-changelog': ^2.12.0 '@nolebase/vitepress-plugin-git-changelog': ^2.12.0
'@playwright/test': ^1.49.1 '@playwright/test': ^1.49.1
'@pnpm/workspace.read-manifest': ^1000.0.1 '@pnpm/workspace.read-manifest': ^1000.0.1
'@stylistic/stylelint-plugin': ^3.1.1 '@stylistic/stylelint-plugin': ^3.1.1
'@tailwindcss/nesting': 0.0.0-insiders.565cd3e '@tailwindcss/nesting': 0.0.0-insiders.565cd3e
'@tailwindcss/typography': ^0.5.15 '@tailwindcss/typography': ^0.5.16
'@tanstack/vue-query': ^5.62.9 '@tanstack/vue-query': ^5.62.16
'@tanstack/vue-store': ^0.7.0 '@tanstack/vue-store': ^0.7.0
'@types/archiver': ^6.0.3 '@types/archiver': ^6.0.3
'@types/eslint': ^9.6.1 '@types/eslint': ^9.6.1
@ -45,13 +45,13 @@ catalog:
'@types/lodash.clonedeep': ^4.5.9 '@types/lodash.clonedeep': ^4.5.9
'@types/lodash.get': ^4.4.9 '@types/lodash.get': ^4.4.9
'@types/lodash.isequal': ^4.5.8 '@types/lodash.isequal': ^4.5.8
'@types/node': ^22.10.3 '@types/node': ^22.10.5
'@types/nprogress': ^0.2.3 '@types/nprogress': ^0.2.3
'@types/postcss-import': ^14.0.3 '@types/postcss-import': ^14.0.3
'@types/qrcode': ^1.5.5 '@types/qrcode': ^1.5.5
'@types/sortablejs': ^1.15.8 '@types/sortablejs': ^1.15.8
'@typescript-eslint/eslint-plugin': ^8.19.0 '@typescript-eslint/eslint-plugin': ^8.19.1
'@typescript-eslint/parser': ^8.19.0 '@typescript-eslint/parser': ^8.19.1
'@vee-validate/zod': ^4.15.0 '@vee-validate/zod': ^4.15.0
'@vite-pwa/vitepress': ^0.5.3 '@vite-pwa/vitepress': ^0.5.3
'@vitejs/plugin-vue': ^5.2.1 '@vitejs/plugin-vue': ^5.2.1
@ -59,8 +59,8 @@ catalog:
'@vue/reactivity': ^3.5.13 '@vue/reactivity': ^3.5.13
'@vue/shared': ^3.5.13 '@vue/shared': ^3.5.13
'@vue/test-utils': ^2.4.6 '@vue/test-utils': ^2.4.6
'@vueuse/core': ^12.2.0 '@vueuse/core': ^12.3.0
'@vueuse/integrations': ^12.2.0 '@vueuse/integrations': ^12.3.0
ant-design-vue: ^4.2.6 ant-design-vue: ^4.2.6
archiver: ^7.0.1 archiver: ^7.0.1
autoprefixer: ^10.4.20 autoprefixer: ^10.4.20
@ -84,7 +84,7 @@ catalog:
depcheck: ^1.4.7 depcheck: ^1.4.7
dotenv: ^16.4.7 dotenv: ^16.4.7
echarts: ^5.6.0 echarts: ^5.6.0
element-plus: ^2.9.1 element-plus: ^2.9.2
eslint: ^9.17.0 eslint: ^9.17.0
eslint-config-turbo: ^2.3.3 eslint-config-turbo: ^2.3.3
eslint-plugin-command: ^0.2.7 eslint-plugin-command: ^0.2.7
@ -94,7 +94,7 @@ catalog:
eslint-plugin-jsonc: ^2.18.2 eslint-plugin-jsonc: ^2.18.2
eslint-plugin-n: ^17.15.1 eslint-plugin-n: ^17.15.1
eslint-plugin-no-only-tests: ^3.3.0 eslint-plugin-no-only-tests: ^3.3.0
eslint-plugin-perfectionist: ^4.4.0 eslint-plugin-perfectionist: ^4.6.0
eslint-plugin-prettier: ^5.2.1 eslint-plugin-prettier: ^5.2.1
eslint-plugin-regexp: ^2.7.0 eslint-plugin-regexp: ^2.7.0
eslint-plugin-unicorn: ^56.0.1 eslint-plugin-unicorn: ^56.0.1
@ -106,7 +106,7 @@ catalog:
get-port: ^7.1.0 get-port: ^7.1.0
globals: ^15.14.0 globals: ^15.14.0
h3: ^1.13.0 h3: ^1.13.0
happy-dom: ^16.2.9 happy-dom: ^16.5.3
html-minifier-terser: ^7.2.0 html-minifier-terser: ^7.2.0
husky: ^9.1.7 husky: ^9.1.7
is-ci: ^4.1.0 is-ci: ^4.1.0
@ -118,7 +118,7 @@ catalog:
lodash.isequal: ^4.5.0 lodash.isequal: ^4.5.0
lucide-vue-next: ^0.469.0 lucide-vue-next: ^0.469.0
medium-zoom: ^1.1.0 medium-zoom: ^1.1.0
naive-ui: ^2.40.4 naive-ui: ^2.41.0
nitropack: ^2.10.4 nitropack: ^2.10.4
nprogress: ^0.2.0 nprogress: ^0.2.0
ora: ^8.1.1 ora: ^8.1.1
@ -139,9 +139,9 @@ catalog:
radix-vue: ^1.9.12 radix-vue: ^1.9.12
resolve.exports: ^2.0.3 resolve.exports: ^2.0.3
rimraf: ^6.0.1 rimraf: ^6.0.1
rollup: ^4.29.1 rollup: ^4.30.1
rollup-plugin-visualizer: ^5.13.1 rollup-plugin-visualizer: ^5.14.0
sass: ^1.83.0 sass: ^1.83.1
sortablejs: ^1.15.6 sortablejs: ^1.15.6
stylelint: ^16.12.0 stylelint: ^16.12.0
stylelint-config-recess-order: ^5.1.1 stylelint-config-recess-order: ^5.1.1
@ -157,27 +157,27 @@ catalog:
tailwindcss-animate: ^1.0.7 tailwindcss-animate: ^1.0.7
theme-colors: ^0.1.0 theme-colors: ^0.1.0
turbo: ^2.3.3 turbo: ^2.3.3
typescript: ^5.7.2 typescript: ^5.7.3
unbuild: ^3.2.0 unbuild: ^3.2.0
unplugin-element-plus: ^0.9.0 unplugin-element-plus: ^0.9.0
vee-validate: ^4.15.0 vee-validate: ^4.15.0
vite: ^6.0.6 vite: ^6.0.7
vite-plugin-compression: ^0.5.1 vite-plugin-compression: ^0.5.1
vite-plugin-dts: ^4.3.0 vite-plugin-dts: ^4.4.0
vite-plugin-html: ^3.2.2 vite-plugin-html: ^3.2.2
vite-plugin-lazy-import: ^1.0.7 vite-plugin-lazy-import: ^1.0.7
vite-plugin-pwa: ^0.21.1 vite-plugin-pwa: ^0.21.1
vite-plugin-vue-devtools: ^7.6.8 vite-plugin-vue-devtools: ^7.7.0
vitepress: ^1.5.0 vitepress: ^1.5.0
vitepress-plugin-group-icons: ^1.3.2 vitepress-plugin-group-icons: ^1.3.3
vitest: ^2.1.8 vitest: ^2.1.8
vue: ^3.5.13 vue: ^3.5.13
vue-eslint-parser: ^9.4.3 vue-eslint-parser: ^9.4.3
vue-i18n: ^11.0.1 vue-i18n: ^11.0.1
vue-router: ^4.5.0 vue-router: ^4.5.0
vue-tsc: 2.1.10 vue-tsc: 2.1.10
vxe-pc-ui: ^4.3.55 vxe-pc-ui: ^4.3.67
vxe-table: ^4.10.0 vxe-table: ^4.10.5
watermark-js-plus: ^1.5.7 watermark-js-plus: ^1.5.7
zod: ^3.24.1 zod: ^3.24.1
zod-defaults: ^0.1.3 zod-defaults: ^0.1.3