@tarojs/taro-rn 3.5.7-alpha.0 → 3.5.7-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/taro-rn",
|
|
3
|
-
"version": "3.5.7-alpha.
|
|
3
|
+
"version": "3.5.7-alpha.2",
|
|
4
4
|
"description": "Taro RN framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
"@react-native-async-storage/async-storage": "~1.17.7",
|
|
25
25
|
"@react-native-community/cameraroll": "~4.1.2",
|
|
26
26
|
"@react-native-community/clipboard": "~1.5.1",
|
|
27
|
-
"@react-native-community/geolocation": "~
|
|
27
|
+
"@react-native-community/geolocation": "~3.0.2",
|
|
28
28
|
"@react-native-community/netinfo": "~9.3.0",
|
|
29
|
-
"@tarojs/runtime-rn": "3.5.7-alpha.
|
|
30
|
-
"babel-preset-expo": "~9.2.
|
|
29
|
+
"@tarojs/runtime-rn": "3.5.7-alpha.2",
|
|
30
|
+
"babel-preset-expo": "~9.2.1",
|
|
31
31
|
"base64-js": "^1.3.0",
|
|
32
32
|
"deprecated-react-native-prop-types": "^2.3.0",
|
|
33
|
-
"expo-av": "~
|
|
34
|
-
"expo-barcode-scanner": "~
|
|
35
|
-
"expo-brightness": "~
|
|
36
|
-
"expo-camera": "~
|
|
37
|
-
"expo-file-system": "~
|
|
38
|
-
"expo-image-picker": "~
|
|
39
|
-
"expo-keep-awake": "~
|
|
40
|
-
"expo-location": "~
|
|
41
|
-
"expo-modules-core": "~0.
|
|
42
|
-
"expo-sensors": "~
|
|
33
|
+
"expo-av": "~13.0.0",
|
|
34
|
+
"expo-barcode-scanner": "~12.0.0",
|
|
35
|
+
"expo-brightness": "~11.0.0",
|
|
36
|
+
"expo-camera": "~13.0.0",
|
|
37
|
+
"expo-file-system": "~15.1.1",
|
|
38
|
+
"expo-image-picker": "~14.0.0",
|
|
39
|
+
"expo-keep-awake": "~11.0.1",
|
|
40
|
+
"expo-location": "~15.0.1",
|
|
41
|
+
"expo-modules-core": "~0.13.2",
|
|
42
|
+
"expo-sensors": "~12.0.1",
|
|
43
43
|
"nullthrows": "^1.1.1",
|
|
44
44
|
"prop-types": "^15.8.1",
|
|
45
|
-
"react-native-device-info": "~10.0
|
|
45
|
+
"react-native-device-info": "~10.3.0",
|
|
46
46
|
"react-native-image-resizer": "~1.4.5",
|
|
47
47
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
48
48
|
"react-native-root-siblings": "^4.1.1",
|
|
49
49
|
"react-native-root-toast": "^3.0.1",
|
|
50
|
-
"react-native-safe-area-context": "~4.
|
|
50
|
+
"react-native-safe-area-context": "~4.4.1",
|
|
51
51
|
"react-native-stylekit": "^1.0.0",
|
|
52
52
|
"react-native-syan-image-picker": "0.5.3"
|
|
53
53
|
},
|
|
@@ -57,32 +57,32 @@
|
|
|
57
57
|
"@testing-library/react-native": "^11.0.0",
|
|
58
58
|
"@types/jest": "^27.4.1",
|
|
59
59
|
"@types/react-native": "^0.69.8",
|
|
60
|
-
"expo": "~
|
|
60
|
+
"expo": "~47.0.0-beta.7",
|
|
61
61
|
"fbjs-scripts": "^3.0.1",
|
|
62
62
|
"metro-react-native-babel-preset": "^0.72.1",
|
|
63
63
|
"react": "18.1.0",
|
|
64
|
-
"react-native": "^0.70.
|
|
64
|
+
"react-native": "^0.70.4",
|
|
65
65
|
"react-test-renderer": "18.1.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@react-native-async-storage/async-storage": "~1.17.7",
|
|
69
69
|
"@react-native-community/cameraroll": "~4.1.2",
|
|
70
70
|
"@react-native-community/clipboard": "~1.5.1",
|
|
71
|
-
"@react-native-community/geolocation": "~
|
|
71
|
+
"@react-native-community/geolocation": "~3.0.2",
|
|
72
72
|
"@react-native-community/netinfo": "~9.3.0",
|
|
73
|
-
"expo-av": "~
|
|
74
|
-
"expo-barcode-scanner": "~
|
|
75
|
-
"expo-brightness": "~
|
|
76
|
-
"expo-camera": "~
|
|
77
|
-
"expo-file-system": "~
|
|
78
|
-
"expo-image-picker": "~
|
|
79
|
-
"expo-keep-awake": "~
|
|
80
|
-
"expo-location": "~
|
|
81
|
-
"expo-modules-core": "~0.
|
|
82
|
-
"expo-sensors": "~
|
|
83
|
-
"react-native-device-info": "~10.0
|
|
73
|
+
"expo-av": "~13.0.0",
|
|
74
|
+
"expo-barcode-scanner": "~12.0.0",
|
|
75
|
+
"expo-brightness": "~11.0.0",
|
|
76
|
+
"expo-camera": "~13.0.0",
|
|
77
|
+
"expo-file-system": "~15.1.1",
|
|
78
|
+
"expo-image-picker": "~14.0.0",
|
|
79
|
+
"expo-keep-awake": "~11.0.1",
|
|
80
|
+
"expo-location": "~15.0.1",
|
|
81
|
+
"expo-modules-core": "~0.13.2",
|
|
82
|
+
"expo-sensors": "~12.0.1",
|
|
83
|
+
"react-native-device-info": "~10.3.0",
|
|
84
84
|
"react-native-image-resizer": "~1.4.5",
|
|
85
|
-
"react-native-safe-area-context": "~4.
|
|
85
|
+
"react-native-safe-area-context": "~4.4.1",
|
|
86
86
|
"react-native-syan-image-picker": "0.5.3"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|