@oneplatformdev/ui 0.1.10-23 → 0.1.10-25

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/CHANGELOG.md +16 -0
  2. package/package.json +15 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.1.10-25 (2025-09-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @oneplatformdev/utils to 0.1.1-75
6
+ - Updated @oneplatformdev/hooks to 0.1.0-61
7
+ - Updated @oneplatformdev/tokens to 0.0.1-48
8
+
9
+ ## 0.1.10-24 (2025-09-16)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated @oneplatformdev/utils to 0.1.1-74
14
+ - Updated @oneplatformdev/hooks to 0.1.0-60
15
+ - Updated @oneplatformdev/tokens to 0.0.1-47
16
+
1
17
  ## 0.1.10-23 (2025-09-16)
2
18
 
3
19
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.10-23",
3
+ "version": "0.1.10-25",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -47,8 +47,11 @@
47
47
  "!**/*.tsbuildinfo"
48
48
  ],
49
49
  "peerDependencies": {
50
- "react": ">=19",
51
- "react-dom": ">=19.0.0",
50
+ "react": ">=18",
51
+ "react-dom": ">=18",
52
+ "react-hook-form": "^7.62.0",
53
+ "@hookform/resolvers": "^5.2.2",
54
+ "zod": "^3.23.8 || ^4.0.0",
52
55
  "tailwindcss": ">=4.0.0",
53
56
  "tw-animate-css": "^1.3.8",
54
57
  "clsx": "^2.1.1",
@@ -66,13 +69,15 @@
66
69
  },
67
70
  "devDependencies": {
68
71
  "@tailwindcss/vite": "^4.1.13",
72
+ "react-hook-form": "^7.62.0",
73
+ "@hookform/resolvers": "^5.2.2",
74
+ "zod": "^4.1.8",
69
75
  "react": "19.1.1",
70
- "react-dom": "19.1.1",
71
- "@types/react": "19.x",
72
- "@types/react-dom": "19.x"
76
+ "@types/react-dom": "19.0.6",
77
+ "@types/react": "19.0.14",
78
+ "react-dom": "19.1.1"
73
79
  },
74
80
  "dependencies": {
75
- "@hookform/resolvers": "^5.2.2",
76
81
  "@radix-ui/react-accordion": "^1.2.12",
77
82
  "@radix-ui/react-alert-dialog": "^1.1.15",
78
83
  "@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -106,14 +111,12 @@
106
111
  "next-themes": "^0.4.6",
107
112
  "react-day-picker": "9.10.0",
108
113
  "react-dropzone": "^14.3.8",
109
- "react-hook-form": "^7.62.0",
110
114
  "react-resizable-panels": "^3.0.6",
111
115
  "recharts": "^3.2.0",
112
116
  "sonner": "^2.0.7",
113
117
  "vaul": "^1.1.2",
114
- "zod": "^4.1.8",
115
- "@oneplatformdev/tokens": "^0.0.1-46",
116
- "@oneplatformdev/hooks": "^0.1.0-59",
117
- "@oneplatformdev/utils": "^0.1.1-73"
118
+ "@oneplatformdev/hooks": "^0.1.0-61",
119
+ "@oneplatformdev/tokens": "^0.0.1-48",
120
+ "@oneplatformdev/utils": "^0.1.1-75"
118
121
  }
119
122
  }