Upgrade front-end dependencies

This commit is contained in:
NI
2019-10-18 10:18:23 +08:00
parent c0d342c817
commit 8acab466d7
3 changed files with 153 additions and 71 deletions

View File

@@ -5,18 +5,18 @@
"main": "",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.4.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
@@ -37,10 +37,10 @@
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webapp-webpack-plugin": "^2.7.1",
"webpack": "^4.41.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-manifest-plugin": "^2.2.0",
"xterm": "^4.0.2",
"xterm": "^4.1.0",
"xterm-addon-fit": "^0.2.1",
"xterm-addon-web-links": "^0.2.1"
},