This commit is contained in:
dap 2024-08-09 14:41:05 +08:00
commit ad23b554ab
27 changed files with 624 additions and 477 deletions

View File

@ -40,15 +40,15 @@
"@vben/styles": "workspace:*", "@vben/styles": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"ant-design-vue": "^4.2.3", "ant-design-vue": "^4.2.3",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.12", "dayjs": "^1.11.12",
"echarts": "^5.5.1", "echarts": "^5.5.1",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"pinia": "2.2.0", "pinia": "2.2.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -40,11 +40,11 @@
"@vben/styles": "workspace:*", "@vben/styles": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"dayjs": "^1.11.12", "dayjs": "^1.11.12",
"element-plus": "^2.7.8", "element-plus": "^2.7.8",
"pinia": "2.2.0", "pinia": "2.2.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -40,10 +40,10 @@
"@vben/styles": "workspace:*", "@vben/styles": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"naive-ui": "^2.39.0", "naive-ui": "^2.39.0",
"pinia": "2.2.0", "pinia": "2.2.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
} }
} }

View File

@ -13,6 +13,6 @@
"devDependencies": { "devDependencies": {
"@vite-pwa/vitepress": "^0.5.0", "@vite-pwa/vitepress": "^0.5.0",
"vitepress": "^1.3.2", "vitepress": "^1.3.2",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -43,11 +43,11 @@
"eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2", "eslint-plugin-n": "^17.10.2",
"eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^3.1.2", "eslint-plugin-perfectionist": "^3.1.3",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-regexp": "^2.6.0", "eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.0.1", "eslint-plugin-unused-imports": "^4.1.2",
"eslint-plugin-vitest": "^0.5.4", "eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.27.0", "eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0", "globals": "^15.9.0",

View File

@ -46,17 +46,17 @@
"tailwindcss": "^3.4.3" "tailwindcss": "^3.4.3"
}, },
"dependencies": { "dependencies": {
"@iconify/json": "^2.2.234", "@iconify/json": "^2.2.235",
"@iconify/tailwind": "^1.1.2", "@iconify/tailwind": "^1.1.2",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e", "@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cssnano": "^7.0.4", "cssnano": "^7.0.4",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"postcss-antd-fixes": "^0.2.0", "postcss-antd-fixes": "^0.2.0",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.0", "postcss-preset-env": "^10.0.0",
"tailwindcss": "^3.4.7", "tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {

View File

@ -20,6 +20,6 @@
], ],
"dependencies": { "dependencies": {
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"vite": "^5.3.5" "vite": "^5.4.0"
} }
} }

View File

@ -48,9 +48,9 @@
"rollup": "^4.20.0", "rollup": "^4.20.0",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8", "sass": "^1.77.8",
"vite": "^5.3.5", "vite": "^5.4.0",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "4.0.0", "vite-plugin-dts": "4.0.1",
"vite-plugin-html": "^3.2.2" "vite-plugin-html": "^3.2.2"
} }
} }

View File

@ -72,17 +72,17 @@
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cspell": "^8.13.1", "cspell": "^8.13.2",
"husky": "^9.1.4", "husky": "^9.1.4",
"is-ci": "^3.0.1", "is-ci": "^3.0.1",
"jsdom": "^24.1.1", "jsdom": "^24.1.1",
"lint-staged": "^15.2.8", "lint-staged": "^15.2.8",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"tailwindcss": "^3.4.7", "tailwindcss": "^3.4.9",
"turbo": "^2.0.12", "turbo": "^2.0.12",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"unbuild": "^2.0.0", "unbuild": "^2.0.0",
"vite": "^5.3.5", "vite": "^5.4.0",
"vitest": "^2.0.5", "vitest": "^2.0.5",
"vue-tsc": "^2.0.29" "vue-tsc": "^2.0.29"
}, },
@ -100,7 +100,7 @@
"overrides": { "overrides": {
"@ctrl/tinycolor": "^4.1.0", "@ctrl/tinycolor": "^4.1.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"vue": "^3.4.36" "vue": "^3.4.37"
}, },
"neverBuiltDependencies": [ "neverBuiltDependencies": [
"canvas", "canvas",

View File

@ -35,7 +35,7 @@
}, },
"dependencies": { "dependencies": {
"@iconify/vue": "^4.1.2", "@iconify/vue": "^4.1.2",
"lucide-vue-next": "^0.424.0", "lucide-vue-next": "^0.426.0",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -56,7 +56,7 @@
}, },
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "^4.1.0", "@ctrl/tinycolor": "^4.1.0",
"@vue/shared": "^3.4.36", "@vue/shared": "^3.4.37",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"defu": "^6.1.4", "defu": "^6.1.4",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",

View File

@ -38,7 +38,7 @@
} }
}, },
"dependencies": { "dependencies": {
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
} }
} }

View File

@ -36,10 +36,10 @@
}, },
"dependencies": { "dependencies": {
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"radix-vue": "^1.9.3", "radix-vue": "^1.9.3",
"sortablejs": "^1.15.2", "sortablejs": "^1.15.2",
"vue": "^3.4.36" "vue": "^3.4.37"
}, },
"devDependencies": { "devDependencies": {
"@types/sortablejs": "^1.15.8" "@types/sortablejs": "^1.15.8"

View File

@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -41,7 +41,7 @@
"@vben-core/icons": "workspace:*", "@vben-core/icons": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*", "@vben-core/shadcn-ui": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -42,7 +42,7 @@
"@vben-core/shadcn-ui": "workspace:*", "@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -46,10 +46,10 @@
"@vben-core/icons": "workspace:*", "@vben-core/icons": "workspace:*",
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.424.0", "lucide-vue-next": "^0.426.0",
"radix-vue": "^1.9.3", "radix-vue": "^1.9.3",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -41,6 +41,6 @@
"@vben-core/icons": "workspace:*", "@vben-core/icons": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*", "@vben-core/shadcn-ui": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -24,6 +24,6 @@
"@vben/stores": "workspace:*", "@vben/stores": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -21,8 +21,8 @@
}, },
"dependencies": { "dependencies": {
"@vben/preferences": "workspace:*", "@vben/preferences": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"echarts": "^5.5.1", "echarts": "^5.5.1",
"vue": "^3.4.36" "vue": "^3.4.37"
} }
} }

View File

@ -26,9 +26,9 @@
"@vben/icons": "workspace:*", "@vben/icons": "workspace:*",
"@vben/locales": "workspace:*", "@vben/locales": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vueuse/integrations": "^10.11.0", "@vueuse/integrations": "^10.11.1",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -25,7 +25,7 @@
"@vben/stores": "workspace:*", "@vben/stores": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3", "vue-router": "^4.4.3",
"watermark-js-plus": "^1.5.2" "watermark-js-plus": "^1.5.2"
} }

View File

@ -32,8 +32,8 @@
"@vben/stores": "workspace:*", "@vben/stores": "workspace:*",
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
} }
} }

View File

@ -21,7 +21,7 @@
}, },
"dependencies": { "dependencies": {
"@intlify/core-base": "^9.13.1", "@intlify/core-base": "^9.13.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-i18n": "^9.13.1" "vue-i18n": "^9.13.1"
} }
} }

View File

@ -22,9 +22,9 @@
"dependencies": { "dependencies": {
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"pinia": "2.2.0", "pinia": "2.2.1",
"pinia-plugin-persistedstate": "^3.2.1", "pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
} }
} }

View File

@ -21,7 +21,7 @@
}, },
"dependencies": { "dependencies": {
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"vue": "^3.4.36", "vue": "^3.4.37",
"vue-router": "^4.4.3" "vue-router": "^4.4.3"
} }
} }

File diff suppressed because it is too large Load Diff