@gluestack-ui/core 3.0.7 → 3.0.8

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 +7 -7
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.7",
4
+ "version": "3.0.8",
5
5
  "main": "./lib/esm/index.js",
6
6
  "module": "./lib/esm/index.js",
7
7
  "types": "./lib/esm/index.d.ts",
@@ -156,14 +156,11 @@
156
156
  ]
157
157
  }
158
158
  },
159
- "dependencies": {
160
- "@gluestack-ui/utils": "^3.0.7",
161
- "react-native-safe-area-context": "^5.6.1",
162
- "react-native-svg": "^15.12.0"
163
- },
164
159
  "peerDependencies": {
160
+ "@gluestack-ui/utils": ">=2.0.0",
165
161
  "react": ">=16.8.0",
166
162
  "react-native": ">=0.64.0",
163
+ "react-native-svg": ">=12.0.0",
167
164
  "react-native-web": ">=0.19.0"
168
165
  },
169
166
  "devDependencies": {
@@ -184,5 +181,8 @@
184
181
  "nextjs",
185
182
  "cross-platform",
186
183
  "ui-components"
187
- ]
184
+ ],
185
+ "dependencies": {
186
+ "react-native-safe-area-context": "^5.6.1"
187
+ }
188
188
  }