@baosight/er4j 0.1.5 → 0.1.6
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 +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baosight/er4j",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "er4j 辅助开发",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -35,7 +35,13 @@
|
|
|
35
35
|
"@xr/core": ">=1.2.5",
|
|
36
36
|
"@xr/theme3-default": ">=1.2.0",
|
|
37
37
|
"@xr/ui": ">=1.2.5",
|
|
38
|
-
"dayjs": "1.11.19"
|
|
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"
|
|
39
45
|
},
|
|
40
46
|
"devDependencies": {
|
|
41
47
|
"@ag-grid-community/client-side-row-model": "30.2.1",
|
|
@@ -125,12 +131,5 @@
|
|
|
125
131
|
"vue-router": "4.0.16",
|
|
126
132
|
"xlsx": "0.18.5"
|
|
127
133
|
},
|
|
128
|
-
"dependencies": {
|
|
129
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
130
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
131
|
-
"@codemirror/lang-sql": "^6.10.0",
|
|
132
|
-
"codemirror": "^6.0.2",
|
|
133
|
-
"vue": "^3.5.6",
|
|
134
|
-
"vue-codemirror": "^6.1.1"
|
|
135
|
-
}
|
|
134
|
+
"dependencies": {}
|
|
136
135
|
}
|