Merge pull request #101 from lanyulei/dev
fix: fix bug.
Showing
with
8 additions
and
8 deletions
| ... | ... | @@ -51,7 +51,7 @@ |
| "echarts": "^4.8.0", | ||
| "element-ui": "^2.13.2", | ||
| "file-saver": "2.0.1", | ||
| "form-making": "^1.2.8", | ||
| "form-making": "1.2.8", | ||
| "fuse.js": "3.4.4", | ||
| "js-cookie": "2.2.0", | ||
| "jsonlint": "1.6.3", | ||
| ... | ... | @@ -68,7 +68,7 @@ |
| "solarlunar": "^2.0.7", | ||
| "sortablejs": "1.8.4", | ||
| "viewerjs": "^1.6.1", | ||
| "vue": "^2.6.12", | ||
| "vue": "^2.6.14", | ||
| "vue-codemirror": "^4.0.6", | ||
| "vue-codemirror-lite": "^1.0.4", | ||
| "vue-count-to": "1.0.13", | ||
| ... | ... | @@ -108,16 +108,16 @@ |
| "lint-staged": "8.1.5", | ||
| "mockjs": "1.0.1-beta3", | ||
| "monaco-editor-webpack-plugin": "^1.9.0", | ||
| "node-sass": "^7.0.0", | ||
| "plop": "2.3.0", | ||
| "runjs": "^4.3.2", | ||
| "sass": "^1.53.0", | ||
| "sass-loader": "^7.1.0", | ||
| "script-ext-html-webpack-plugin": "2.1.3", | ||
| "script-loader": "0.7.2", | ||
| "serve-static": "^1.13.2", | ||
| "svg-sprite-loader": "4.1.3", | ||
| "svgo": "1.2.0", | ||
| "vue-template-compiler": "^2.6.12" | ||
| "vue-template-compiler": "^2.6.14" | ||
| }, | ||
| "engines": { | ||
| "node": ">=8.9", | ||
| ... | ... |
Please
register
or
sign in
to comment