Upgrade dependencies

This commit is contained in:
NI
2021-11-06 16:42:51 +08:00
parent a2d99ebeef
commit ad35cd47a9
4 changed files with 1030 additions and 967 deletions

View File

@@ -4,29 +4,29 @@
"description": "Sshwifty Web Front-end Project",
"main": "",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/runtime": "^7.16.0",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.1",
"cwebp-bin": "^7.0.0",
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.1",
"eslint-plugin-vue": "^8.0.3",
"eslint-webpack-plugin": "^3.1.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"fontfaceobserver": "^2.1.0",
"hack-font": "^3.3.0",
"html-loader": "^3.0.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"iconv-lite": "^0.6.3",
"image-minimizer-webpack-plugin": "^2.2.0",
@@ -35,7 +35,7 @@
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.0",
"imagemin-webp": "^6.0.0",
"mini-css-extract-plugin": "^2.4.3",
"mini-css-extract-plugin": "^2.4.4",
"mocha": "^9.1.3",
"normalize.css": "^8.0.1",
"prettier": "^2.4.1",
@@ -45,9 +45,9 @@
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.60.0",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"xterm": "^4.14.1",
"xterm": "^4.15.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0"
},