Upgrade backend and front-end dependencies

This commit is contained in:
NI
2020-04-26 16:39:20 +08:00
parent 2874531dda
commit 19a57152c4
4 changed files with 3776 additions and 2232 deletions

View File

@@ -5,47 +5,47 @@
"main": "",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"@babel/runtime": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"buffer": "^5.5.0",
"babel-loader": "^8.1.0",
"buffer": "^5.6.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.1",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.0.0",
"fontfaceobserver": "^2.1.0",
"hack-font": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"iconv-lite": "^0.5.1",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.2.2",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.1.2",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.19.1",
"prettier": "^2.0.5",
"roboto-fontface": "^0.10.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.3",
"style-loader": "^1.2.0",
"terser-webpack-plugin": "^2.3.6",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webapp-webpack-plugin": "^2.7.1",
"webpack": "^4.42.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0",
"xterm": "^4.4.0",
"xterm": "^4.5.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.2.1"
"xterm-addon-web-links": "^0.3.0"
},
"scripts": {
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",