@srcroot/ui 0.0.18 → 0.0.19

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/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -561,10 +561,10 @@ async function init(options) {
561
561
  const currentDeps = { ...currentPkg.dependencies, ...currentPkg.devDependencies };
562
562
  const missing = [];
563
563
  const requiredDeps = {
564
- "clsx": "clsx@2.1.1",
565
- "tailwind-merge": "tailwind-merge@3.4.0",
566
- "class-variance-authority": "class-variance-authority@0.7.1",
567
- "lucide-react": "lucide-react@0.561.0"
564
+ "clsx": "clsx",
565
+ "tailwind-merge": "tailwind-merge",
566
+ "class-variance-authority": "class-variance-authority",
567
+ "lucide-react": "lucide-react"
568
568
  };
569
569
  if (!isTailwind4) {
570
570
  requiredDeps["tailwindcss-animate"] = "tailwindcss-animate";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcroot/ui",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "A shadcn-style CLI UI library with polymorphic, accessible React components",
5
5
  "type": "module",
6
6
  "bin": {