@a2simcode/dui 0.0.58 → 0.0.60
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/dist/dui.css +1 -1
- package/dist/dui.es.js +33 -31
- package/dist/dui.umd.js +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2simcode/dui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.60",
|
|
4
4
|
"description": "A Vue 3 DUI Component Library - 独立可发布的 DUI 组件子集",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/dui.umd.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"html2canvas": "1.4.1",
|
|
60
60
|
"sortablejs": "1.15.7",
|
|
61
61
|
"sql-formatter": "15.7.2",
|
|
62
|
-
"vue": "3.5.
|
|
62
|
+
"vue": "3.5.39",
|
|
63
63
|
"vue3-sketch-ruler": "1.3.9",
|
|
64
64
|
"@wangeditor/editor": "5.1.23",
|
|
65
65
|
"diagram-js": "15.13.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@vue-flow/background": "^1.3.2",
|
|
73
73
|
"@vue-flow/controls": "^1.1.3",
|
|
74
74
|
"gridstack": "^12.4.2",
|
|
75
|
-
"@a2simcode/ui": "0.0.
|
|
75
|
+
"@a2simcode/ui": "0.0.249"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@types/codemirror": "^5.60.17",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"vite-plugin-dts": "^4.5.4",
|
|
102
102
|
"vitepress": "^1.6.4",
|
|
103
103
|
"vitest": "^4.0.18",
|
|
104
|
-
"vue": "3.5.
|
|
104
|
+
"vue": "3.5.39",
|
|
105
105
|
"vue-docgen-api": "^4.79.2",
|
|
106
106
|
"vue-tsc": "3.2.7"
|
|
107
107
|
},
|