Skip to content

Commit

Permalink
fix: replace lucide-svelte with unplugin-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyansarker committed Nov 2, 2023
1 parent 147feef commit c4a419f
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 34 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0",
"@iconify-json/lucide": "^1.1.139",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.27.2",
Expand All @@ -37,6 +38,7 @@
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.1",
"vite": "^4.5.0"
},
"type": "module",
Expand All @@ -49,7 +51,6 @@
"bits-ui": "^0.9.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.28.6",
"lucide-svelte": "^0.291.0",
"radix-icons-svelte": "^1.2.1",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18"
Expand Down
Loading

0 comments on commit c4a419f

Please sign in to comment.