cabloy 4.21.28 → 4.21.29
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cabloy",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.29",
|
|
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,9 +21,9 @@
|
|
|
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.
|
|
26
|
-
"egg-born-front": "^8.5.
|
|
24
|
+
"egg-born-backend": "^6.3.10",
|
|
25
|
+
"egg-born-bin": "^4.0.17",
|
|
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",
|
|
29
29
|
"egg-born-module-a-antvlayout": "^4.1.10",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"egg-born-module-a-auth": "^4.0.4",
|
|
34
34
|
"egg-born-module-a-authgithub": "^4.1.10",
|
|
35
35
|
"egg-born-module-a-authopen": "^4.0.7",
|
|
36
|
-
"egg-born-module-a-authsimple": "^4.2.
|
|
36
|
+
"egg-born-module-a-authsimple": "^4.2.18",
|
|
37
37
|
"egg-born-module-a-authsms": "^4.2.18",
|
|
38
38
|
"egg-born-module-a-base-sync": "^4.6.18",
|
|
39
39
|
"egg-born-module-a-baseadmin": "^4.2.18",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"egg-born-module-a-icon": "^4.0.8",
|
|
65
65
|
"egg-born-module-a-iconbooster": "^4.0.10",
|
|
66
66
|
"egg-born-module-a-index": "^4.2.12",
|
|
67
|
-
"egg-born-module-a-instance": "^4.2.
|
|
67
|
+
"egg-born-module-a-instance": "^4.2.16",
|
|
68
68
|
"egg-born-module-a-jsoneditor": "^4.1.13",
|
|
69
69
|
"egg-born-module-a-layoutmobile": "^4.2.15",
|
|
70
70
|
"egg-born-module-a-layoutpc": "^4.2.25",
|
|
71
71
|
"egg-born-module-a-login": "^4.1.13",
|
|
72
72
|
"egg-born-module-a-mail": "^4.1.11",
|
|
73
|
-
"egg-born-module-a-markdown": "^4.1.
|
|
73
|
+
"egg-born-module-a-markdown": "^4.1.36",
|
|
74
74
|
"egg-born-module-a-markdownblock": "^4.1.13",
|
|
75
75
|
"egg-born-module-a-markdownrender": "^4.1.17",
|
|
76
76
|
"egg-born-module-a-markdownstyle": "^4.1.15",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"egg-born-module-cms-themeaws": "^4.2.18",
|
|
104
104
|
"egg-born-module-cms-themeblog": "^4.2.16",
|
|
105
105
|
"egg-born-module-cms-themecommunity": "^4.2.16",
|
|
106
|
-
"egg-born-module-cms-themedocs": "^4.2.
|
|
107
|
-
"egg-born-scripts": "^3.3.
|
|
106
|
+
"egg-born-module-cms-themedocs": "^4.2.18",
|
|
107
|
+
"egg-born-scripts": "^3.3.30"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "655130b4466716cc6ab4de9b53d6702e86e696a3"
|
|
110
110
|
}
|