Commit a1bffa960da8bf9ef1b526dfe0f06c982ad415fb
1 parent
a3439bed
packjson
Showing
1 changed file
with
4 additions
and
4 deletions
package.json
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | "loading-view-vue": "^1.0.3", |
| 29 | 29 | "miment": "^0.0.9", |
| 30 | 30 | "moment": "^2.29.1", |
| 31 | - "monaco-editor": "^0.20.0", | |
| 31 | + "monaco-editor": "0.28.1", | |
| 32 | 32 | "normalize.css": "7.0.0", |
| 33 | 33 | "nprogress": "0.2.0", |
| 34 | 34 | "qrcodejs2": "0.0.2", |
| ... | ... | @@ -66,13 +66,12 @@ |
| 66 | 66 | "eventsource-polyfill": "0.9.6", |
| 67 | 67 | "file-loader": "1.1.11", |
| 68 | 68 | "friendly-errors-webpack-plugin": "1.7.0", |
| 69 | - "html-webpack-plugin": "4.0.0-alpha", | |
| 69 | + "html-webpack-plugin": "3.2.0", | |
| 70 | 70 | "iframe-resizer": "^4.3.6", |
| 71 | 71 | "js-md5": "^0.7.3", |
| 72 | 72 | "mini-css-extract-plugin": "0.4.1", |
| 73 | 73 | "monaco-editor-webpack-plugin": "^4.1.1", |
| 74 | 74 | "node-notifier": "5.2.1", |
| 75 | - "node-sass": "^4.7.2", | |
| 76 | 75 | "optimize-css-assets-webpack-plugin": "5.0.0", |
| 77 | 76 | "ora": "3.0.0", |
| 78 | 77 | "path-to-regexp": "2.4.0", |
| ... | ... | @@ -81,7 +80,8 @@ |
| 81 | 80 | "postcss-loader": "2.1.6", |
| 82 | 81 | "postcss-url": "7.3.2", |
| 83 | 82 | "rimraf": "2.6.2", |
| 84 | - "sass-loader": "7.0.3", | |
| 83 | + "sass": "^1.77.0", | |
| 84 | + "sass-loader": "^7.3.0", | |
| 85 | 85 | "script-ext-html-webpack-plugin": "2.0.1", |
| 86 | 86 | "semver": "5.5.0", |
| 87 | 87 | "shelljs": "0.8.2", | ... | ... |