|
@@ -11,18 +11,18 @@
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"axios": "^0.27.2",
|
|
"axios": "^0.27.2",
|
|
|
- "core-js": "^3.26.0",
|
|
|
|
|
- "element-ui": "^2.15.10",
|
|
|
|
|
|
|
+ "core-js": "^3.26.1",
|
|
|
|
|
+ "element-ui": "^2.15.12",
|
|
|
"js-cookie": "^3.0.1",
|
|
"js-cookie": "^3.0.1",
|
|
|
"md5": "^2.3.0",
|
|
"md5": "^2.3.0",
|
|
|
"normalize.css": "^8.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
|
"nprogress": "^0.2.0",
|
|
"nprogress": "^0.2.0",
|
|
|
- "vue": "^2.7.13",
|
|
|
|
|
|
|
+ "vue": "^2.7.14",
|
|
|
"vue-router": "^3.6.5",
|
|
"vue-router": "^3.6.5",
|
|
|
"vuex": "^3.6.2"
|
|
"vuex": "^3.6.2"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.19.6",
|
|
|
|
|
|
|
+ "@babel/core": "^7.20.2",
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
@@ -33,31 +33,31 @@
|
|
|
"@vue/cli-service": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
|
- "@vue/test-utils": "^1.3.0",
|
|
|
|
|
|
|
+ "@vue/test-utils": "^1.3.3",
|
|
|
"babel-jest": "^27.5.1",
|
|
"babel-jest": "^27.5.1",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
|
"compression-webpack-plugin": "^6.1.1",
|
|
|
"eslint": "^7.32.0",
|
|
"eslint": "^7.32.0",
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
- "eslint-plugin-vue": "^9.7.0",
|
|
|
|
|
|
|
+ "eslint-plugin-vue": "^9.8.0",
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
- "postcss": "^8.4.18",
|
|
|
|
|
|
|
+ "postcss": "^8.4.19",
|
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-html": "^1.5.0",
|
|
|
- "prettier": "2.7.1",
|
|
|
|
|
- "sass": "^1.55.0",
|
|
|
|
|
- "sass-loader": "^10.3.1",
|
|
|
|
|
|
|
+ "prettier": "2.8.0",
|
|
|
|
|
+ "sass": "^1.56.1",
|
|
|
|
|
+ "sass-loader": "^10.4.1",
|
|
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
|
|
- "stylelint": "^14.14.0",
|
|
|
|
|
- "stylelint-config-prettier": "^9.0.3",
|
|
|
|
|
|
|
+ "stylelint": "^14.15.0",
|
|
|
|
|
+ "stylelint-config-prettier": "^9.0.4",
|
|
|
"stylelint-config-recess-order": "^3.0.0",
|
|
"stylelint-config-recess-order": "^3.0.0",
|
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
|
- "stylelint-config-standard-scss": "^6.0.0",
|
|
|
|
|
|
|
+ "stylelint-config-standard-scss": "^6.1.0",
|
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
|
|
|
"stylelint-webpack-plugin": "^3.3.0",
|
|
"stylelint-webpack-plugin": "^3.3.0",
|
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
|
"svgo": "^2.8.0",
|
|
"svgo": "^2.8.0",
|
|
|
- "vue-loader": "^15.10.0",
|
|
|
|
|
- "vue-template-compiler": "^2.7.13",
|
|
|
|
|
|
|
+ "vue-loader": "^15.10.1",
|
|
|
|
|
+ "vue-template-compiler": "^2.7.14",
|
|
|
"vue-demi": "^0.13.11"
|
|
"vue-demi": "^0.13.11"
|
|
|
},
|
|
},
|
|
|
"browserslist": [
|
|
"browserslist": [
|