sun-form-v3 1.0.69 → 1.0.70
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "sun-form-v3",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.70",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
7
7
|
"src"
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"sass": "^1.77.2",
|
28
28
|
"tailwindcss": "^3.4.3",
|
29
29
|
"vue": "^3.4.21",
|
30
|
-
"vuedraggable": "^4.1.0"
|
31
|
-
"xe-utils": "^3.5.26"
|
30
|
+
"vuedraggable": "^4.1.0"
|
32
31
|
},
|
33
32
|
"devDependencies": {
|
34
33
|
"@vitejs/plugin-vue": "^5.0.4",
|
35
34
|
"element-plus": "^2.7.3",
|
36
35
|
"terser": "^5.31.0",
|
37
36
|
"vite": "^5.2.8",
|
38
|
-
"vxe-table": "^4.6.17"
|
37
|
+
"vxe-table": "^4.6.17",
|
38
|
+
"xe-utils": "^3.5.26"
|
39
39
|
}
|
40
40
|
}
|