diff --git a/apps/web-ele/package.json b/apps/web-ele/package.json index 750d7010..43015695 100644 --- a/apps/web-ele/package.json +++ b/apps/web-ele/package.json @@ -1,6 +1,6 @@ { "name": "@vben/web-ele", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://vben.pro", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/apps/web-ele/src/adapter/component/index.ts b/apps/web-ele/src/adapter/component/index.ts index a819535a..468c57f2 100644 --- a/apps/web-ele/src/adapter/component/index.ts +++ b/apps/web-ele/src/adapter/component/index.ts @@ -15,6 +15,7 @@ import { ElButton, ElCheckbox, ElCheckboxGroup, + ElDatePicker, ElDivider, ElInput, ElInputNumber, @@ -79,6 +80,7 @@ async function initComponentAdapter() { Space: ElSpace, Switch: ElSwitch, TimePicker: ElTimePicker, + DatePicker: ElDatePicker, TreeSelect: withDefaultPlaceholder(ElTreeSelect, 'select'), Upload: ElUpload, }; diff --git a/apps/web-naive/package.json b/apps/web-naive/package.json index 7a223bc7..0710c341 100644 --- a/apps/web-naive/package.json +++ b/apps/web-naive/package.json @@ -1,6 +1,6 @@ { "name": "@vben/web-naive", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://vben.pro", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/docs/.vitepress/config/zh.mts b/docs/.vitepress/config/zh.mts index fea3a3dd..6b31658e 100644 --- a/docs/.vitepress/config/zh.mts +++ b/docs/.vitepress/config/zh.mts @@ -124,7 +124,7 @@ function sidebarCommercial(): DefaultTheme.SidebarItem[] { return [ { link: 'community', - text: '社区', + text: '交流群', }, { link: 'technical-support', @@ -266,7 +266,7 @@ function nav(): DefaultTheme.NavItem[] { }, { link: '/commercial/community', - text: '👨‍👦‍👦 社区', + text: '👨‍👦‍👦 交流群', // items: [ // { // link: 'https://qun.qq.com/qqweb/qunpro/share?_wv=3&_wwv=128&appChannel=share&inviteCode=22ySzj7pKiw&businessType=9&from=246610&biz=ka&mainSourceId=share&subSourceId=others&jumpsource=shorturl#/pc', diff --git a/docs/package.json b/docs/package.json index edf71519..15a87bb9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@vben/docs", - "version": "5.4.7", + "version": "5.4.8", "private": true, "scripts": { "build": "vitepress build", diff --git a/docs/src/commercial/community.md b/docs/src/commercial/community.md index 899d030d..c5b7b7db 100644 --- a/docs/src/commercial/community.md +++ b/docs/src/commercial/community.md @@ -20,7 +20,10 @@ ::: tip -因为微信群人数有限制,加微信群前,你可以通过[赞助](../sponsor/personal.md)任意金额,主动发送截图给作者,备注`加入微信群`即可。 +因为微信群人数有限制,加微信群要求: + +- 通过[赞助](../sponsor/personal.md)任意金额。 +- 发送赞助`截图`,备注`加入微信群`即可。 ::: diff --git a/internal/lint-configs/commitlint-config/package.json b/internal/lint-configs/commitlint-config/package.json index 4bc45269..6679a662 100644 --- a/internal/lint-configs/commitlint-config/package.json +++ b/internal/lint-configs/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@vben/commitlint-config", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/internal/lint-configs/stylelint-config/package.json b/internal/lint-configs/stylelint-config/package.json index e9b9b00e..c9e8cf53 100644 --- a/internal/lint-configs/stylelint-config/package.json +++ b/internal/lint-configs/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@vben/stylelint-config", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/internal/node-utils/package.json b/internal/node-utils/package.json index 73282472..0cd1eaa3 100644 --- a/internal/node-utils/package.json +++ b/internal/node-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vben/node-utils", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/internal/tailwind-config/package.json b/internal/tailwind-config/package.json index 872a9dc4..004ae0bc 100644 --- a/internal/tailwind-config/package.json +++ b/internal/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@vben/tailwind-config", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/internal/tsconfig/package.json b/internal/tsconfig/package.json index 8389872a..d6bae623 100644 --- a/internal/tsconfig/package.json +++ b/internal/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@vben/tsconfig", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/internal/vite-config/package.json b/internal/vite-config/package.json index a247e6ec..2d68b95b 100644 --- a/internal/vite-config/package.json +++ b/internal/vite-config/package.json @@ -1,6 +1,6 @@ { "name": "@vben/vite-config", - "version": "5.4.7", + "version": "5.4.8", "private": true, "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", diff --git a/package.json b/package.json index f35abe72..220ac0c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-monorepo", - "version": "5.4.7", + "version": "5.4.8", "private": true, "keywords": [ "monorepo", @@ -99,7 +99,7 @@ "node": ">=20.10.0", "pnpm": ">=9.12.0" }, - "packageManager": "pnpm@9.13.2", + "packageManager": "pnpm@9.14.2", "pnpm": { "peerDependencyRules": { "allowedVersions": { diff --git a/packages/@core/base/design/package.json b/packages/@core/base/design/package.json index cb39f1e6..cbe5159c 100644 --- a/packages/@core/base/design/package.json +++ b/packages/@core/base/design/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/design", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/base/icons/package.json b/packages/@core/base/icons/package.json index c3cdb2d2..bc13a58e 100644 --- a/packages/@core/base/icons/package.json +++ b/packages/@core/base/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/icons", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/base/shared/package.json b/packages/@core/base/shared/package.json index 736b08c2..15ba9010 100644 --- a/packages/@core/base/shared/package.json +++ b/packages/@core/base/shared/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/shared", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { @@ -81,13 +81,11 @@ "dependencies": { "@ctrl/tinycolor": "catalog:", "@tanstack/vue-store": "catalog:", - "@types/lodash.get": "catalog:", "@vue/shared": "catalog:", "clsx": "catalog:", "dayjs": "catalog:", "defu": "catalog:", "lodash.clonedeep": "catalog:", - "lodash.get": "catalog:", "nprogress": "catalog:", "tailwind-merge": "catalog:", "theme-colors": "catalog:" diff --git a/packages/@core/base/typings/package.json b/packages/@core/base/typings/package.json index 148a2a3f..d7b940a5 100644 --- a/packages/@core/base/typings/package.json +++ b/packages/@core/base/typings/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/typings", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/composables/package.json b/packages/@core/composables/package.json index 56f97cd7..bac20580 100644 --- a/packages/@core/composables/package.json +++ b/packages/@core/composables/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/composables", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/preferences/package.json b/packages/@core/preferences/package.json index 644c341a..1fc76048 100644 --- a/packages/@core/preferences/package.json +++ b/packages/@core/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/preferences", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/ui-kit/form-ui/package.json b/packages/@core/ui-kit/form-ui/package.json index cd51fca5..ed5eb535 100644 --- a/packages/@core/ui-kit/form-ui/package.json +++ b/packages/@core/ui-kit/form-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/form-ui", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/ui-kit/layout-ui/package.json b/packages/@core/ui-kit/layout-ui/package.json index 9390444d..d0ab245e 100644 --- a/packages/@core/ui-kit/layout-ui/package.json +++ b/packages/@core/ui-kit/layout-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/layout-ui", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/ui-kit/menu-ui/package.json b/packages/@core/ui-kit/menu-ui/package.json index c7632166..4ee5a850 100644 --- a/packages/@core/ui-kit/menu-ui/package.json +++ b/packages/@core/ui-kit/menu-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/menu-ui", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/@core/ui-kit/shadcn-ui/package.json b/packages/@core/ui-kit/shadcn-ui/package.json index 330378c6..2510e210 100644 --- a/packages/@core/ui-kit/shadcn-ui/package.json +++ b/packages/@core/ui-kit/shadcn-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/shadcn-ui", - "version": "5.4.7", + "version": "5.4.8", "#main": "./dist/index.mjs", "#module": "./dist/index.mjs", "homepage": "https://github.com/vbenjs/vue-vben-admin", diff --git a/packages/@core/ui-kit/tabs-ui/package.json b/packages/@core/ui-kit/tabs-ui/package.json index a16e65f9..41fb2374 100644 --- a/packages/@core/ui-kit/tabs-ui/package.json +++ b/packages/@core/ui-kit/tabs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben-core/tabs-ui", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/constants/package.json b/packages/constants/package.json index 92a87725..9ecc03f2 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@vben/constants", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/access/package.json b/packages/effects/access/package.json index b3e75140..e5bdabd1 100644 --- a/packages/effects/access/package.json +++ b/packages/effects/access/package.json @@ -1,6 +1,6 @@ { "name": "@vben/access", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/common-ui/package.json b/packages/effects/common-ui/package.json index 03d8a99c..d2b75951 100644 --- a/packages/effects/common-ui/package.json +++ b/packages/effects/common-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vben/common-ui", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/hooks/package.json b/packages/effects/hooks/package.json index 8dcf66ab..8c87d308 100644 --- a/packages/effects/hooks/package.json +++ b/packages/effects/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@vben/hooks", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/layouts/package.json b/packages/effects/layouts/package.json index 139ef74b..863874b4 100644 --- a/packages/effects/layouts/package.json +++ b/packages/effects/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@vben/layouts", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/plugins/package.json b/packages/effects/plugins/package.json index 81eb3147..c59f28c6 100644 --- a/packages/effects/plugins/package.json +++ b/packages/effects/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@vben/plugins", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/effects/request/package.json b/packages/effects/request/package.json index 67f41d3e..b322e85d 100644 --- a/packages/effects/request/package.json +++ b/packages/effects/request/package.json @@ -1,6 +1,6 @@ { "name": "@vben/request", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/icons/package.json b/packages/icons/package.json index f74d41e2..6113ebd6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vben/icons", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/locales/package.json b/packages/locales/package.json index 2a1a8354..9a55c352 100644 --- a/packages/locales/package.json +++ b/packages/locales/package.json @@ -1,6 +1,6 @@ { "name": "@vben/locales", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 295a9413..7e9c67a9 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@vben/preferences", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/stores/package.json b/packages/stores/package.json index fcf934d7..999a1e28 100644 --- a/packages/stores/package.json +++ b/packages/stores/package.json @@ -1,6 +1,6 @@ { "name": "@vben/stores", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/styles/package.json b/packages/styles/package.json index 78d33627..fa25cb6a 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@vben/styles", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index 031d64bb..e59723f3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@vben/types", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 31bed123..99a4c333 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@vben/utils", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/playground/package.json b/playground/package.json index 3a602ea0..bde08f8c 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "@vben/playground", - "version": "5.4.7", + "version": "5.4.8", "homepage": "https://vben.pro", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b62260e8..d1754de1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -15,42 +15,41 @@ packages: catalog: '@ast-grep/napi': ^0.30.0 '@changesets/changelog-github': ^0.5.0 - '@changesets/cli': ^2.27.9 - '@changesets/git': ^3.0.1 - '@clack/prompts': ^0.8.1 - '@commitlint/cli': ^19.5.0 - '@commitlint/config-conventional': ^19.5.0 + '@changesets/cli': ^2.27.10 + '@changesets/git': ^3.0.2 + '@clack/prompts': ^0.8.2 + '@commitlint/cli': ^19.6.0 + '@commitlint/config-conventional': ^19.6.0 '@ctrl/tinycolor': ^4.1.0 '@eslint/js': ^9.15.0 '@faker-js/faker': ^9.2.0 - '@iconify/json': ^2.2.273 + '@iconify/json': ^2.2.275 '@iconify/tailwind': ^1.1.3 '@iconify/vue': ^4.1.2 '@intlify/core-base': ^10.0.4 '@intlify/unplugin-vue-i18n': ^6.0.0 '@jspm/generator': ^2.4.1 '@manypkg/get-packages': ^2.2.2 - '@nolebase/vitepress-plugin-git-changelog': ^2.9.0 - '@playwright/test': ^1.48.2 + '@nolebase/vitepress-plugin-git-changelog': ^2.10.0 + '@playwright/test': ^1.49.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.60.5 + '@tanstack/vue-query': ^5.61.3 '@tanstack/vue-store': ^0.5.7 '@types/archiver': ^6.0.3 '@types/eslint': ^9.6.1 '@types/html-minifier-terser': ^7.0.2 '@types/jsonwebtoken': ^9.0.7 '@types/lodash.clonedeep': ^4.5.9 - '@types/lodash.get': ^4.4.9 - '@types/node': ^22.9.0 + '@types/node': ^22.9.3 '@types/nprogress': ^0.2.3 '@types/postcss-import': ^14.0.3 '@types/qrcode': ^1.5.5 '@types/sortablejs': ^1.15.8 - '@typescript-eslint/eslint-plugin': ^8.14.0 - '@typescript-eslint/parser': ^8.14.0 + '@typescript-eslint/eslint-plugin': ^8.15.0 + '@typescript-eslint/parser': ^8.15.0 '@vee-validate/zod': ^4.14.7 '@vite-pwa/vitepress': ^0.5.3 '@vitejs/plugin-vue': ^5.2.0 @@ -58,8 +57,8 @@ catalog: '@vue/reactivity': ^3.5.13 '@vue/shared': ^3.5.13 '@vue/test-utils': ^2.4.6 - '@vueuse/core': ^11.2.0 - '@vueuse/integrations': ^11.2.0 + '@vueuse/core': ^11.3.0 + '@vueuse/integrations': ^11.3.0 ant-design-vue: ^4.2.6 archiver: ^7.0.1 autoprefixer: ^10.4.20 @@ -85,18 +84,18 @@ catalog: echarts: ^5.5.1 element-plus: ^2.8.8 eslint: ^9.15.0 - eslint-config-turbo: ^2.3.0 + eslint-config-turbo: ^2.3.1 eslint-plugin-command: ^0.2.6 eslint-plugin-eslint-comments: ^3.2.0 - eslint-plugin-import-x: ^4.4.2 + eslint-plugin-import-x: ^4.4.3 eslint-plugin-jsdoc: ^50.5.0 - eslint-plugin-jsonc: ^2.18.1 - eslint-plugin-n: ^17.13.2 + eslint-plugin-jsonc: ^2.18.2 + eslint-plugin-n: ^17.14.0 eslint-plugin-no-only-tests: ^3.3.0 eslint-plugin-perfectionist: ^3.9.1 eslint-plugin-prettier: ^5.2.1 eslint-plugin-regexp: ^2.7.0 - eslint-plugin-unicorn: ^56.0.0 + eslint-plugin-unicorn: ^56.0.1 eslint-plugin-unused-imports: ^4.1.4 eslint-plugin-vitest: ^0.5.4 eslint-plugin-vue: ^9.31.0 @@ -107,13 +106,12 @@ catalog: h3: ^1.13.0 happy-dom: ^15.11.6 html-minifier-terser: ^7.2.0 - husky: ^9.1.6 + husky: ^9.1.7 is-ci: ^3.0.1 jsonc-eslint-parser: ^2.4.0 jsonwebtoken: ^9.0.2 lint-staged: ^15.2.10 lodash.clonedeep: ^4.5.0 - lodash.get: ^4.4.2 lucide-vue-next: ^0.460.0 medium-zoom: ^1.1.0 naive-ui: ^2.40.1 @@ -123,24 +121,24 @@ catalog: pinia: 2.2.2 pinia-plugin-persistedstate: ^4.1.3 pkg-types: ^1.2.1 - playwright: ^1.48.2 + playwright: ^1.49.0 postcss: ^8.4.49 postcss-antd-fixes: ^0.2.0 postcss-html: ^1.7.0 postcss-import: ^16.1.0 - postcss-preset-env: ^10.1.0 + postcss-preset-env: ^10.1.1 postcss-scss: ^4.0.9 prettier: ^3.3.3 - prettier-plugin-tailwindcss: ^0.6.8 + prettier-plugin-tailwindcss: ^0.6.9 publint: ^0.2.12 qrcode: ^1.5.4 - radix-vue: ^1.9.9 + radix-vue: ^1.9.10 resolve.exports: ^2.0.2 rimraf: ^6.0.1 - rollup: ^4.27.2 + rollup: ^4.27.4 rollup-plugin-visualizer: ^5.12.0 sass: 1.80.6 - sortablejs: ^1.15.3 + sortablejs: ^1.15.4 stylelint: ^16.10.0 stylelint-config-recess-order: ^5.1.1 stylelint-config-recommended: ^14.0.1 @@ -149,13 +147,13 @@ catalog: stylelint-config-standard: ^36.0.1 stylelint-order: ^6.0.4 stylelint-prettier: ^5.0.2 - stylelint-scss: ^6.9.0 + stylelint-scss: ^6.10.0 tailwind-merge: ^2.5.4 tailwindcss: ^3.4.15 tailwindcss-animate: ^1.0.7 theme-colors: ^0.1.0 - turbo: ^2.3.0 - typescript: ^5.6.3 + turbo: ^2.3.1 + typescript: 5.6.3 unbuild: ^3.0.0-rc.11 unplugin-element-plus: ^0.8.0 vee-validate: ^4.14.7 @@ -174,8 +172,8 @@ catalog: vue-i18n: ^10.0.4 vue-router: ^4.4.5 vue-tsc: ^2.1.10 - vxe-pc-ui: ^4.2.55 - vxe-table: ^4.8.14 + vxe-pc-ui: ^4.3.4 + vxe-table: ^4.9.5 watermark-js-plus: ^1.5.7 zod: ^3.23.8 zod-defaults: ^0.1.3 diff --git a/scripts/turbo-run/package.json b/scripts/turbo-run/package.json index e4311f21..84afb2da 100644 --- a/scripts/turbo-run/package.json +++ b/scripts/turbo-run/package.json @@ -1,6 +1,6 @@ { "name": "@vben/turbo-run", - "version": "5.4.7", + "version": "5.4.8", "private": true, "license": "MIT", "type": "module", diff --git a/scripts/vsh/package.json b/scripts/vsh/package.json index fa48fd5e..1c6162c7 100644 --- a/scripts/vsh/package.json +++ b/scripts/vsh/package.json @@ -1,6 +1,6 @@ { "name": "@vben/vsh", - "version": "5.4.7", + "version": "5.4.8", "private": true, "license": "MIT", "type": "module",