feat: adopt sveltekit-superforms (resolves #8)
Commit / ci (push) Successful in 10m39s
PullRequest / publish (pull_request) Failing after 2m25s

This commit is contained in:
2026-04-03 13:08:34 +02:00
parent 2e16cf9d51
commit 6ec5670267
11 changed files with 500 additions and 141 deletions
+3 -2
View File
@@ -44,9 +44,11 @@
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.43.14",
"svelte-check": "^4.3.4",
"sveltekit-superforms": "^2.30.1",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0",
"valibot": "^1.1.0",
"vite": "^7.2.4"
},
"dependencies": {
@@ -54,7 +56,6 @@
"@sveltejs/adapter-auto": "^7.0.0",
"postgres": "^3.4.7",
"sanitize-html": "^2.17.0",
"tailwind-merge": "^3.4.0",
"valibot": "^1.1.0"
"tailwind-merge": "^3.4.0"
}
}