Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
This commit is contained in:
commit
55611a1eb4
@ -139,12 +139,12 @@ type ApplicationOptions = ApplicationPluginOptions;
|
||||
|
||||
type LibraryOptions = LibraryPluginOptions;
|
||||
|
||||
type DefineApplicationOptions = (config: ConfigEnv) => Promise<{
|
||||
type DefineApplicationOptions = (config?: ConfigEnv) => Promise<{
|
||||
application?: ApplicationOptions;
|
||||
vite?: UserConfig;
|
||||
}>;
|
||||
|
||||
type DefineLibraryOptions = (config: ConfigEnv) => Promise<{
|
||||
type DefineLibraryOptions = (config?: ConfigEnv) => Promise<{
|
||||
library?: LibraryOptions;
|
||||
vite?: UserConfig;
|
||||
}>;
|
||||
|
@ -22,20 +22,20 @@ catalog:
|
||||
'@ctrl/tinycolor': ^4.1.0
|
||||
'@eslint/js': ^9.12.0
|
||||
'@faker-js/faker': ^9.0.3
|
||||
'@iconify/json': ^2.2.258
|
||||
'@iconify/json': ^2.2.259
|
||||
'@iconify/tailwind': ^1.1.3
|
||||
'@iconify/vue': ^4.1.2
|
||||
'@intlify/core-base': ^10.0.4
|
||||
'@intlify/unplugin-vue-i18n': ^5.2.0
|
||||
'@jspm/generator': ^2.3.1
|
||||
'@manypkg/get-packages': ^2.2.2
|
||||
'@nolebase/vitepress-plugin-git-changelog': ^2.6.0
|
||||
'@nolebase/vitepress-plugin-git-changelog': ^2.6.1
|
||||
'@playwright/test': ^1.48.0
|
||||
'@pnpm/workspace.read-manifest': ^2.2.1
|
||||
'@stylistic/stylelint-plugin': ^3.1.1
|
||||
'@tailwindcss/nesting': 0.0.0-insiders.565cd3e
|
||||
'@tailwindcss/typography': ^0.5.15
|
||||
'@tanstack/vue-query': ^5.59.6
|
||||
'@tanstack/vue-query': ^5.59.13
|
||||
'@tanstack/vue-store': ^0.5.5
|
||||
'@types/archiver': ^6.0.2
|
||||
'@types/chalk': ^2.2.0
|
||||
@ -54,8 +54,8 @@ catalog:
|
||||
'@vite-pwa/vitepress': ^0.5.3
|
||||
'@vitejs/plugin-vue': ^5.1.4
|
||||
'@vitejs/plugin-vue-jsx': ^4.0.1
|
||||
'@vue/reactivity': ^3.5.11
|
||||
'@vue/shared': ^3.5.11
|
||||
'@vue/reactivity': ^3.5.12
|
||||
'@vue/shared': ^3.5.12
|
||||
'@vue/test-utils': ^2.4.6
|
||||
'@vueuse/core': ^11.1.0
|
||||
'@vueuse/integrations': ^11.1.0
|
||||
@ -73,7 +73,7 @@ catalog:
|
||||
commitlint-plugin-function-rules: ^4.0.0
|
||||
consola: ^3.2.3
|
||||
cross-env: ^7.0.3
|
||||
cspell: ^8.14.4
|
||||
cspell: ^8.15.1
|
||||
cssnano: ^7.0.6
|
||||
cz-git: ^1.10.1
|
||||
czg: ^1.10.1
|
||||
@ -82,13 +82,13 @@ catalog:
|
||||
depcheck: ^1.4.7
|
||||
dotenv: ^16.4.5
|
||||
echarts: ^5.5.1
|
||||
element-plus: ^2.8.4
|
||||
element-plus: ^2.8.5
|
||||
eslint: ^9.12.0
|
||||
eslint-config-turbo: ^2.1.3
|
||||
eslint-plugin-command: ^0.2.6
|
||||
eslint-plugin-eslint-comments: ^3.2.0
|
||||
eslint-plugin-import-x: ^4.3.1
|
||||
eslint-plugin-jsdoc: ^50.3.1
|
||||
eslint-plugin-jsdoc: ^50.3.2
|
||||
eslint-plugin-jsonc: ^2.16.0
|
||||
eslint-plugin-n: ^17.11.1
|
||||
eslint-plugin-no-only-tests: ^3.3.0
|
||||
@ -98,7 +98,7 @@ catalog:
|
||||
eslint-plugin-unicorn: ^56.0.0
|
||||
eslint-plugin-unused-imports: ^4.1.4
|
||||
eslint-plugin-vitest: ^0.5.4
|
||||
eslint-plugin-vue: ^9.28.0
|
||||
eslint-plugin-vue: ^9.29.0
|
||||
execa: ^9.4.0
|
||||
find-up: ^7.0.0
|
||||
get-port: ^7.1.0
|
||||
@ -112,7 +112,7 @@ catalog:
|
||||
jsonwebtoken: ^9.0.2
|
||||
lint-staged: ^15.2.10
|
||||
lodash.clonedeep: ^4.5.0
|
||||
lucide-vue-next: ^0.451.0
|
||||
lucide-vue-next: ^0.452.0
|
||||
medium-zoom: ^1.1.0
|
||||
naive-ui: ^2.40.1
|
||||
nanoid: ^5.0.7
|
||||
@ -138,9 +138,9 @@ catalog:
|
||||
rimraf: ^6.0.1
|
||||
rollup: ^4.24.0
|
||||
rollup-plugin-visualizer: ^5.12.0
|
||||
sass: ^1.79.4
|
||||
sass: ^1.79.5
|
||||
sortablejs: ^1.15.3
|
||||
stylelint: ^16.9.0
|
||||
stylelint: ^16.10.0
|
||||
stylelint-config-recess-order: ^5.1.1
|
||||
stylelint-config-recommended: ^14.0.1
|
||||
stylelint-config-recommended-scss: ^14.1.0
|
||||
@ -169,7 +169,7 @@ catalog:
|
||||
vitepress: ^1.4.0
|
||||
vitepress-plugin-group-icons: ^1.2.4
|
||||
vitest: ^2.1.2
|
||||
vue: ^3.5.11
|
||||
vue: ^3.5.12
|
||||
vue-eslint-parser: ^9.4.3
|
||||
vue-i18n: ^10.0.4
|
||||
vue-router: ^4.4.5
|
||||
|
Loading…
Reference in New Issue
Block a user