|
@@ -25,14 +25,14 @@
|
|
|
"vue": "~2.6.11",
|
|
|
"vue-class-component": "~7.2.3",
|
|
|
"vue-property-decorator": "~8.4.2",
|
|
|
- "vue-router": "^3.2.0",
|
|
|
- "vuex": "^3.4.0",
|
|
|
- "weixin-js-sdk": "^1.6.0"
|
|
|
+ "vue-router": "~3.2.0",
|
|
|
+ "vuex": "~3.4.0",
|
|
|
+ "weixin-js-sdk": "~1.6.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@types/js-cookie": "^2.2.6",
|
|
|
- "@types/qs": "^6.9.4",
|
|
|
- "@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
|
+ "@types/js-cookie": "~2.2.6",
|
|
|
+ "@types/qs": "~6.9.4",
|
|
|
+ "@typescript-eslint/eslint-plugin": "~2.33.0",
|
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
|
"@vue/cli-plugin-babel": "~4.4.0",
|
|
|
"@vue/cli-plugin-eslint": "~4.4.0",
|
|
@@ -40,25 +40,25 @@
|
|
|
"@vue/cli-plugin-typescript": "~4.4.0",
|
|
|
"@vue/cli-plugin-vuex": "~4.4.0",
|
|
|
"@vue/cli-service": "~4.4.0",
|
|
|
- "@vue/eslint-config-standard": "^5.1.2",
|
|
|
- "@vue/eslint-config-typescript": "^5.0.2",
|
|
|
- "autoprefixer": "^9.8.5",
|
|
|
- "commitizen": "^4.1.2",
|
|
|
- "commitlint": "^9.0.1",
|
|
|
- "contenthash2version": "^0.1.4",
|
|
|
+ "@vue/eslint-config-standard": "~5.1.2",
|
|
|
+ "@vue/eslint-config-typescript": "~5.0.2",
|
|
|
+ "autoprefixer": "~9.8.5",
|
|
|
+ "commitizen": "~4.1.2",
|
|
|
+ "commitlint": "~9.0.1",
|
|
|
+ "contenthash2version": "~0.1.4",
|
|
|
"cz-conventional-changelog": "3.2.0",
|
|
|
- "eslint": "^6.7.2",
|
|
|
- "eslint-plugin-import": "^2.20.2",
|
|
|
- "eslint-plugin-node": "^11.1.0",
|
|
|
- "eslint-plugin-promise": "^4.2.1",
|
|
|
- "eslint-plugin-standard": "^4.0.0",
|
|
|
- "eslint-plugin-vue": "^6.2.2",
|
|
|
- "husky": "^4.2.5",
|
|
|
- "postcss-px-to-viewport": "^1.1.1",
|
|
|
- "sass": "^1.26.5",
|
|
|
- "sass-loader": "^8.0.2",
|
|
|
- "standard-version": "^8.0.1",
|
|
|
- "ts-import-plugin": "^1.6.6",
|
|
|
+ "eslint": "~6.7.2",
|
|
|
+ "eslint-plugin-import": "~2.20.2",
|
|
|
+ "eslint-plugin-node": "~11.1.0",
|
|
|
+ "eslint-plugin-promise": "~4.2.1",
|
|
|
+ "eslint-plugin-standard": "~4.0.0",
|
|
|
+ "eslint-plugin-vue": "~6.2.2",
|
|
|
+ "husky": "~4.2.5",
|
|
|
+ "postcss-px-to-viewport": "~1.1.1",
|
|
|
+ "sass": "~1.26.5",
|
|
|
+ "sass-loader": "~8.0.2",
|
|
|
+ "standard-version": "~8.0.1",
|
|
|
+ "ts-import-plugin": "~1.6.6",
|
|
|
"typescript": "~3.9.3",
|
|
|
"vue-template-compiler": "~2.6.11",
|
|
|
"yarn": "^1.22.17"
|