Upgrade front-end dependencies

This commit is contained in:
NI
2021-12-23 16:11:36 +08:00
parent 366be28325
commit b8a2b4d387
2 changed files with 40 additions and 116 deletions

View File

@@ -15,9 +15,9 @@
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.0",
"css-minimizer-webpack-plugin": "^3.3.1",
"cwebp-bin": "^7.0.1",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
@@ -29,7 +29,7 @@
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"iconv-lite": "^0.6.3",
"image-minimizer-webpack-plugin": "^3.1.1",
"image-minimizer-webpack-plugin": "^3.1.2",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
@@ -48,9 +48,9 @@
"vue-template-compiler": "^2.6.14",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"xterm": "^4.15.0",
"xterm": "^4.16.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0"
"xterm-addon-web-links": "^0.5.0"
},
"scripts": {
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",