mirror of https://github.com/veops/cmdb.git
Dev UI 231108 (#256)
* pref(cmdb-ui):update packages * pref(cmdb-ui):update packages
This commit is contained in:
parent
c711c3d3fd
commit
45d3f57228
|
@ -15,6 +15,7 @@
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||||
|
"@babel/traverse": "^7.23.2",
|
||||||
"@riophae/vue-treeselect": "^0.4.0",
|
"@riophae/vue-treeselect": "^0.4.0",
|
||||||
"@vue/composition-api": "^1.7.1",
|
"@vue/composition-api": "^1.7.1",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
|
@ -24,20 +25,27 @@
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
"butterfly-dag": "^4.3.26",
|
"butterfly-dag": "^4.3.26",
|
||||||
"codemirror": "^5.65.13",
|
"codemirror": "^5.65.13",
|
||||||
"core-js": "^3.31.0",
|
"core-js": "^3.25.5",
|
||||||
|
"d3-color": "3.1.0",
|
||||||
"echarts": "^5.3.2",
|
"echarts": "^5.3.2",
|
||||||
|
"ejs": "3.1.7",
|
||||||
"element-ui": "^2.15.10",
|
"element-ui": "^2.15.10",
|
||||||
"exceljs": "^4.3.0",
|
"exceljs": "^4.3.0",
|
||||||
|
"glob-parent": "5.1.2",
|
||||||
"html2canvas": "^1.0.0-rc.5",
|
"html2canvas": "^1.0.0-rc.5",
|
||||||
"is-buffer": "^2.0.5",
|
"is-buffer": "^2.0.5",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
"js-cookie": "^2.2.0",
|
"js-cookie": "^2.2.0",
|
||||||
"json2csv": "^4.5.2",
|
"json2csv": "^4.5.2",
|
||||||
|
"json5": "1.0.2",
|
||||||
|
"loader-utils": "1.4.2",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"lodash.pick": "^4.4.0",
|
"lodash.pick": "^4.4.0",
|
||||||
"md5": "^2.2.1",
|
"md5": "^2.2.1",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
|
"node-forge": "1.3.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
|
"nth-check": "2.0.1",
|
||||||
"relation-graph": "^1.1.0",
|
"relation-graph": "^1.1.0",
|
||||||
"snabbdom": "^3.5.1",
|
"snabbdom": "^3.5.1",
|
||||||
"sortablejs": "1.9.0",
|
"sortablejs": "1.9.0",
|
||||||
|
|
11792
cmdb-ui/yarn.lock
11792
cmdb-ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue