chore(projects): 🔖 release v1.3.15.

* chore(deps): ⬆️ update deps.

* chore(projects): release v1.3.15
This commit is contained in:
一寸灰
2025-09-02 10:12:43 +08:00
committed by GitHub
parent c4cdee3ce5
commit 02b949e962
13 changed files with 70 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@sa/elp",
"type": "module",
"version": "1.3.14",
"version": "1.3.15",
"description": "A fresh and elegant admin template, based on Vue3、Vite6、TypeScript、ElementPlus and UnoCSS. 一个基于Vue3、Vite6、TypeScript、ElementPlus and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
@@ -26,8 +26,8 @@
"UnoCSS"
],
"engines": {
"node": ">=18.20.0",
"pnpm": ">=8.7.0"
"node": ">=20.19.0",
"pnpm": ">=10.5.0"
},
"scripts": {
"build": "vite build --mode prod",
@@ -48,7 +48,7 @@
},
"dependencies": {
"@antv/data-set": "0.11.8",
"@antv/g2": "5.3.5",
"@antv/g2": "5.4.0",
"@antv/g6": "5.0.49",
"@better-scroll/core": "2.5.1",
"@iconify/vue": "5.0.0",
@@ -58,20 +58,20 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@visactor/vchart": "2.0.3",
"@visactor/vchart": "2.0.4",
"@visactor/vchart-theme": "1.12.2",
"@visactor/vtable-editors": "1.19.7",
"@visactor/vtable-gantt": "1.19.7",
"@visactor/vue-vtable": "1.19.7",
"@vueuse/components": "13.7.0",
"@vueuse/core": "13.7.0",
"@visactor/vtable-editors": "1.19.8",
"@visactor/vtable-gantt": "1.19.8",
"@visactor/vue-vtable": "1.19.8",
"@vueuse/components": "13.9.0",
"@vueuse/core": "13.9.0",
"clipboard": "2.0.11",
"dayjs": "1.11.13",
"dayjs": "1.11.18",
"defu": "^6.1.4",
"dhtmlx-gantt": "9.0.14",
"dompurify": "3.2.6",
"echarts": "6.0.0",
"element-plus": "^2.10.7",
"element-plus": "^2.11.1",
"jsbarcode": "3.12.1",
"json5": "2.2.3",
"nprogress": "0.2.0",
@@ -81,8 +81,8 @@
"swiper": "11.2.10",
"tailwind-merge": "3.3.1",
"typeit": "8.8.7",
"vditor": "3.11.1",
"vue": "3.5.18",
"vditor": "3.11.2",
"vue": "3.5.20",
"vue-draggable-plus": "0.6.0",
"vue-i18n": "11.1.11",
"vue-pdf-embed": "2.1.3",
@@ -94,7 +94,7 @@
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.15",
"@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.375",
"@iconify/json": "2.2.380",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.7.1",
@@ -102,30 +102,30 @@
"@types/dompurify": "3.2.0",
"@types/node": "24.3.0",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "66.4.2",
"@unocss/preset-icons": "66.4.2",
"@unocss/preset-uno": "66.4.2",
"@unocss/transformer-directives": "66.4.2",
"@unocss/transformer-variant-group": "66.4.2",
"@unocss/vite": "66.4.2",
"@unocss/eslint-config": "66.5.0",
"@unocss/preset-icons": "66.5.0",
"@unocss/preset-uno": "66.5.0",
"@unocss/transformer-directives": "66.5.0",
"@unocss/transformer-variant-group": "66.5.0",
"@unocss/vite": "66.5.0",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue-jsx": "5.0.1",
"@vitejs/plugin-vue-jsx": "5.1.1",
"consola": "3.4.2",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-vue": "10.4.0",
"kolorist": "1.8.0",
"sass": "1.90.0",
"sass": "1.91.0",
"simple-git-hooks": "2.13.1",
"tsx": "4.20.4",
"typescript": "5.8.3",
"tsx": "4.20.5",
"typescript": "5.9.2",
"unplugin-icons": "22.2.0",
"unplugin-vue-components": "29.0.0",
"vite": "7.1.2",
"vite": "7.1.4",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "8.0.0",
"vite-plugin-vue-devtools": "8.0.1",
"vue-eslint-parser": "10.2.0",
"vue-tsc": "3.0.5"
"vue-tsc": "3.0.6"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",