Upgrade front-end dependencies

This commit is contained in:
NI
2020-02-08 10:11:27 +08:00
parent e0a24dfff5
commit 573ae2ea0e
2 changed files with 1271 additions and 822 deletions

2077
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,11 +5,11 @@
"main": "",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"buffer": "^5.4.3",
@@ -17,7 +17,7 @@
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.2.3",
@@ -26,7 +26,7 @@
"hack-font": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"iconv-lite": "^0.5.0",
"iconv-lite": "^0.5.1",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.2.2",
@@ -43,7 +43,7 @@
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0",
"xterm": "^4.3.0",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.2.1"
},