Explorar el Código

chore: format code

vben hace 10 meses
padre
commit
fe6dabf991
Se han modificado 37 ficheros con 169 adiciones y 147 borrados
  1. 8 8
      apps/web-antd/package.json
  2. 3 3
      internal/lint-configs/commitlint-config/package.json
  3. 3 3
      internal/lint-configs/eslint-config/package.json
  4. 8 9
      internal/lint-configs/eslint-config/src/configs/jsonc.ts
  5. 3 3
      internal/lint-configs/lint-staged-config/package.json
  6. 3 3
      internal/lint-configs/prettier-config/package.json
  7. 3 3
      internal/lint-configs/stylelint-config/package.json
  8. 3 3
      internal/node-utils/package.json
  9. 3 3
      internal/tailwind-config/package.json
  10. 3 3
      internal/tsconfig/package.json
  11. 4 4
      internal/vite-config/package.json
  12. 13 13
      package.json
  13. 3 3
      packages/@core/forward/helpers/package.json
  14. 3 3
      packages/@core/forward/preferences/package.json
  15. 3 3
      packages/@core/forward/request/package.json
  16. 3 3
      packages/@core/forward/stores/package.json
  17. 3 3
      packages/@core/shared/chche/package.json
  18. 3 3
      packages/@core/shared/design-tokens/package.json
  19. 3 3
      packages/@core/shared/design/package.json
  20. 3 3
      packages/@core/shared/iconify/package.json
  21. 3 3
      packages/@core/shared/toolkit/package.json
  22. 3 3
      packages/@core/shared/typings/package.json
  23. 3 3
      packages/@core/uikit/layout-ui/package.json
  24. 3 3
      packages/@core/uikit/menu-ui/package.json
  25. 4 4
      packages/@core/uikit/shadcn-ui/package.json
  26. 3 3
      packages/@core/uikit/tabs-ui/package.json
  27. 3 3
      packages/business/layouts/package.json
  28. 3 3
      packages/business/universal-ui/package.json
  29. 3 3
      packages/constants/package.json
  30. 3 3
      packages/hooks/package.json
  31. 3 3
      packages/icons/package.json
  32. 3 3
      packages/locales/package.json
  33. 3 3
      packages/styles/package.json
  34. 3 3
      packages/types/package.json
  35. 3 3
      packages/utils/package.json
  36. 41 18
      pnpm-lock.yaml
  37. 1 1
      scripts/vsh/package.json

+ 8 - 8
apps/web-antd/package.json

