Update latest versions, fix small inconveniences

This commit is contained in:
thiloho
2023-09-02 14:57:44 +02:00
parent a7a1570805
commit 0a614db91e
7 changed files with 1057 additions and 1102 deletions

View File

@@ -10,13 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.2.1",
"@astrojs/svelte": "^2.1.1",
"@astrojs/markdown-remark": "^3.0.0",
"@astrojs/svelte": "^4.0.0",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"astro": "^2.5.3",
"astro": "^3.0.7",
"open-props": "^1.5.8",
"rehype-autolink-headings": "^6.1.1",
"svelte": "^3.59.1"
"rehype-autolink-headings": "^6.1.1"
}
}