Skip to content

Commit aaae1ab

Browse files
committed
feat: taro 3.4.10
1 parent 87a32f3 commit aaae1ab

File tree

2 files changed

+464
-446
lines changed

2 files changed

+464
-446
lines changed

package.json

+14-14
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.4.8 -o -Y && install-peerdeps @tarojs/components-rn@3.4.8 -o -Y && install-peerdeps @tarojs/router-rn@3.4.8 -o -Y && pod-install"
36+
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.4.10 -o -Y && install-peerdeps @tarojs/components-rn@3.4.10 -o -Y && install-peerdeps @tarojs/router-rn@3.4.10 -o -Y && pod-install"
3737
},
3838
"browserslist": [
3939
"last 3 versions",
@@ -50,12 +50,12 @@
5050
"@react-native-community/slider": "~4.1.12",
5151
"@react-native-masked-view/masked-view": "~0.2.6",
5252
"@react-native-picker/picker": "~2.2.1",
53-
"@tarojs/components": "3.4.8",
54-
"@tarojs/plugin-framework-react": "3.4.8",
55-
"@tarojs/react": "3.4.8",
56-
"@tarojs/runtime": "3.4.8",
57-
"@tarojs/taro": "3.4.8",
58-
"@tarojs/taro-rn": "3.4.8",
53+
"@tarojs/components": "3.4.10",
54+
"@tarojs/plugin-framework-react": "3.4.10",
55+
"@tarojs/react": "3.4.10",
56+
"@tarojs/runtime": "3.4.10",
57+
"@tarojs/taro": "3.4.10",
58+
"@tarojs/taro-rn": "3.4.10",
5959
"expo-av": "~9.2.3",
6060
"expo-barcode-scanner": "~10.2.2",
6161
"expo-brightness": "~9.2.2",
@@ -86,18 +86,18 @@
8686
"devDependencies": {
8787
"@babel/core": "^7.8.0",
8888
"@babel/runtime": "^7.7.7",
89-
"@tarojs/cli": "3.4.8",
90-
"@tarojs/mini-runner": "3.4.8",
91-
"@tarojs/plugin-mini-ci": "3.4.8",
92-
"@tarojs/rn-runner": "3.4.8",
93-
"@tarojs/webpack-runner": "3.4.8",
89+
"@tarojs/cli": "3.4.10",
90+
"@tarojs/mini-runner": "3.4.10",
91+
"@tarojs/plugin-mini-ci": "3.4.10",
92+
"@tarojs/rn-runner": "3.4.10",
93+
"@tarojs/webpack-runner": "3.4.10",
9494
"@types/react": "^17.0.2",
9595
"@types/webpack-env": "^1.13.6",
9696
"@typescript-eslint/eslint-plugin": "^4.15.1",
9797
"@typescript-eslint/parser": "^4.15.1",
98-
"babel-preset-taro": "3.4.8",
98+
"babel-preset-taro": "3.4.10",
9999
"eslint": "^6.8.0",
100-
"eslint-config-taro": "3.4.8",
100+
"eslint-config-taro": "3.4.10",
101101
"eslint-plugin-import": "^2.12.0",
102102
"eslint-plugin-react": "^7.8.2",
103103
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)