mirror of https://github.com/veops/cmdb.git
ui package update (#261)
* update(cmdb-ui):update packages && delete yarn.lock * update:gitignore
This commit is contained in:
parent
1b16a0b9c0
commit
e5d4015f7e
|
@ -70,6 +70,7 @@ settings.py
|
|||
# UI
|
||||
cmdb-ui/node_modules
|
||||
cmdb-ui/dist
|
||||
cmdb-ui/yarn.lock
|
||||
|
||||
# Log files
|
||||
cmdb-ui/npm-debug.log*
|
||||
|
|
|
@ -63,14 +63,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ant-design/colors": "^3.2.2",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/preset-env": "^7.23.2",
|
||||
"@vue/cli-plugin-babel": "4.5.17",
|
||||
"@vue/cli-plugin-eslint": "^4.0.5",
|
||||
"@vue/cli-plugin-unit-jest": "^4.0.5",
|
||||
"@vue/cli-service": "^4.0.5",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/test-utils": "^1.0.0-beta.30",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "^23.6.0",
|
||||
"babel-plugin-import": "^1.11.0",
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
|
|
14023
cmdb-ui/yarn.lock
14023
cmdb-ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue