|
33 | 33 | "link": "react-native link",
|
34 | 34 | "update-version": "sh ./bin/update_version.sh",
|
35 | 35 | "podInstall": "pod-install",
|
36 |
| - "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.5.0-beta.8 -o -Y && install-peerdeps @tarojs/components-rn@3.5.0-beta.8 -o -Y && install-peerdeps @tarojs/router-rn@3.5.0-beta.8 -o -Y && pod-install" |
| 36 | + "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.5.0 -o -Y && install-peerdeps @tarojs/components-rn@3.5.0 -o -Y && install-peerdeps @tarojs/router-rn@3.5.0 -o -Y && pod-install" |
37 | 37 | },
|
38 | 38 | "browserslist": [
|
39 | 39 | "last 3 versions",
|
|
53 | 53 | "@react-native-picker/picker": "~2.2.1",
|
54 | 54 | "@shopify/flash-list": "^1.1.0",
|
55 | 55 | "@shopify/react-native-skia": "^0.1.134",
|
56 |
| - "@tarojs/components": "3.5.0-beta.8", |
57 |
| - "@tarojs/helper": "3.5.0-beta.8", |
58 |
| - "@tarojs/plugin-framework-react": "3.5.0-beta.8", |
59 |
| - "@tarojs/plugin-html": "3.5.0-beta.8", |
60 |
| - "@tarojs/plugin-platform-alipay": "3.5.0-beta.8", |
61 |
| - "@tarojs/plugin-platform-jd": "3.5.0-beta.8", |
62 |
| - "@tarojs/plugin-platform-qq": "3.5.0-beta.8", |
63 |
| - "@tarojs/plugin-platform-swan": "3.5.0-beta.8", |
64 |
| - "@tarojs/plugin-platform-tt": "3.5.0-beta.8", |
65 |
| - "@tarojs/plugin-platform-weapp": "3.5.0-beta.8", |
66 |
| - "@tarojs/react": "3.5.0-beta.8", |
67 |
| - "@tarojs/router": "3.5.0-beta.8", |
68 |
| - "@tarojs/runtime": "3.5.0-beta.8", |
69 |
| - "@tarojs/shared": "3.5.0-beta.8", |
70 |
| - "@tarojs/taro": "3.5.0-beta.8", |
71 |
| - "@tarojs/taro-h5": "3.5.0-beta.8", |
72 |
| - "@tarojs/taro-rn": "3.5.0-beta.8", |
| 56 | + "@tarojs/components": "3.5.0", |
| 57 | + "@tarojs/helper": "3.5.0", |
| 58 | + "@tarojs/plugin-framework-react": "3.5.0", |
| 59 | + "@tarojs/plugin-html": "3.5.0", |
| 60 | + "@tarojs/plugin-platform-alipay": "3.5.0", |
| 61 | + "@tarojs/plugin-platform-jd": "3.5.0", |
| 62 | + "@tarojs/plugin-platform-qq": "3.5.0", |
| 63 | + "@tarojs/plugin-platform-swan": "3.5.0", |
| 64 | + "@tarojs/plugin-platform-tt": "3.5.0", |
| 65 | + "@tarojs/plugin-platform-weapp": "3.5.0", |
| 66 | + "@tarojs/react": "3.5.0", |
| 67 | + "@tarojs/router": "3.5.0", |
| 68 | + "@tarojs/runtime": "3.5.0", |
| 69 | + "@tarojs/shared": "3.5.0", |
| 70 | + "@tarojs/taro": "3.5.0", |
| 71 | + "@tarojs/taro-h5": "3.5.0", |
| 72 | + "@tarojs/taro-rn": "3.5.0", |
73 | 73 | "expo": "~45.0.2",
|
74 | 74 | "expo-av": "~11.2.3",
|
75 | 75 | "expo-barcode-scanner": "~11.3.0",
|
|
105 | 105 | "devDependencies": {
|
106 | 106 | "@babel/core": "^7.12.9",
|
107 | 107 | "@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
108 |
| - "@tarojs/cli": "3.5.0-beta.8", |
109 |
| - "@tarojs/plugin-mini-ci": "3.5.0-beta.8", |
110 |
| - "@tarojs/rn-runner": "3.5.0-beta.8", |
111 |
| - "@tarojs/webpack5-runner": "3.5.0-beta.8", |
| 108 | + "@tarojs/cli": "3.5.0", |
| 109 | + "@tarojs/plugin-mini-ci": "3.5.0", |
| 110 | + "@tarojs/rn-runner": "3.5.0", |
| 111 | + "@tarojs/webpack5-runner": "3.5.0", |
112 | 112 | "@types/react": "^17.0.2",
|
113 | 113 | "@types/react-native": "^0.67.0",
|
114 | 114 | "@types/webpack-env": "^1.13.6",
|
115 | 115 | "@typescript-eslint/eslint-plugin": "^5.20.0",
|
116 | 116 | "@typescript-eslint/parser": "^5.20.0",
|
117 |
| - "babel-preset-taro": "3.5.0-beta.8", |
| 117 | + "babel-preset-taro": "3.5.0", |
118 | 118 | "eslint": "^8.12.0",
|
119 |
| - "eslint-config-taro": "3.5.0-beta.8", |
| 119 | + "eslint-config-taro": "3.5.0", |
120 | 120 | "eslint-plugin-import": "^2.12.0",
|
121 | 121 | "eslint-plugin-react": "^7.8.2",
|
122 | 122 | "eslint-plugin-react-hooks": "^4.2.0",
|
|
0 commit comments