Skip to content

Commit d0b34e8

Browse files
committed
feat: taro 3.5.0
1 parent a4fda90 commit d0b34e8

File tree

2 files changed

+308
-294
lines changed

2 files changed

+308
-294
lines changed

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"link": "react-native link",
3434
"update-version": "sh ./bin/update_version.sh",
3535
"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"
3737
},
3838
"browserslist": [
3939
"last 3 versions",
@@ -53,23 +53,23 @@
5353
"@react-native-picker/picker": "~2.2.1",
5454
"@shopify/flash-list": "^1.1.0",
5555
"@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",
7373
"expo": "~45.0.2",
7474
"expo-av": "~11.2.3",
7575
"expo-barcode-scanner": "~11.3.0",
@@ -105,18 +105,18 @@
105105
"devDependencies": {
106106
"@babel/core": "^7.12.9",
107107
"@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",
112112
"@types/react": "^17.0.2",
113113
"@types/react-native": "^0.67.0",
114114
"@types/webpack-env": "^1.13.6",
115115
"@typescript-eslint/eslint-plugin": "^5.20.0",
116116
"@typescript-eslint/parser": "^5.20.0",
117-
"babel-preset-taro": "3.5.0-beta.8",
117+
"babel-preset-taro": "3.5.0",
118118
"eslint": "^8.12.0",
119-
"eslint-config-taro": "3.5.0-beta.8",
119+
"eslint-config-taro": "3.5.0",
120120
"eslint-plugin-import": "^2.12.0",
121121
"eslint-plugin-react": "^7.8.2",
122122
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)