star-horse-lowcode 2.8.23 → 2.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "star-horse-lowcode",
3
3
  "private": false,
4
4
  "author": "l_1019@163.com",
5
- "version": "2.8.23",
5
+ "version": "2.8.24",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -64,10 +64,10 @@
64
64
  "@eslint/js": "^9.38.0",
65
65
  "@originjs/vite-plugin-commonjs": "^1.0.3",
66
66
  "@rollup/plugin-inject": "^5.0.5",
67
- "@tailwindcss/vite": "^4.1.15",
67
+ "@tailwindcss/vite": "^4.1.16",
68
68
  "@vitejs/plugin-vue-jsx": "^5.1.1",
69
69
  "@vueup/vue-quill": "^1.2.0",
70
- "axios": "^1.12.2",
70
+ "axios": "^1.13.0",
71
71
  "element-plus": "^2.11.5",
72
72
  "eslint-config-prettier": "^10.1.8",
73
73
  "eslint-plugin-prettier": "^5.5.4",
@@ -82,7 +82,7 @@
82
82
  "quill-image-uploader": "^1.3.0",
83
83
  "smooth-signature": "^1.1.0",
84
84
  "sortablejs": "^1.15.6",
85
- "tailwindcss": "^4.1.15",
85
+ "tailwindcss": "^4.1.16",
86
86
  "unplugin-auto-import": "^20.2.0",
87
87
  "unplugin-element-plus": "^0.10.0",
88
88
  "unplugin-vue-components": "^30.0.0",
@@ -99,11 +99,11 @@
99
99
  "vuedraggable": "^4.1.0"
100
100
  },
101
101
  "devDependencies": {
102
- "@rollup/plugin-commonjs": "^28.0.8",
102
+ "@rollup/plugin-commonjs": "^28.0.9",
103
103
  "@types/jquery": "^3.5.33",
104
104
  "@types/node": "^24.9.1",
105
105
  "@types/prismjs": "^1.26.5",
106
- "@types/sortablejs": "^1.15.8",
106
+ "@types/sortablejs": "^1.15.9",
107
107
  "@types/uuid": "^11.0.0",
108
108
  "@typescript-eslint/eslint-plugin": "^8.46.2",
109
109
  "@typescript-eslint/parser": "^8.46.2",
@@ -115,7 +115,7 @@
115
115
  "prettier": "^3.6.2",
116
116
  "sass-embedded": "^1.93.2",
117
117
  "terser": "^5.44.0",
118
- "vite": "^7.1.11"
118
+ "vite": "^7.1.12"
119
119
  },
120
120
  "engines": {
121
121
  "node": ">=20.13.0"