浏览代码

feat: 依赖锁定版本

cuiyalong 6 月之前
父节点
当前提交
68e602429b
共有 2 个文件被更改,包括 282 次插入329 次删除
  1. 24 24
      package.json
  2. 258 305
      yarn.lock

+ 24 - 24
package.json

@@ -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"

文件差异内容过多而无法显示
+ 258 - 305
yarn.lock


部分文件因为文件数量过多而无法显示