chore: 升级依赖包到最新稳定版本
- 升级 @nutui/nutui-taro: 4.3.13 → 4.3.14 - 升级 Taro 框架: 4.1.9 → 4.1.11 - 所有 @tarojs/* 核心包升级 - 新增 @tarojs/service 依赖 - 更新 pnpm-lock.yaml 改进内容: - NutUI 4.3.14 的 bug 修复和性能优化 - Taro 4.1.11 的小程序平台兼容性改进 - 更好的 TypeScript 支持 影响文件: - package.json - pnpm-lock.yaml Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
2 changed files
with
21 additions
and
20 deletions
| ... | @@ -45,21 +45,21 @@ | ... | @@ -45,21 +45,21 @@ |
| 45 | "@babel/runtime": "^7.7.7", | 45 | "@babel/runtime": "^7.7.7", |
| 46 | "@nutui/icons-vue": "^0.1.1", | 46 | "@nutui/icons-vue": "^0.1.1", |
| 47 | "@nutui/icons-vue-taro": "^0.0.9", | 47 | "@nutui/icons-vue-taro": "^0.0.9", |
| 48 | - "@nutui/nutui-taro": "^4.3.13", | 48 | + "@nutui/nutui-taro": "^4.3.14", |
| 49 | - "@tarojs/components": "4.1.9", | 49 | + "@tarojs/components": "4.1.11", |
| 50 | - "@tarojs/helper": "4.1.9", | 50 | + "@tarojs/helper": "4.1.11", |
| 51 | - "@tarojs/plugin-framework-vue3": "4.1.9", | 51 | + "@tarojs/plugin-framework-vue3": "4.1.11", |
| 52 | - "@tarojs/plugin-html": "4.1.9", | 52 | + "@tarojs/plugin-html": "4.1.11", |
| 53 | - "@tarojs/plugin-platform-alipay": "4.1.9", | 53 | + "@tarojs/plugin-platform-alipay": "4.1.11", |
| 54 | - "@tarojs/plugin-platform-h5": "4.1.9", | 54 | + "@tarojs/plugin-platform-h5": "4.1.11", |
| 55 | - "@tarojs/plugin-platform-jd": "4.1.9", | 55 | + "@tarojs/plugin-platform-jd": "4.1.11", |
| 56 | - "@tarojs/plugin-platform-qq": "4.1.9", | 56 | + "@tarojs/plugin-platform-qq": "4.1.11", |
| 57 | - "@tarojs/plugin-platform-swan": "4.1.9", | 57 | + "@tarojs/plugin-platform-swan": "4.1.11", |
| 58 | - "@tarojs/plugin-platform-tt": "4.1.9", | 58 | + "@tarojs/plugin-platform-tt": "4.1.11", |
| 59 | - "@tarojs/plugin-platform-weapp": "4.1.9", | 59 | + "@tarojs/plugin-platform-weapp": "4.1.11", |
| 60 | - "@tarojs/runtime": "4.1.9", | 60 | + "@tarojs/runtime": "4.1.11", |
| 61 | - "@tarojs/shared": "4.1.9", | 61 | + "@tarojs/shared": "4.1.11", |
| 62 | - "@tarojs/taro": "4.1.9", | 62 | + "@tarojs/taro": "4.1.11", |
| 63 | "axios-miniprogram": "^2.7.2", | 63 | "axios-miniprogram": "^2.7.2", |
| 64 | "dayjs": "^1.11.19", | 64 | "dayjs": "^1.11.19", |
| 65 | "pinia": "^3.0.3", | 65 | "pinia": "^3.0.3", |
| ... | @@ -72,17 +72,18 @@ | ... | @@ -72,17 +72,18 @@ |
| 72 | "devDependencies": { | 72 | "devDependencies": { |
| 73 | "@babel/core": "^7.26.0", | 73 | "@babel/core": "^7.26.0", |
| 74 | "@nutui/auto-import-resolver": "^1.0.0", | 74 | "@nutui/auto-import-resolver": "^1.0.0", |
| 75 | - "@tarojs/cli": "4.1.9", | 75 | + "@tarojs/cli": "4.1.11", |
| 76 | - "@tarojs/taro-loader": "4.1.9", | 76 | + "@tarojs/service": "4.1.11", |
| 77 | - "@tarojs/webpack5-runner": "4.1.9", | 77 | + "@tarojs/taro-loader": "4.1.11", |
| 78 | + "@tarojs/webpack5-runner": "4.1.11", | ||
| 78 | "@types/webpack-env": "^1.13.6", | 79 | "@types/webpack-env": "^1.13.6", |
| 79 | "@vue/babel-plugin-jsx": "^1.0.6", | 80 | "@vue/babel-plugin-jsx": "^1.0.6", |
| 80 | "@vue/compiler-sfc": "^3.0.0", | 81 | "@vue/compiler-sfc": "^3.0.0", |
| 81 | "autoprefixer": "^10.4.21", | 82 | "autoprefixer": "^10.4.21", |
| 82 | - "babel-preset-taro": "4.1.9", | 83 | + "babel-preset-taro": "4.1.11", |
| 83 | "css-loader": "3.4.2", | 84 | "css-loader": "3.4.2", |
| 84 | "eslint": "^8.12.0", | 85 | "eslint": "^8.12.0", |
| 85 | - "eslint-config-taro": "4.1.9", | 86 | + "eslint-config-taro": "4.1.11", |
| 86 | "eslint-plugin-react": "^7.33.2", | 87 | "eslint-plugin-react": "^7.33.2", |
| 87 | "eslint-plugin-react-hooks": "^4.4.0", | 88 | "eslint-plugin-react-hooks": "^4.4.0", |
| 88 | "eslint-plugin-vue": "^8.0.0", | 89 | "eslint-plugin-vue": "^8.0.0", | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment