Merge pull request #31 from pdsuwwz/feature/update-dep

feat:  upgrade deps
This commit is contained in:
Wisdom
2022-02-20 15:25:07 +08:00
committed by GitHub
2 changed files with 728 additions and 689 deletions

View File

@@ -20,11 +20,11 @@
"vue": ">=3.2.0" "vue": ">=3.2.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.12", "@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.16.5", "@babel/eslint-parser": "^7.17.0",
"@babel/eslint-plugin": "^7.16.5", "@babel/eslint-plugin": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7", "@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-proposal-export-default-from": "^7.16.7", "@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7", "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.16.7", "@babel/plugin-proposal-function-sent": "^7.16.7",
@@ -35,16 +35,16 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.16.8", "@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.16.10", "@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.16.7", "@babel/runtime": "^7.17.2",
"@babel/runtime-corejs2": "^7.16.7", "@babel/runtime-corejs2": "^7.17.2",
"@vue/compiler-sfc": "^3.2.29", "@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-standard": "^6.1.0", "@vue/eslint-config-standard": "^6.1.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"core-js": "^3.20.3", "core-js": "^3.21.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.5.1", "css-loader": "^6.6.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3", "eslint-config-standard": "^16.0.3",
"eslint-friendly-formatter": "^4.0.1", "eslint-friendly-formatter": "^4.0.1",
@@ -56,17 +56,17 @@
"eslint-webpack-plugin": "^3.1.1", "eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.0",
"sass": "^1.49.0", "sass": "^1.49.8",
"sass-loader": "^8.0.2", "sass-loader": "^12.6.0",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue": "^3.2.29", "vue": "^3.2.31",
"vue-loader": "^16.8.3", "vue-loader": "^17.0.0",
"vue-router": "^4.0.12", "vue-router": "^4.0.12",
"vue-style-loader": "^4.1.3", "vue-style-loader": "^4.1.3",
"webpack": "^5.67.0", "webpack": "^5.69.1",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3" "webpack-dev-server": "^4.7.4"
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",

1387
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff