fixing build and upgrading dependencies

This commit is contained in:
2023-12-23 17:41:58 +01:00
parent 9647b2c39b
commit b46705c97f
142 changed files with 1192 additions and 399 deletions

View File

@ -10,26 +10,27 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-auto": "^3.0.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/kit": "^2.0.6",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.8.10",
"autoprefixer": "^10.4.14",
"daisyui": "^3.1.6",
"daisyui": "^4.4.23",
"mdsvex": "^0.11.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^5.0.2",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
"vite": "^5.0.10"
},
"type": "module",
"dependencies": {
"marked": "^9.1.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"marked": "^11.1.0",
"vite-plugin-markdown": "^2.1.0"
}
}