|
31 | 31 | "ios": "react-native run-ios --no-packager", |
32 | 32 | "start": "npm run dev:rn", |
33 | 33 | "podInstall": "pod-install", |
34 | | - "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.3.0 -o -Y && install-peerdeps @tarojs/components-rn@3.3.0 -o -Y && install-peerdeps @tarojs/router-rn@3.3.0 -o -Y && pod-install" |
| 34 | + "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.3.3 -o -Y && install-peerdeps @tarojs/components-rn@3.3.3 -o -Y && install-peerdeps @tarojs/router-rn@3.3.3 -o -Y && pod-install" |
35 | 35 | }, |
36 | 36 | "browserslist": [ |
37 | 37 | "last 3 versions", |
|
47 | 47 | "@react-native-community/geolocation": "^2.0.2", |
48 | 48 | "@react-native-community/masked-view": "^0.1.10", |
49 | 49 | "@react-native-community/netinfo": "^5.9.7", |
50 | | - "@react-native-community/picker": "^1.8.1", |
51 | | - "@react-native-community/slider": "4.0.0-rc.1", |
52 | | - "@react-native-community/viewpager": "^4.2.2", |
53 | | - "@tarojs/components": "3.3.0", |
54 | | - "@tarojs/react": "3.3.0", |
55 | | - "@tarojs/runtime": "3.3.0", |
56 | | - "@tarojs/taro": "3.3.0", |
57 | | - "@tarojs/taro-rn": "3.3.0", |
| 50 | + "@react-native-community/slider": "4.0.0-rc.3", |
| 51 | + "@react-native-picker/picker": "^1.16.4", |
| 52 | + "@tarojs/components": "3.3.3", |
| 53 | + "@tarojs/react": "3.3.3", |
| 54 | + "@tarojs/runtime": "3.3.3", |
| 55 | + "@tarojs/taro": "3.3.3", |
| 56 | + "@tarojs/taro-rn": "3.3.3", |
58 | 57 | "expo-av": "~8.6.0", |
59 | 58 | "expo-barcode-scanner": "~9.0.0", |
60 | 59 | "expo-brightness": "^8.3.0", |
|
70 | 69 | "react-native": "^0.64.0", |
71 | 70 | "react-native-gesture-handler": "^1.8.0", |
72 | 71 | "react-native-image-resizer": "^1.4.0", |
| 72 | + "react-native-pager-view": "^5.4.0", |
73 | 73 | "react-native-reanimated": "^1.13.1", |
74 | 74 | "react-native-safe-area-context": "^3.1.8", |
75 | 75 | "react-native-screens": "^2.11.0", |
|
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@babel/core": "^7.8.0", |
83 | | - "@tarojs/cli": "3.3.0", |
84 | | - "@tarojs/mini-runner": "3.3.0", |
85 | | - "@tarojs/rn-runner": "3.3.0", |
86 | | - "@tarojs/webpack-runner": "3.3.0", |
| 83 | + "@tarojs/cli": "3.3.3", |
| 84 | + "@tarojs/mini-runner": "3.3.3", |
| 85 | + "@tarojs/rn-runner": "3.3.3", |
| 86 | + "@tarojs/webpack-runner": "3.3.3", |
87 | 87 | "@types/react": "^17.0.2", |
88 | 88 | "@types/webpack-env": "^1.13.6", |
89 | 89 | "@typescript-eslint/eslint-plugin": "^4.15.1", |
90 | 90 | "@typescript-eslint/parser": "^4.15.1", |
91 | | - "babel-preset-taro": "3.3.0", |
| 91 | + "babel-preset-taro": "3.3.3", |
92 | 92 | "eslint": "^6.8.0", |
93 | | - "eslint-config-taro": "3.3.0", |
| 93 | + "eslint-config-taro": "3.3.3", |
94 | 94 | "eslint-plugin-import": "^2.12.0", |
95 | 95 | "eslint-plugin-react": "^7.8.2", |
96 | 96 | "eslint-plugin-react-hooks": "^4.2.0", |
|
0 commit comments