xingyu 1 day ago
committed by GitHub
parent
commit
cf5d5cf959
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      internal/vite-config/package.json
  2. 2
      internal/vite-config/src/plugins/license.ts
  3. 1499
      pnpm-lock.yaml
  4. 38
      pnpm-workspace.yaml

1
internal/vite-config/package.json

@ -48,6 +48,7 @@
"@vitejs/plugin-vue-jsx": "catalog:",
"dayjs": "catalog:",
"dotenv": "catalog:",
"rolldown": "catalog:",
"rollup-plugin-visualizer": "catalog:",
"sass": "catalog:",
"sass-embedded": "catalog:",

2
internal/vite-config/src/plugins/license.ts

@ -2,7 +2,7 @@ import type {
NormalizedOutputOptions,
OutputBundle,
OutputChunk,
} from 'rollup';
} from 'rolldown';
import type { PluginOption } from 'vite';
import { EOL } from 'node:os';

1499
pnpm-lock.yaml

File diff suppressed because it is too large

38
pnpm-workspace.yaml

@ -12,6 +12,12 @@ packages:
- scripts/*
- docs
- playground
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'
catalog:
'@ast-grep/napi': ^0.42.0
'@changesets/changelog-github': ^0.6.0
@ -24,7 +30,7 @@ catalog:
'@eslint-community/eslint-plugin-eslint-comments': ^4.7.1
'@eslint/js': ^10.0.1
'@faker-js/faker': ^10.3.0
'@iconify/json': ^2.2.451
'@iconify/json': ^2.2.454
'@iconify/tailwind4': ^1.2.3
'@iconify/vue': ^5.0.0
'@intlify/core-base': ^11.3.0
@ -37,7 +43,7 @@ catalog:
'@stylistic/stylelint-plugin': ^5.0.1
'@tailwindcss/typography': ^0.5.19
'@tailwindcss/vite': ^4.2.2
'@tanstack/vue-query': ^5.92.10
'@tanstack/vue-query': ^5.95.0
'@tanstack/vue-store': ^0.9.2
'@tsdown/css': ^0.21.4
'@types/archiver': ^7.0.0
@ -62,7 +68,7 @@ catalog:
'@vueuse/integrations': ^14.2.1
'@vueuse/motion': ^3.0.3
ant-design-vue: ^4.2.6
antdv-next: ^1.1.5
antdv-next: ^1.1.6
archiver: ^7.0.1
axios: ^1.13.6
axios-mock-adapter: ^2.1.0
@ -83,9 +89,9 @@ catalog:
depcheck: ^1.4.7
dotenv: ^17.3.1
echarts: ^6.0.0
element-plus: ^2.13.5
element-plus: ^2.13.6
es-toolkit: ^1.45.1
eslint: ^10.0.3
eslint: ^10.1.0
eslint-plugin-better-tailwindcss: ^4.3.2
eslint-plugin-command: ^3.5.2
eslint-plugin-jsonc: ^3.1.2
@ -98,9 +104,9 @@ catalog:
eslint-plugin-yml: ^3.3.1
execa: ^9.6.1
find-up: ^8.0.0
get-port: ^7.1.0
get-port: ^7.2.0
globals: ^17.4.0
h3: ^1.15.8
h3: ^1.15.10
happy-dom: ^20.8.4
html-minifier-terser: ^7.2.0
is-ci: ^4.1.0
@ -111,7 +117,7 @@ catalog:
lucide-vue-next: ^0.577.0
medium-zoom: ^1.1.0
naive-ui: ^2.44.1
nitropack: ^2.13.1
nitropack: ^2.13.2
nprogress: ^0.2.0
ora: ^9.3.0
oxfmt: ^0.41.0
@ -130,12 +136,13 @@ catalog:
reka-ui: ^2.9.2
resolve.exports: ^2.0.3
rimraf: ^6.1.3
rolldown: ^1.0.0-rc.10
rollup-plugin-visualizer: ^7.0.1
sass: ^1.98.0
sass-embedded: ^1.98.0
secure-ls: ^2.0.0
sortablejs: ^1.15.7
stylelint: ^17.4.0
stylelint: ^17.5.0
stylelint-config-recess-order: ^7.7.0
stylelint-config-recommended: ^18.0.0
stylelint-config-recommended-scss: ^17.0.0
@ -169,19 +176,12 @@ catalog:
vue-eslint-parser: ^10.4.0
vue-i18n: ^11.3.0
vue-json-viewer: ^3.0.4
vue-router: ^5.0.3
vue-router: ^5.0.4
vue-tippy: ^6.7.1
vue-tsc: ^3.2.6
vxe-pc-ui: ^4.13.10
vxe-table: ^4.18.5
vxe-pc-ui: ^4.13.13
vxe-table: ^4.18.8
watermark-js-plus: ^1.6.3
yaml-eslint-parser: ^2.0.0
zod: ^3.25.76
zod-defaults: 0.1.3
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'

Loading…
Cancel
Save