@gluestack-ui/core 3.0.9 → 3.0.10
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gluestack-ui/core",
|
|
3
3
|
"description": "Universal UI components for React Native, Expo, and Next.js",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.10",
|
|
5
5
|
"main": "./lib/esm/index.js",
|
|
6
6
|
"module": "./lib/esm/index.js",
|
|
7
7
|
"types": "./lib/esm/index.d.ts",
|
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"react": ">=16.8.0",
|
|
162
162
|
"react-native": ">=0.64.0",
|
|
163
163
|
"react-native-svg": ">=12.0.0",
|
|
164
|
-
"react-native-web": ">=0.19.0"
|
|
164
|
+
"react-native-web": ">=0.19.0",
|
|
165
|
+
"react-native-safe-area-context": ">=4.0.0"
|
|
165
166
|
},
|
|
166
167
|
"devDependencies": {
|
|
167
168
|
"@types/react": "^18.3.0",
|
|
@@ -169,7 +170,8 @@
|
|
|
169
170
|
"react": "^18.3.1",
|
|
170
171
|
"react-native": "^0.72.0",
|
|
171
172
|
"react-native-web": "^0.19.0",
|
|
172
|
-
"typescript": "^5.8.3"
|
|
173
|
+
"typescript": "^5.8.3",
|
|
174
|
+
"react-native-safe-area-context": ">=4.0.0"
|
|
173
175
|
},
|
|
174
176
|
"engines": {
|
|
175
177
|
"node": ">=18"
|
|
@@ -182,7 +184,5 @@
|
|
|
182
184
|
"cross-platform",
|
|
183
185
|
"ui-components"
|
|
184
186
|
],
|
|
185
|
-
"dependencies": {
|
|
186
|
-
"react-native-safe-area-context": "^5.6.1"
|
|
187
|
-
}
|
|
187
|
+
"dependencies": {}
|
|
188
188
|
}
|