@umituz/react-native-design-system 1.9.2 → 1.12.0

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.
Files changed (1) hide show
  1. package/package.json +36 -55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "1.9.2",
3
+ "version": "1.12.0",
4
4
  "description": "Universal design system for React Native apps - Domain-Driven Design architecture with Material Design 3 components",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -37,24 +37,24 @@
37
37
  "url": "https://github.com/umituz/react-native-design-system"
38
38
  },
39
39
  "peerDependencies": {
40
- "@expo/vector-icons": ">=14.0.0",
40
+ "@expo/vector-icons": ">=15.0.0",
41
41
  "@gorhom/bottom-sheet": ">=5.0.0",
42
- "@react-native-community/datetimepicker": ">=8.5.0",
42
+ "@react-native-community/datetimepicker": ">=8.0.0",
43
43
  "@react-navigation/native": ">=6.0.0",
44
- "@umituz/react-native-bottom-sheet": "*",
45
- "@umituz/react-native-design-system-atoms": "*",
46
- "@umituz/react-native-design-system-molecules": "*",
47
- "@umituz/react-native-design-system-organisms": "*",
48
- "@umituz/react-native-design-system-responsive": "*",
49
- "@umituz/react-native-design-system-theme": "*",
50
- "@umituz/react-native-design-system-typography": "*",
44
+ "@umituz/react-native-bottom-sheet": "latest",
45
+ "@umituz/react-native-design-system-atoms": "latest",
46
+ "@umituz/react-native-design-system-molecules": "latest",
47
+ "@umituz/react-native-design-system-organisms": "latest",
48
+ "@umituz/react-native-design-system-responsive": "latest",
49
+ "@umituz/react-native-design-system-theme": "latest",
50
+ "@umituz/react-native-design-system-typography": "latest",
51
51
  "expo-linear-gradient": ">=15.0.0",
52
- "lucide-react-native": ">=0.468.0",
53
- "react": ">=18.3.0",
54
- "react-native": ">=0.76.0",
52
+ "react": ">=19.0.0",
53
+ "react-native": ">=0.81.0",
55
54
  "react-native-gesture-handler": ">=2.20.0",
56
55
  "react-native-reanimated": ">=3.16.0",
57
- "react-native-svg": ">=15.8.0",
56
+ "react-native-safe-area-context": ">=5.0.0",
57
+ "react-native-svg": ">=15.0.0",
58
58
  "zustand": ">=5.0.0"
59
59
  },
60
60
  "peerDependenciesMeta": {
@@ -63,46 +63,30 @@
63
63
  },
64
64
  "@react-navigation/native": {
65
65
  "optional": true
66
- },
67
- "lucide-react-native": {
68
- "optional": true
69
66
  }
70
67
  },
71
68
  "devDependencies": {
72
- "@eslint/js": "^9.0.0",
73
- "@expo/vector-icons": ">=14.0.0",
74
- "@gorhom/bottom-sheet": ">=5.0.0",
75
- "@react-native-community/datetimepicker": ">=8.5.0",
76
- "@react-navigation/native": ">=6.0.0",
77
- "@types/react": ">=18.3.0",
78
- "@types/react-native": ">=0.73.0",
79
- "@typescript-eslint/eslint-plugin": "^8.0.0",
80
- "@typescript-eslint/parser": "^8.0.0",
81
- "@umituz/react-native-bottom-sheet": "*",
82
- "@umituz/react-native-design-system-atoms": "*",
83
- "@umituz/react-native-design-system-molecules": "*",
84
- "@umituz/react-native-design-system-organisms": "*",
85
- "@umituz/react-native-design-system-responsive": "*",
86
- "@umituz/react-native-design-system-theme": "*",
87
- "@umituz/react-native-design-system-typography": "*",
88
- "eslint": "^9.0.0",
89
- "eslint-plugin-react": "^7.37.0",
90
- "eslint-plugin-react-hooks": "^5.0.0",
91
- "eslint-plugin-react-refresh": "^0.4.0",
92
- "expo-linear-gradient": ">=15.0.0",
93
- "lucide-react-native": ">=0.468.0",
94
- "react": ">=18.3.0",
95
- "react-native": ">=0.76.0",
96
- "react-native-gesture-handler": ">=2.20.0",
97
- "react-native-reanimated": ">=3.16.0",
98
- "react-native-safe-area-context": ">=5.6.0",
99
- "react-native-svg": ">=15.8.0",
100
- "typescript": ">=5.6.0",
101
- "zustand": ">=5.0.0",
102
- "jest": "^29.7.0",
103
- "@types/jest": "^29.5.0",
104
- "ts-jest": "^29.1.0",
105
- "jest-environment-jsdom": "^29.7.0"
69
+ "@expo/vector-icons": "^15.0.0",
70
+ "@gorhom/bottom-sheet": "^5.0.0",
71
+ "@react-native-async-storage/async-storage": "2.2.0",
72
+ "@react-native-community/datetimepicker": "^8.4.4",
73
+ "@react-navigation/native": "^6.0.0",
74
+ "@types/react": "~19.1.0",
75
+ "@umituz/react-native-bottom-sheet": "latest",
76
+ "@umituz/react-native-design-system-atoms": "latest",
77
+ "@umituz/react-native-design-system-molecules": "latest",
78
+ "@umituz/react-native-design-system-organisms": "latest",
79
+ "@umituz/react-native-design-system-responsive": "latest",
80
+ "@umituz/react-native-design-system-theme": "latest",
81
+ "@umituz/react-native-design-system-typography": "latest",
82
+ "react": "19.1.0",
83
+ "react-native": "0.81.5",
84
+ "react-native-gesture-handler": "^2.20.0",
85
+ "react-native-reanimated": "^3.16.0",
86
+ "react-native-safe-area-context": "^5.6.0",
87
+ "react-native-svg": "15.12.1",
88
+ "typescript": "~5.9.2",
89
+ "zustand": "^5.0.2"
106
90
  },
107
91
  "publishConfig": {
108
92
  "access": "public"
@@ -111,8 +95,5 @@
111
95
  "src",
112
96
  "README.md",
113
97
  "LICENSE"
114
- ],
115
- "dependencies": {
116
- "@react-native-async-storage/async-storage": "^2.2.0"
117
- }
98
+ ]
118
99
  }