cabloy 4.21.29 → 4.21.30
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cabloy",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.30",
|
|
4
4
|
"description": "A Node.js full-stack framework with workflow engine, based on koa + egg + vue + framework7",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/zhennann/cabloy#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"egg-born-backend": "^6.3.
|
|
25
|
-
"egg-born-bin": "^4.0.
|
|
24
|
+
"egg-born-backend": "^6.3.11",
|
|
25
|
+
"egg-born-bin": "^4.0.18",
|
|
26
26
|
"egg-born-front": "^8.5.7",
|
|
27
27
|
"egg-born-module-a-antdv": "^4.1.15",
|
|
28
28
|
"egg-born-module-a-antvg6": "^4.1.10",
|
|
@@ -47,8 +47,9 @@
|
|
|
47
47
|
"egg-born-module-a-clibooster": "^4.0.13",
|
|
48
48
|
"egg-born-module-a-cms": "^4.3.39",
|
|
49
49
|
"egg-born-module-a-codemirror": "^4.1.14",
|
|
50
|
-
"egg-born-module-a-components-sync": "^4.5.
|
|
51
|
-
"egg-born-module-a-dashboard": "^4.3.
|
|
50
|
+
"egg-born-module-a-components-sync": "^4.5.6",
|
|
51
|
+
"egg-born-module-a-dashboard": "^4.3.25",
|
|
52
|
+
"egg-born-module-a-dashboardbooster": "^4.0.1",
|
|
52
53
|
"egg-born-module-a-detail": "^4.1.20",
|
|
53
54
|
"egg-born-module-a-dict": "^4.1.19",
|
|
54
55
|
"egg-born-module-a-dictbooster": "^4.1.13",
|
|
@@ -62,12 +63,12 @@
|
|
|
62
63
|
"egg-born-module-a-flowtask": "^4.3.25",
|
|
63
64
|
"egg-born-module-a-host": "^4.1.10",
|
|
64
65
|
"egg-born-module-a-icon": "^4.0.8",
|
|
65
|
-
"egg-born-module-a-iconbooster": "^4.0.
|
|
66
|
+
"egg-born-module-a-iconbooster": "^4.0.11",
|
|
66
67
|
"egg-born-module-a-index": "^4.2.12",
|
|
67
68
|
"egg-born-module-a-instance": "^4.2.16",
|
|
68
69
|
"egg-born-module-a-jsoneditor": "^4.1.13",
|
|
69
70
|
"egg-born-module-a-layoutmobile": "^4.2.15",
|
|
70
|
-
"egg-born-module-a-layoutpc": "^4.2.
|
|
71
|
+
"egg-born-module-a-layoutpc": "^4.2.26",
|
|
71
72
|
"egg-born-module-a-login": "^4.1.13",
|
|
72
73
|
"egg-born-module-a-mail": "^4.1.11",
|
|
73
74
|
"egg-born-module-a-markdown": "^4.1.36",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"egg-born-module-a-status": "^4.1.11",
|
|
86
87
|
"egg-born-module-a-themebrilliant": "^4.1.13",
|
|
87
88
|
"egg-born-module-a-themehyacinth": "^4.1.13",
|
|
88
|
-
"egg-born-module-a-user": "^4.2.
|
|
89
|
+
"egg-born-module-a-user": "^4.2.15",
|
|
89
90
|
"egg-born-module-a-useronline": "^4.0.8",
|
|
90
91
|
"egg-born-module-a-validation": "^4.2.15",
|
|
91
92
|
"egg-born-module-a-version": "^4.1.12",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"egg-born-module-cms-themeblog": "^4.2.16",
|
|
105
106
|
"egg-born-module-cms-themecommunity": "^4.2.16",
|
|
106
107
|
"egg-born-module-cms-themedocs": "^4.2.18",
|
|
107
|
-
"egg-born-scripts": "^3.3.
|
|
108
|
+
"egg-born-scripts": "^3.3.31"
|
|
108
109
|
},
|
|
109
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "d032f846922fde59fb1448457367d1966508c75d"
|
|
110
111
|
}
|