@octanejs/shadcn 0.0.9 → 0.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 +9 -9
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octanejs/shadcn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=22"
|
|
7
|
+
"node": ">=22.22.2"
|
|
8
8
|
},
|
|
9
9
|
"description": "shadcn/ui for the octane renderer — the Radix-base shadcn component distribution ported onto octane: cva-variant components preserving the upstream data-slot/class contract, built on @octanejs/radix, published as importable source with a shadcn-CLI-compatible registry planned.",
|
|
10
10
|
"author": {
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"class-variance-authority": "0.7.1",
|
|
149
149
|
"clsx": "^2.1.1",
|
|
150
150
|
"tailwind-merge": "3.6.0",
|
|
151
|
-
"@octanejs/aria": "0.0.
|
|
152
|
-
"@octanejs/base-ui": "0.1.
|
|
153
|
-
"@octanejs/lucide": "0.1.
|
|
154
|
-
"@octanejs/radix": "0.1.
|
|
155
|
-
"@octanejs/sonner": "0.1.
|
|
151
|
+
"@octanejs/aria": "0.0.19",
|
|
152
|
+
"@octanejs/base-ui": "0.1.23",
|
|
153
|
+
"@octanejs/lucide": "0.1.20",
|
|
154
|
+
"@octanejs/radix": "0.1.24",
|
|
155
|
+
"@octanejs/sonner": "0.1.20"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
|
-
"octane": "0.1.
|
|
158
|
+
"octane": "0.1.25"
|
|
159
159
|
},
|
|
160
160
|
"devDependencies": {
|
|
161
161
|
"@tsrx/react": "^0.2.56",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"react": "^19.2.7",
|
|
166
166
|
"react-dom": "^19.2.7",
|
|
167
167
|
"vitest": "^4.1.10",
|
|
168
|
-
"octane": "0.1.
|
|
168
|
+
"octane": "0.1.25"
|
|
169
169
|
},
|
|
170
170
|
"scripts": {
|
|
171
171
|
"test": "vitest run",
|