@umituz/react-native-design-system 4.27.12 → 4.27.14
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 +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "4.27.
|
|
3
|
+
"version": "4.27.14",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities - TanStack persistence and expo-image-manipulator now lazy loaded",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -298,9 +298,6 @@
|
|
|
298
298
|
"@eslint/js": "^9.39.2",
|
|
299
299
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
300
300
|
"@react-native-community/datetimepicker": "^8.5.1",
|
|
301
|
-
"@react-navigation/bottom-tabs": "^7.9.0",
|
|
302
|
-
"@react-navigation/native": "^7.1.26",
|
|
303
|
-
"@react-navigation/stack": "^7.6.13",
|
|
304
301
|
"@tanstack/query-async-storage-persister": "^5.66.7",
|
|
305
302
|
"@tanstack/react-query": "^5.66.7",
|
|
306
303
|
"@tanstack/react-query-persist-client": "^5.66.7",
|