star-horse-lowcode 2.8.24 → 2.8.26

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.24",
5
+ "version": "2.8.26",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -61,61 +61,59 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@eslint/js": "^9.38.0",
65
- "@originjs/vite-plugin-commonjs": "^1.0.3",
66
- "@rollup/plugin-inject": "^5.0.5",
67
- "@tailwindcss/vite": "^4.1.16",
68
- "@vitejs/plugin-vue-jsx": "^5.1.1",
69
64
  "@vueup/vue-quill": "^1.2.0",
70
- "axios": "^1.13.0",
71
- "element-plus": "^2.11.5",
72
- "eslint-config-prettier": "^10.1.8",
73
- "eslint-plugin-prettier": "^5.5.4",
74
- "globals": "^16.4.0",
65
+ "axios": "^1.13.2",
66
+ "element-plus": "^2.11.7",
67
+ "globals": "^16.5.0",
75
68
  "jquery": "^3.7.1",
76
69
  "json5": "^2.2.3",
77
- "md-editor-v3": "^6.1.0",
70
+ "md-editor-v3": "^6.1.1",
78
71
  "path": "^0.12.7",
79
- "pinia": "^3.0.3",
80
- "pinia-plugin-persistedstate": "^4.5.0",
72
+ "pinia": "^3.0.4",
73
+ "pinia-plugin-persistedstate": "^4.7.1",
81
74
  "qrcode.vue": "^3.6.0",
82
75
  "quill-image-uploader": "^1.3.0",
83
76
  "smooth-signature": "^1.1.0",
84
77
  "sortablejs": "^1.15.6",
85
78
  "tailwindcss": "^4.1.16",
86
- "unplugin-auto-import": "^20.2.0",
87
- "unplugin-element-plus": "^0.10.0",
88
- "unplugin-vue-components": "^30.0.0",
89
79
  "uuid": "^13.0.0",
90
80
  "vanilla-jsoneditor": "^3.10.0",
91
- "vite-plugin-dts": "^4.5.4",
92
- "vue": "^3.5.22",
93
- "vue-eslint-parser": "^10.2.0",
81
+ "vue": "^3.5.23",
94
82
  "vue-i18n": "^11.1.12",
95
83
  "vue-m-message": "^4.0.2",
96
84
  "vue-router": "^4.6.3",
97
85
  "vue3-barcode": "^1.0.1",
98
86
  "vue3-ts-jsoneditor": "^3.1.2",
99
- "vuedraggable": "^4.1.0"
87
+ "vuedraggable-es": "^4.1.1"
100
88
  },
101
89
  "devDependencies": {
102
- "@rollup/plugin-commonjs": "^28.0.9",
90
+ "@eslint/js": "^9.39.1",
91
+ "@originjs/vite-plugin-commonjs": "^1.0.3",
92
+ "@rollup/plugin-inject": "^5.0.5",
93
+ "@tailwindcss/vite": "^4.1.16",
94
+ "@vitejs/plugin-vue-jsx": "^5.1.1",
95
+ "@rollup/plugin-commonjs": "^29.0.0",
103
96
  "@types/jquery": "^3.5.33",
104
- "@types/node": "^24.9.1",
97
+ "@types/node": "^24.10.0",
105
98
  "@types/prismjs": "^1.26.5",
106
99
  "@types/sortablejs": "^1.15.9",
107
100
  "@types/uuid": "^11.0.0",
108
- "@typescript-eslint/eslint-plugin": "^8.46.2",
109
- "@typescript-eslint/parser": "^8.46.2",
101
+ "@typescript-eslint/eslint-plugin": "^8.46.3",
102
+ "@typescript-eslint/parser": "^8.46.3",
110
103
  "@vitejs/plugin-vue": "^6.0.1",
111
- "eslint": "^9.38.0",
104
+ "unplugin-auto-import": "^20.2.0",
105
+ "unplugin-element-plus": "^0.10.0",
106
+ "unplugin-vue-components": "^30.0.0",
107
+ "eslint": "^9.39.1",
108
+ "vue-eslint-parser": "^10.2.0",
112
109
  "eslint-config-prettier": "^10.1.8",
113
110
  "eslint-plugin-prettier": "^5.5.4",
114
111
  "eslint-plugin-vue": "^10.5.1",
115
112
  "prettier": "^3.6.2",
116
- "sass-embedded": "^1.93.2",
117
- "terser": "^5.44.0",
118
- "vite": "^7.1.12"
113
+ "vite-plugin-dts": "^4.5.4",
114
+ "sass-embedded": "^1.93.3",
115
+ "terser": "^5.44.1",
116
+ "vite": "^7.2.0"
119
117
  },
120
118
  "engines": {
121
119
  "node": ">=20.13.0"