chore: 更新依赖项和项目配置
- 升级 @vant/weapp 从 1.10.3 到 1.11.7 - 添加 .nvmrc 文件指定 node 版本 v16.14.2 - 添加项目规则文档 .trae/rules/project_rules.md
Showing
5 changed files
with
21 additions
and
13 deletions
.trae/rules/project_rules.md
0 → 100644
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | "@tarojs/plugin-platform-weapp": "^3.4.10", | 19 | "@tarojs/plugin-platform-weapp": "^3.4.10", |
| 20 | "@tarojs/runtime": "3.4.10", | 20 | "@tarojs/runtime": "3.4.10", |
| 21 | "@tarojs/taro": "3.4.10", | 21 | "@tarojs/taro": "3.4.10", |
| 22 | - "@vant/weapp": "^1.10.3", | 22 | + "@vant/weapp": "^1.11.7", |
| 23 | "axios": "^0.27.2", | 23 | "axios": "^0.27.2", |
| 24 | "axios-miniprogram": "^2.0.0-rc-2", | 24 | "axios-miniprogram": "^2.0.0-rc-2", |
| 25 | "dayjs": "^1.11.5", | 25 | "dayjs": "^1.11.5", |
| ... | @@ -5160,10 +5160,9 @@ | ... | @@ -5160,10 +5160,9 @@ |
| 5160 | "license": "MIT" | 5160 | "license": "MIT" |
| 5161 | }, | 5161 | }, |
| 5162 | "node_modules/@vant/weapp": { | 5162 | "node_modules/@vant/weapp": { |
| 5163 | - "version": "1.10.3", | 5163 | + "version": "1.11.7", |
| 5164 | - "resolved": "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz", | 5164 | + "resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz", |
| 5165 | - "integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==", | 5165 | + "integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==" |
| 5166 | - "license": "MIT" | ||
| 5167 | }, | 5166 | }, |
| 5168 | "node_modules/@vue/babel-helper-vue-jsx-merge-props": { | 5167 | "node_modules/@vue/babel-helper-vue-jsx-merge-props": { |
| 5169 | "version": "1.2.1", | 5168 | "version": "1.2.1", |
| ... | @@ -28140,9 +28139,9 @@ | ... | @@ -28140,9 +28139,9 @@ |
| 28140 | "integrity": "sha512-pW0DuV12cSaChubJYWJiAYkCr257yaxXsrxzluMUQQu7C/hSGtFoAYPI/K5ik2T7/Z+vhSNPpYwQzxI167hN+w==" | 28139 | "integrity": "sha512-pW0DuV12cSaChubJYWJiAYkCr257yaxXsrxzluMUQQu7C/hSGtFoAYPI/K5ik2T7/Z+vhSNPpYwQzxI167hN+w==" |
| 28141 | }, | 28140 | }, |
| 28142 | "@vant/weapp": { | 28141 | "@vant/weapp": { |
| 28143 | - "version": "1.10.3", | 28142 | + "version": "1.11.7", |
| 28144 | - "resolved": "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz", | 28143 | + "resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz", |
| 28145 | - "integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==" | 28144 | + "integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==" |
| 28146 | }, | 28145 | }, |
| 28147 | "@vue/babel-helper-vue-jsx-merge-props": { | 28146 | "@vue/babel-helper-vue-jsx-merge-props": { |
| 28148 | "version": "1.2.1", | 28147 | "version": "1.2.1", | ... | ... |
| ... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
| 44 | "@tarojs/plugin-platform-weapp": "^3.4.10", | 44 | "@tarojs/plugin-platform-weapp": "^3.4.10", |
| 45 | "@tarojs/runtime": "3.4.10", | 45 | "@tarojs/runtime": "3.4.10", |
| 46 | "@tarojs/taro": "3.4.10", | 46 | "@tarojs/taro": "3.4.10", |
| 47 | - "@vant/weapp": "^1.10.3", | 47 | + "@vant/weapp": "^1.11.7", |
| 48 | "axios": "^0.27.2", | 48 | "axios": "^0.27.2", |
| 49 | "axios-miniprogram": "^2.0.0-rc-2", | 49 | "axios-miniprogram": "^2.0.0-rc-2", |
| 50 | "dayjs": "^1.11.5", | 50 | "dayjs": "^1.11.5", | ... | ... |
| ... | @@ -2473,10 +2473,10 @@ | ... | @@ -2473,10 +2473,10 @@ |
| 2473 | "resolved" "https://mirrors.cloud.tencent.com/npm/@vant%2fuse/-/use-1.4.0.tgz" | 2473 | "resolved" "https://mirrors.cloud.tencent.com/npm/@vant%2fuse/-/use-1.4.0.tgz" |
| 2474 | "version" "1.4.0" | 2474 | "version" "1.4.0" |
| 2475 | 2475 | ||
| 2476 | -"@vant/weapp@^1.10.3": | 2476 | +"@vant/weapp@^1.11.7": |
| 2477 | - "integrity" "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==" | 2477 | + "integrity" "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==" |
| 2478 | - "resolved" "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz" | 2478 | + "resolved" "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz" |
| 2479 | - "version" "1.10.3" | 2479 | + "version" "1.11.7" |
| 2480 | 2480 | ||
| 2481 | "@vue/babel-helper-vue-jsx-merge-props@^1.2.1": | 2481 | "@vue/babel-helper-vue-jsx-merge-props@^1.2.1": |
| 2482 | "integrity" "sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==" | 2482 | "integrity" "sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==" | ... | ... |
-
Please register or login to post a comment