@baosight/er4j 0.1.7 → 0.1.8
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 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baosight/er4j",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "er4j 辅助开发",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -26,22 +26,9 @@
|
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@eplat/ei": ">=1.2.0",
|
|
29
|
-
"@vue/cli-plugin-babel": "5.0.1",
|
|
30
|
-
"@vue/cli-plugin-router": "5.0.1",
|
|
31
|
-
"@vue/cli-plugin-typescript": "5.0.1",
|
|
32
|
-
"@vue/cli-plugin-vuex": "5.0.1",
|
|
33
|
-
"@vue/cli-service": "5.0.1",
|
|
34
|
-
"@vue/compiler-sfc": "3.5.13",
|
|
35
29
|
"@xr/core": ">=1.2.5",
|
|
36
30
|
"@xr/theme3-default": ">=1.2.0",
|
|
37
|
-
"@xr/ui": ">=1.2.5"
|
|
38
|
-
"dayjs": "1.11.19",
|
|
39
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
40
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
41
|
-
"@codemirror/lang-sql": "^6.10.0",
|
|
42
|
-
"codemirror": "^6.0.2",
|
|
43
|
-
"vue": "^3.5.6",
|
|
44
|
-
"vue-codemirror": "^6.1.1"
|
|
31
|
+
"@xr/ui": ">=1.2.5"
|
|
45
32
|
},
|
|
46
33
|
"devDependencies": {
|
|
47
34
|
"@ag-grid-community/client-side-row-model": "30.2.1",
|
|
@@ -129,7 +116,14 @@
|
|
|
129
116
|
"vue-clipboard3": "2.0.0",
|
|
130
117
|
"vue-i18n": "9.2.2",
|
|
131
118
|
"vue-router": "4.0.16",
|
|
132
|
-
"xlsx": "0.18.5"
|
|
119
|
+
"xlsx": "0.18.5",
|
|
120
|
+
"dayjs": "1.11.19",
|
|
121
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
122
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
123
|
+
"@codemirror/lang-sql": "^6.10.0",
|
|
124
|
+
"codemirror": "^6.0.2",
|
|
125
|
+
"vue": "^3.5.6",
|
|
126
|
+
"vue-codemirror": "^6.1.1"
|
|
133
127
|
},
|
|
134
128
|
"dependencies": {}
|
|
135
129
|
}
|