Commit Graph

9 Commits

Author SHA1 Message Date
b861f9aeec Upgrade SvelteKit 4 to SvelteKit 5 with latest dependencies
Major changes:
- Upgraded Svelte from v4 to v5.38.6 (latest stable)
- Upgraded SvelteKit from v2.0.0 to v2.37.0 (latest)
- Upgraded Vite from v5 to v7.1.3 for better performance
- Updated all related packages to latest compatible versions
- Added pnpm as package manager with packageManager field
- Fixed Card.svelte nested anchor tags issue by converting inner links to buttons
- Updated component styling to maintain visual consistency
- Removed incompatible svelte-preprocess-import-assets package

Dependencies updated:
- @sveltejs/kit: ^2.0.0 → ^2.37.0
- @sveltejs/vite-plugin-svelte: ^3.0.0 → ^6.1.3
- svelte: ^4.0.0 → ^5.38.6
- vite: ^5.0.0 → ^7.1.3
- @sveltejs/adapter-auto: ^3.0.0 → ^6.1.0
- @sveltejs/adapter-node: ^2.0.0 → ^5.0.0
- svelte-check: ^3.4.6 → ^4.0.0
- mongoose: ^7.4.0 → ^8.0.0
- sharp: ^0.32.3 → ^0.33.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 21:01:19 +02:00
7244637ad7 move to cheerio as server side rendering does not support DOMParser 2023-10-10 10:31:56 +02:00
662890b044 fix and update 2023-07-20 15:00:52 +02:00
a661f35a3d update depends 2023-07-20 14:58:01 +02:00
bf5c86532a Card hover effect smooth, mobile navbar hides on click 2023-07-13 13:54:42 +02:00
915e49352f fix to working state 2023-07-11 18:51:34 +02:00
ebd1fe00db Update build process 2023-06-25 10:17:12 +02:00
dc6fd3fad5 Lots of changes, started on working /add 2023-06-24 15:35:37 +02:00
be19e63970 Initial commit 2023-06-24 15:35:36 +02:00