@cdx-ui/components 0.0.1-beta.16 → 0.0.1-beta.18

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,8 +12,8 @@ pnpm add @cdx-ui/components
12
12
 
13
13
  ### Peer dependencies
14
14
 
15
- - `react` >= 18.0.0
16
- - `react-native` >= 0.74.0 _(optional — for native targets)_
15
+ - `react` ^18.2.0 or ^19.0.0
16
+ - `react-native` >= 0.76.0 _(optional — for native targets)_
17
17
  - `react-native-web` >= 0.19.0 _(optional — for web targets)_
18
18
 
19
19
  > **Note:** `uniwind` (1.6.x) is a direct dependency — it is bundled automatically and does not need to be installed separately.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/components",
3
- "version": "0.0.1-beta.16",
3
+ "version": "0.0.1-beta.18",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "src/index.ts",
@@ -67,9 +67,9 @@
67
67
  "@gorhom/bottom-sheet": "^5.2.6",
68
68
  "class-variance-authority": "^0.7.1",
69
69
  "uniwind": "1.6.1",
70
- "@cdx-ui/primitives": "0.0.1-beta.16",
71
- "@cdx-ui/utils": "0.0.1-beta.16",
72
- "@cdx-ui/icons": "0.0.1-beta.16"
70
+ "@cdx-ui/primitives": "0.0.1-beta.18",
71
+ "@cdx-ui/utils": "0.0.1-beta.18",
72
+ "@cdx-ui/icons": "0.0.1-beta.18"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/react": "*",