diff --git a/apps/web-antd/package.json b/apps/web-antd/package.json index cd7b0f04..d6c85a2a 100644 --- a/apps/web-antd/package.json +++ b/apps/web-antd/package.json @@ -41,7 +41,7 @@ "@vben/styles": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "ant-design-vue": "^4.2.3", "crypto-js": "^4.2.0", "dayjs": "^1.11.12", diff --git a/apps/web-ele/package.json b/apps/web-ele/package.json index 1268f4a4..c4fec77b 100644 --- a/apps/web-ele/package.json +++ b/apps/web-ele/package.json @@ -40,7 +40,7 @@ "@vben/styles": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "dayjs": "^1.11.12", "element-plus": "^2.8.0", "pinia": "2.2.2", diff --git a/apps/web-naive/package.json b/apps/web-naive/package.json index 8ea0c8cf..e286f5e6 100644 --- a/apps/web-naive/package.json +++ b/apps/web-naive/package.json @@ -40,7 +40,7 @@ "@vben/styles": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "naive-ui": "^2.39.0", "pinia": "2.2.2", "vue": "^3.4.38", diff --git a/docs/src/guide/in-depth/access.md b/docs/src/guide/in-depth/access.md index 38cf0f28..25e294d7 100644 --- a/docs/src/guide/in-depth/access.md +++ b/docs/src/guide/in-depth/access.md @@ -172,7 +172,7 @@ accessStore.setAccessCodes(accessCodes); 找到 `getAccessCodes` 对应的接口,可根据业务逻辑进行调整。 -权限吗返回的数据结构为字符串数组,例如:`['AC_100100', 'AC_100110', 'AC_100120', 'AC_100010']` +权限码返回的数据结构为字符串数组,例如:`['AC_100100', 'AC_100110', 'AC_100120', 'AC_100010']` 有了权限码,就可以使用 `@vben/access` 提供的`AccessControl`组件及API来进行按钮的显示与隐藏。 diff --git a/internal/lint-configs/eslint-config/package.json b/internal/lint-configs/eslint-config/package.json index 3b4639ba..bc7fda33 100644 --- a/internal/lint-configs/eslint-config/package.json +++ b/internal/lint-configs/eslint-config/package.json @@ -34,8 +34,8 @@ "devDependencies": { "@eslint/js": "^9.9.0", "@types/eslint": "^9.6.0", - "@typescript-eslint/eslint-plugin": "^8.1.0", - "@typescript-eslint/parser": "^8.1.0", + "@typescript-eslint/eslint-plugin": "^8.2.0", + "@typescript-eslint/parser": "^8.2.0", "eslint": "^9.9.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", diff --git a/internal/lint-configs/stylelint-config/package.json b/internal/lint-configs/stylelint-config/package.json index 13f7f403..886d8992 100644 --- a/internal/lint-configs/stylelint-config/package.json +++ b/internal/lint-configs/stylelint-config/package.json @@ -23,7 +23,7 @@ } }, "dependencies": { - "@stylistic/stylelint-plugin": "^3.0.0", + "@stylistic/stylelint-plugin": "^3.0.1", "stylelint-config-recess-order": "^5.0.1", "stylelint-scss": "^6.5.0" }, diff --git a/internal/tailwind-config/package.json b/internal/tailwind-config/package.json index 161975a5..878ab4d5 100644 --- a/internal/tailwind-config/package.json +++ b/internal/tailwind-config/package.json @@ -55,7 +55,7 @@ "postcss": "^8.4.41", "postcss-antd-fixes": "^0.2.0", "postcss-import": "^16.1.0", - "postcss-preset-env": "^10.0.1", + "postcss-preset-env": "^10.0.2", "tailwindcss": "^3.4.10", "tailwindcss-animate": "^1.0.7" }, diff --git a/internal/vite-config/package.json b/internal/vite-config/package.json index a96af3c3..cf47a524 100644 --- a/internal/vite-config/package.json +++ b/internal/vite-config/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-vue-jsx": "^4.0.1", "dayjs": "^1.11.12", "dotenv": "^16.4.5", - "rollup": "^4.20.0", + "rollup": "^4.21.0", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.77.8", "vite": "^5.4.1", diff --git a/package.json b/package.json index be6f5a2b..bedbd6ab 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@changesets/cli": "^2.27.7", "@ls-lint/ls-lint": "^2.2.3", "@types/jsdom": "^21.1.7", - "@types/node": "^22.4.0", + "@types/node": "^22.4.1", "@vben/commitlint-config": "workspace:*", "@vben/eslint-config": "workspace:*", "@vben/prettier-config": "workspace:*", diff --git a/packages/@core/composables/package.json b/packages/@core/composables/package.json index 18ffc0e8..03b3579d 100644 --- a/packages/@core/composables/package.json +++ b/packages/@core/composables/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@vben-core/shared": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "radix-vue": "^1.9.4", "sortablejs": "^1.15.2", "vue": "^3.4.38" diff --git a/packages/@core/preferences/package.json b/packages/@core/preferences/package.json index 404e5b28..10a6cd2d 100644 --- a/packages/@core/preferences/package.json +++ b/packages/@core/preferences/package.json @@ -31,7 +31,7 @@ "dependencies": { "@vben-core/shared": "workspace:*", "@vben-core/typings": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "vue": "^3.4.38" } } diff --git a/packages/@core/ui-kit/layout-ui/package.json b/packages/@core/ui-kit/layout-ui/package.json index 53740e2b..49052e43 100644 --- a/packages/@core/ui-kit/layout-ui/package.json +++ b/packages/@core/ui-kit/layout-ui/package.json @@ -41,7 +41,7 @@ "@vben-core/icons": "workspace:*", "@vben-core/shadcn-ui": "workspace:*", "@vben-core/typings": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "vue": "^3.4.38" } } diff --git a/packages/@core/ui-kit/menu-ui/package.json b/packages/@core/ui-kit/menu-ui/package.json index 67111f20..ad9105f2 100644 --- a/packages/@core/ui-kit/menu-ui/package.json +++ b/packages/@core/ui-kit/menu-ui/package.json @@ -42,7 +42,7 @@ "@vben-core/shadcn-ui": "workspace:*", "@vben-core/shared": "workspace:*", "@vben-core/typings": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "vue": "^3.4.38" } } diff --git a/packages/@core/ui-kit/shadcn-ui/package.json b/packages/@core/ui-kit/shadcn-ui/package.json index 718d1e0f..4c917572 100644 --- a/packages/@core/ui-kit/shadcn-ui/package.json +++ b/packages/@core/ui-kit/shadcn-ui/package.json @@ -46,7 +46,7 @@ "@vben-core/icons": "workspace:*", "@vben-core/shared": "workspace:*", "@vben-core/typings": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "class-variance-authority": "^0.7.0", "lucide-vue-next": "^0.428.0", "radix-vue": "^1.9.4", diff --git a/packages/@core/ui-kit/tabs-ui/package.json b/packages/@core/ui-kit/tabs-ui/package.json index c0526f2c..3f7025b7 100644 --- a/packages/@core/ui-kit/tabs-ui/package.json +++ b/packages/@core/ui-kit/tabs-ui/package.json @@ -41,7 +41,7 @@ "@vben-core/icons": "workspace:*", "@vben-core/shadcn-ui": "workspace:*", "@vben-core/typings": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "vue": "^3.4.38" } } diff --git a/packages/effects/chart-ui/package.json b/packages/effects/chart-ui/package.json index 86f043ae..7e2b56f5 100644 --- a/packages/effects/chart-ui/package.json +++ b/packages/effects/chart-ui/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@vben/preferences": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "echarts": "^5.5.1", "vue": "^3.4.38" } diff --git a/packages/effects/common-ui/package.json b/packages/effects/common-ui/package.json index feba8d57..a8b79dfd 100644 --- a/packages/effects/common-ui/package.json +++ b/packages/effects/common-ui/package.json @@ -26,7 +26,7 @@ "@vben/icons": "workspace:*", "@vben/locales": "workspace:*", "@vben/types": "workspace:*", - "@vueuse/integrations": "^11.0.0", + "@vueuse/integrations": "^11.0.1", "qrcode": "^1.5.4", "vue": "^3.4.38", "vue-router": "^4.4.3" diff --git a/packages/effects/layouts/package.json b/packages/effects/layouts/package.json index 63af9985..f2dff5d8 100644 --- a/packages/effects/layouts/package.json +++ b/packages/effects/layouts/package.json @@ -32,7 +32,7 @@ "@vben/stores": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "vue": "^3.4.38", "vue-router": "^4.4.3" } diff --git a/playground/package.json b/playground/package.json index 117cacc7..79e9093e 100644 --- a/playground/package.json +++ b/playground/package.json @@ -40,7 +40,7 @@ "@vben/styles": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", - "@vueuse/core": "^11.0.0", + "@vueuse/core": "^11.0.1", "ant-design-vue": "^4.2.3", "dayjs": "^1.11.12", "pinia": "2.2.2",