@razorwind/shadcn 0.0.27 → 0.0.28
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razorwind/shadcn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Razorwind Shadcn plugin that can create Shadcn UI registry files from design tokens/components or read a Shadcn UI registry file and return the design tokens/components.",
|
|
6
6
|
"repository": {
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@power-plant/core": "^0.0.81",
|
|
82
82
|
"@power-plant/dtcg-schema": "^0.0.1",
|
|
83
|
-
"@razorwind/core": "0.0.
|
|
83
|
+
"@razorwind/core": "0.0.32",
|
|
84
84
|
"@stryke/fs": "^0.33.103",
|
|
85
85
|
"@stryke/path": "^0.29.29",
|
|
86
86
|
"@stryke/types": "^0.12.30",
|
|
87
87
|
"c12": "^3.3.4",
|
|
88
88
|
"chalk": "^5.6.2",
|
|
89
89
|
"fast-glob": "^3.3.3",
|
|
90
|
-
"shadcn": "^4.16.
|
|
90
|
+
"shadcn": "^4.16.2",
|
|
91
91
|
"tsconfig-paths": "^4.2.0",
|
|
92
92
|
"zod": "^4.4.3"
|
|
93
93
|
},
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"typescript": "^6.0.3"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": { "access": "public" },
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "cd7b84a1fe793c0f7c0ad64b028817d97bff5ced"
|
|
101
101
|
}
|