aport-tools 4.2.7 → 4.2.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.esm.js +36 -28
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +36 -28
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aport-tools",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.9",
|
4
4
|
"description": "Aport mobile Tools with modern and minimalistic design",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.esm.js",
|
@@ -55,11 +55,10 @@
|
|
55
55
|
"peerDependencies": {
|
56
56
|
"@react-native-async-storage/async-storage": "^1.23.1",
|
57
57
|
"aport-themes": "^1.0.5",
|
58
|
+
"expo-image-picker": "^16.0.2",
|
58
59
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
59
60
|
"react-native": ">=0.60",
|
60
|
-
"react-native-reanimated": "^3.10.1"
|
61
|
-
"expo-image-picker": "^16.0.2"
|
62
|
-
|
61
|
+
"react-native-reanimated": "^3.10.1"
|
63
62
|
},
|
64
63
|
"dependencies": {
|
65
64
|
}
|