Skip to content

Commit

Permalink
chore: update dependencies and improve component loading (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-got authored Dec 12, 2024
1 parent ec03afc commit ab0376b
Show file tree
Hide file tree
Showing 25 changed files with 850 additions and 514 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"hastscript": "^9.0.0",
"inputmask": "^5.0.7",
"lucide-svelte": "^0.454.0",
"mode-watcher": "^0.4.1",
"runed": "^0.15.3",
"mode-watcher": "^0.5.0",
"runed": "^0.18.0",
"svelte-sonner": "^0.3.28",
"svelte-tel-input": "^3.5.2",
"tailwind-merge": "^2.5.4",
Expand All @@ -37,10 +37,10 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.2",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/enhanced-img": "^0.4.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/adapter-cloudflare": "^4.8.0",
"@sveltejs/enhanced-img": "^0.4.3",
"@sveltejs/kit": "^2.10.1",
"@sveltejs/vite-plugin-svelte": "^4.0.3",
"@types/hast": "^3.0.4",
"@types/inputmask": "^5.0.7",
"@types/node": "^22.9.0",
Expand All @@ -54,13 +54,13 @@
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.2",
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"svelte": "^5.10.1",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.11.0",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit ab0376b

Please sign in to comment.