update frontend dependencies, remove deprecated rollup options

This commit is contained in:
Christoph Kluge
2025-11-25 15:49:04 +01:00
parent 414147177a
commit 6eb779d359
3 changed files with 251 additions and 237 deletions

View File

@@ -12,9 +12,6 @@ const plugins = [
compilerOptions: {
// Enable run-time checks when not in production
dev: !production,
// Enable Svelte 5-specific features
hydratable: true, // If using server-side rendering
immutable: true, // Optimize updates for immutable data
// As of sveltestrap 7.1.0, filtered warnings would appear for imported sveltestrap components
warningFilter: (warning) => (
warning.code !== 'element_invalid_self_closing_tag' &&