doing a clean wipe to touch up the sludge links

I suppose I should do a profile here.
This commit is contained in:
2026-02-27 20:14:22 -06:00
parent 3803a43248
commit f8b9dcce8e
11 changed files with 338 additions and 194 deletions
+8 -9
View File
@@ -14,18 +14,17 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"sass": "^1.87.0",
"svelte": "^5.0.0",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"sass": "^1.90.0",
"svelte": "^5.38.0",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^6.2.6"
"svelte-check": "^4.3.1",
"typescript": "^5.9.2",
"vite": "^6.3.5"
},
"dependencies": {
"marked": "^15.0.11",
"marked": "^15.0.12",
"@sveltejs/kit": "^2.27.3",
"proquint": "^0.0.1"
}
}