@oneplatformdev/ui 0.1.10-6 → 0.1.10-7
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/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oneplatformdev/ui",
|
3
|
-
"version": "0.1.10-
|
3
|
+
"version": "0.1.10-7",
|
4
4
|
"description": "React hook library",
|
5
5
|
"author": "One Platform Development Team",
|
6
6
|
"keywords": [
|
@@ -106,8 +106,8 @@
|
|
106
106
|
"sonner": "^2.0.7",
|
107
107
|
"vaul": "^1.1.2",
|
108
108
|
"zod": "^4.1.8",
|
109
|
-
"@oneplatformdev/
|
110
|
-
"@oneplatformdev/
|
111
|
-
"@oneplatformdev/utils": "^0.1.1-
|
109
|
+
"@oneplatformdev/tokens": "^0.0.1-30",
|
110
|
+
"@oneplatformdev/hooks": "^0.1.0-43",
|
111
|
+
"@oneplatformdev/utils": "^0.1.1-57"
|
112
112
|
}
|
113
113
|
}
|