@@ -1,20 +1,20 @@
 {
   "name": "@vben/antd-view",
   "version": "5.0.0",
-  "author": {
-    "name": "vben",
-    "email": "anncwb@126.com",
-    "url": "https://github.com/anncwb"
-  },
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "apps/vben-admin"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "author": {
+    "name": "vben",
+    "email": "anncwb@126.com",
+    "url": "https://github.com/anncwb"
+  },
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "dev": "pnpm vite",

+ 3 - 3
internal/lint-configs/commitlint-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/commitlint-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/lint-configs/commitlint-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 3 - 3
internal/lint-configs/eslint-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/eslint-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/lint-configs/eslint-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 8 - 9
internal/lint-configs/eslint-config/src/configs/jsonc.ts

@@ -64,21 +64,20 @@ function sortPackageJson(): Linter.FlatConfig {
         'error',
         {
           order: [
-            'publisher',
             'name',
-            'description',
             'version',
-            'author',
+            'description',
             'private',
-            'displayName',
-            'type',
-            'license',
-            'funding',
+            'keywords',
             'homepage',
-            'repository',
             'bugs',
-            'keywords',
+            'repository',
+            'license',
+            'author',
+            'contributors',
             'categories',
+            'funding',
+            'type',
             'scripts',
             'files',
             'sideEffects',

+ 3 - 3
internal/lint-configs/lint-staged-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/lint-staged-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/lint-configs/lint-staged-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 3 - 3
internal/lint-configs/prettier-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/prettier-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/lint-configs/prettier-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 3 - 3
internal/lint-configs/stylelint-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/stylelint-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/lint-configs/stylelint-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 3 - 3
internal/node-utils/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/node-utils",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/node-utils"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },

+ 3 - 3
internal/tailwind-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/tailwind-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/tailwind-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
internal/tsconfig/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/tsconfig",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/tsconfig"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "files": [
     "base.json",
     "library.json",

+ 4 - 4
internal/vite-config/package.json

@@ -2,15 +2,15 @@
   "name": "@vben/vite-config",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "internal/vite-config"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "stub": "pnpm unbuild --stub"
   },
@@ -34,7 +34,7 @@
     "resolve.exports": "^2.0.2",
     "vite-plugin-lib-inject-css": "^2.1.1",
     "vite-plugin-pwa": "^0.20.0",
-    "vite-plugin-vue-devtools": "^7.3.0"
+    "vite-plugin-vue-devtools": "^7.3.1"
   },
   "devDependencies": {
     "@types/html-minifier-terser": "^7.0.2",

+ 13 - 13
package.json

@@ -1,27 +1,27 @@
 {
   "name": "vben-admin",
   "version": "5.0.0-alpha.1",
-  "author": {
-    "name": "vben",
-    "email": "anncwb@126.com",
-    "url": "https://github.com/anncwb"
-  },
   "private": true,
-  "type": "module",
-  "license": "MIT",
-  "homepage": "https://github.com/vbenjs/vue-vben-admin",
-  "repository": "vbenjs/vue-vben-admin.git",
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "keywords": [
     "monorepo",
     "turbo",
     "vben",
-    "vben pro",
     "vben admin pro",
+    "vben pro",
     "vue",
     "vue admin",
     "vue3"
   ],
+  "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "repository": "vbenjs/vue-vben-admin.git",
+  "license": "MIT",
+  "author": {
+    "name": "vben",
+    "email": "anncwb@126.com",
+    "url": "https://github.com/anncwb"
+  },
+  "type": "module",
   "scripts": {
     "bootstrap": "pnpm install",
     "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
@@ -30,12 +30,12 @@
     "check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:spell",
     "check:circular": "vsh check-circular",
     "check:dep": "vsh check-dep",
-    "check:type": "turbo run typecheck",
     "check:spell": "cspell \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
+    "check:type": "turbo run typecheck",
     "clean": "vsh clean",
     "commit": "czg",
-    "docs:dev": "pnpm -F @vben/website run docs:dev",
     "dev": "turbo run dev --parallel",
+    "docs:dev": "pnpm -F @vben/website run docs:dev",
     "format": "vsh lint --format",
     "lint": "vsh lint",
     "postinstall": "turbo run stub",

+ 3 - 3
packages/@core/forward/helpers/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/helpers",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/forward/helpers"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/forward/preferences/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/preferences",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/forward/preferences"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/forward/request/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/request",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/forward/request"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/forward/stores/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/stores",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/forward/stores"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/shared/chche/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/cache",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/cache"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/shared/design-tokens/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/design-tokens",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/design-tokens"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "dts": "vue-tsc --declaration --emitDeclarationOnly --declarationDir dist",

+ 3 - 3
packages/@core/shared/design/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/design",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/design"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "prepublishOnly": "npm run build",

+ 3 - 3
packages/@core/shared/iconify/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/iconify",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/iconify"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "files": [
     "dist"
   ],

+ 3 - 3
packages/@core/shared/toolkit/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/toolkit",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/toolkit"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/@core/shared/typings/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/typings",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/shared/typings"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm build --stub"

+ 3 - 3
packages/@core/uikit/layout-ui/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/layout-ui",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/uikit/layout-ui"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 3 - 3
packages/@core/uikit/menu-ui/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/menu-ui",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/uikit/menu-ui"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 4 - 4
packages/@core/uikit/shadcn-ui/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/shadcn-ui",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/uikit/shadcn-ui"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "prepublishOnly": "npm run build"
@@ -48,7 +48,7 @@
     "@vben-core/typings": "workspace:*",
     "@vueuse/core": "^10.11.0",
     "class-variance-authority": "^0.7.0",
-    "radix-vue": "^1.8.3",
+    "radix-vue": "^1.8.4",
     "vue": "^3.4.29",
     "vue-sonner": "^1.1.2"
   }

+ 3 - 3
packages/@core/uikit/tabs-ui/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben-core/tabs-ui",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/@vben-core/uikit/tabs-ui"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 3 - 3
packages/business/layouts/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/layouts",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/business/layouts"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 3 - 3
packages/business/universal-ui/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/universal-ui",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/business/universal-ui"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 3 - 3
packages/constants/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/constants",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/constants"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/hooks/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/hooks",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/hooks"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/icons/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/icons",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/icons"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "files": [
     "dist"
   ],

+ 3 - 3
packages/locales/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/locales",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/locales"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 3 - 3
packages/styles/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/styles",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/styles"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm vite build",
     "prepublishOnly": "npm run build"

+ 3 - 3
packages/types/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/types",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/types"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm build --stub"

+ 3 - 3
packages/utils/package.json

@@ -1,15 +1,15 @@
 {
   "name": "@vben/utils",
   "version": "5.0.0",
-  "type": "module",
-  "license": "MIT",
   "homepage": "https://github.com/vbenjs/vue-vben-admin",
+  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
     "directory": "packages/utils"
   },
-  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
+  "license": "MIT",
+  "type": "module",
   "scripts": {
     "build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"

+ 41 - 18
pnpm-lock.yaml

@@ -426,8 +426,8 @@ importers:
         specifier: ^0.20.0
         version: 0.20.0(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(workbox-build@7.1.1)(workbox-window@7.1.0)
       vite-plugin-vue-devtools:
-        specifier: ^7.3.0
-        version: 7.3.0(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))
+        specifier: ^7.3.1
+        version: 7.3.1(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))
     devDependencies:
       '@types/html-minifier-terser':
         specifier: ^7.0.2
@@ -661,8 +661,8 @@ importers:
         specifier: ^0.7.0
         version: 0.7.0
       radix-vue:
-        specifier: ^1.8.3
-        version: 1.8.3(vue@3.4.29(typescript@5.4.5))
+        specifier: ^1.8.4
+        version: 1.8.4(vue@3.4.29(typescript@5.4.5))
       vue:
         specifier: ^3.4.29
         version: 3.4.29(typescript@5.4.5)
@@ -3424,17 +3424,25 @@ packages:
   '@vue/devtools-api@7.3.0':
     resolution: {integrity: sha512-EQ6DIm9AuL9q6IzjjnxeHWgzHzZTI+0ZGyLyG6faLN1e0tzLWPut58OtvFbLP/hbEhE5zPlsdUsH1uFr7RVFYw==}
 
-  '@vue/devtools-core@7.3.0':
-    resolution: {integrity: sha512-J5nmaYadJvDgH9zsQI9vSLlWjfZn/TdKWEKMcc9xjbF3OvdhQwRrojvFax1G+WPoQ/X67EZKeUVY/ovCCyLo7A==}
+  '@vue/devtools-core@7.3.1':
+    resolution: {integrity: sha512-5q+q4s3vop3HqSM0+sOVGhT4zEPlI9Cbo2u8sjjizWarBWM4r1FK+SRC2I2Yeg61xxcNViQ1+tOVF3QLNY7WuQ==}
 
   '@vue/devtools-kit@7.3.0':
     resolution: {integrity: sha512-J9C+ue3Ka8cumQY/hMsNTcbb1tczqVBBXFMw4isa5YvPjyIBgEtJBfDSUVIK3nE+YWk7UNliUuCcE1GHEKaGcw==}
     peerDependencies:
       vue: ^3.4.29
 
+  '@vue/devtools-kit@7.3.1':
+    resolution: {integrity: sha512-O9LXPo0kC/PGFBRBMvT5PHiSXr6ZdJTshVuGQ1L2mnIZlIBdTjdtCRYQg/OMcEA5JDJPeJT8bnDYBBUbssGjoA==}
+    peerDependencies:
+      vue: ^3.4.29
+
   '@vue/devtools-shared@7.3.0':
     resolution: {integrity: sha512-bYw4BtZclxzVrYBeYYHzNOcLlvVZbe9tutwtrixTtdgynHvuSJa5KI2MqWiumpGYm2feFI5sHlC8Vt61v4z18g==}
 
+  '@vue/devtools-shared@7.3.1':
+    resolution: {integrity: sha512-TYbJLZwBy5+SliE095T+V0IMwRu+oP7I2KAsDuNtSsjHKITZvrhz2fNEvik9NsTLcEQBBoX81NvdgpoB29JAog==}
+
   '@vue/language-core@1.8.27':
     resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
     peerDependencies:
@@ -7055,8 +7063,8 @@ packages:
     resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
     engines: {node: '>=10'}
 
-  radix-vue@1.8.3:
-    resolution: {integrity: sha512-WPgvEz0i5XKjwahhffD2QPLiOTthTfecoVjwq4l3i3EWBX2tUp4Vw3n3OLGf3S18FN/WfEgD3GIxYfsrnDutqw==}
+  radix-vue@1.8.4:
+    resolution: {integrity: sha512-Pc8BKFQouARED1Lb7/s18Fxny3ZodET5fyXLorW5zf/BiUDQv9gk7NZEYv9sU3uldSvpO3JLLChd0q2repBdGw==}
     peerDependencies:
       vue: ^3.4.29
 
@@ -8174,8 +8182,8 @@ packages:
       '@vite-pwa/assets-generator':
         optional: true
 
-  vite-plugin-vue-devtools@7.3.0:
-    resolution: {integrity: sha512-XnxQzTloGkQUTpsRdWVsEBzyh9F6i8NBmuPo8lotx4lSUnWYJ+jUlXvfftzmOf14hFgsTOySLJCr9nhaqOzgOA==}
+  vite-plugin-vue-devtools@7.3.1:
+    resolution: {integrity: sha512-KuksceHlb5QZtb5gRB4wuRiquZRX74//i0X5jzvy5QzY11qwK44goyVrhPupZbsNfqwmZWNi3CQAe0RhLBUylg==}
     engines: {node: '>=v14.21.3'}
     peerDependencies:
       vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -11454,10 +11462,10 @@ snapshots:
     transitivePeerDependencies:
       - vue
 
-  '@vue/devtools-core@7.3.0(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))':
+  '@vue/devtools-core@7.3.1(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))':
     dependencies:
-      '@vue/devtools-kit': 7.3.0(vue@3.4.29(typescript@5.4.5))
-      '@vue/devtools-shared': 7.3.0
+      '@vue/devtools-kit': 7.3.1(vue@3.4.29(typescript@5.4.5))
+      '@vue/devtools-shared': 7.3.1
       mitt: 3.0.1
       nanoid: 3.3.7
       pathe: 1.1.2
@@ -11477,10 +11485,25 @@ snapshots:
       superjson: 2.2.1
       vue: 3.4.29(typescript@5.4.5)
 
+  '@vue/devtools-kit@7.3.1(vue@3.4.29(typescript@5.4.5))':
+    dependencies:
+      '@vue/devtools-shared': 7.3.1
+      birpc: 0.2.17
+      hookable: 5.5.3
+      mitt: 3.0.1
+      perfect-debounce: 1.0.0
+      speakingurl: 14.0.1
+      superjson: 2.2.1
+      vue: 3.4.29(typescript@5.4.5)
+
   '@vue/devtools-shared@7.3.0':
     dependencies:
       rfdc: 1.4.1
 
+  '@vue/devtools-shared@7.3.1':
+    dependencies:
+      rfdc: 1.4.1
+
   '@vue/language-core@1.8.27(typescript@5.4.5)':
     dependencies:
       '@volar/language-core': 1.11.1
@@ -15309,7 +15332,7 @@ snapshots:
 
   quick-lru@5.1.1: {}
 
-  radix-vue@1.8.3(vue@3.4.29(typescript@5.4.5)):
+  radix-vue@1.8.4(vue@3.4.29(typescript@5.4.5)):
     dependencies:
       '@floating-ui/dom': 1.6.5
       '@floating-ui/vue': 1.0.6(vue@3.4.29(typescript@5.4.5))
@@ -16593,11 +16616,11 @@ snapshots:
     transitivePeerDependencies:
       - supports-color
 
-  vite-plugin-vue-devtools@7.3.0(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)):
+  vite-plugin-vue-devtools@7.3.1(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)):
     dependencies:
-      '@vue/devtools-core': 7.3.0(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))
-      '@vue/devtools-kit': 7.3.0(vue@3.4.29(typescript@5.4.5))
-      '@vue/devtools-shared': 7.3.0
+      '@vue/devtools-core': 7.3.1(vite@5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))
+      '@vue/devtools-kit': 7.3.1(vue@3.4.29(typescript@5.4.5))
+      '@vue/devtools-shared': 7.3.1
       execa: 8.0.1
       sirv: 2.0.4
       vite: 5.3.1(@types/node@20.14.4)(sass@1.77.6)(terser@5.31.1)

+ 1 - 1
scripts/vsh/package.json

@@ -2,8 +2,8 @@
   "name": "@vben/vsh",
   "version": "5.0.0",
   "private": true,
-  "type": "module",
   "license": "MIT",
+  "type": "module",
   "scripts": {
     "#build": "pnpm unbuild",
     "stub": "pnpm unbuild --stub"