fix(deps): upgrade tailwind-merge to v3 and declare lucide-react in storefront
Some checks failed
Deploy — Staging / Lint, Typecheck & Test (push) Successful in 2m40s
Deploy — Staging / Build & push — admin (push) Successful in 3m40s
Deploy — Staging / Build & push — storefront (push) Failing after 2m39s
Deploy — Staging / Deploy to staging VPS (push) Has been skipped

- apps/admin: tailwind-merge ^2.6.1 → ^3.4.0 so root resolves to v3.x,
  satisfying @heroui/styles/node_modules/tailwind-variants peer dep (>=3.0.0)
- apps/storefront: add lucide-react ^0.400.0 as explicit dep (used in
  SearchEmptyState and SearchResultsPanel but was previously undeclared)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 10:31:29 +03:00
parent 5b0a727bce
commit 33fed9382a
3 changed files with 9 additions and 18 deletions

View File

@@ -29,7 +29,7 @@
"radix-ui": "^1.4.3",
"react-hook-form": "^7.71.2",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.1",
"tailwind-merge": "^3.4.0",
"zod": "^3.25.76"
},
"devDependencies": {

View File

@@ -18,6 +18,7 @@
"@repo/utils": "*",
"@stripe/react-stripe-js": "^5.6.0",
"@stripe/stripe-js": "^8.8.0",
"framer-motion": "^11.0.0"
"framer-motion": "^11.0.0",
"lucide-react": "^0.400.0"
}
}