aport-tools 4.6.0 → 4.6.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 +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aport-tools",
|
3
|
-
"version": "4.6.
|
3
|
+
"version": "4.6.2",
|
4
4
|
"description": "Aport mobile Tools with modern and minimalistic design",
|
5
5
|
"main": "src/index.ts",
|
6
6
|
"types": "src/index.ts",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"src"
|
17
17
|
],
|
18
18
|
"scripts": {
|
19
|
-
"build": "tsc --noEmit",
|
19
|
+
"build": "tsc --noEmit",
|
20
20
|
"prepare": "npm run build",
|
21
21
|
"test": "echo \"Error: no test specified\" && exit 1",
|
22
22
|
"clean": "rm -rf dist .turbo node_modules/.cache .parcel-cache .expo .next .output .yalc .npm _site"
|
@@ -38,11 +38,11 @@
|
|
38
38
|
"typescript": "^5.6.2"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"@react-native-async-storage/async-storage": "^1.
|
41
|
+
"@react-native-async-storage/async-storage": "^2.1.2",
|
42
42
|
"aport-themes": "^1.0.6",
|
43
43
|
"expo-image-picker": "^16.0.2",
|
44
44
|
"react": "19.0.0",
|
45
|
-
"react-native": "0.79.0",
|
45
|
+
"react-native": "^0.79.0",
|
46
46
|
"react-native-reanimated": "^3.17.5"
|
47
47
|
}
|
48
48
|
}
|