update depends

This commit is contained in:
2024-08-04 21:15:36 +02:00
parent 8f936ced05
commit fdd28648cd
2 changed files with 909 additions and 2241 deletions
+906 -2238
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -2,17 +2,17 @@
"name": "youhavetrouble-website", "name": "youhavetrouble-website",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev --host",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^2.3.1", "@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/svelte": "^5.7.0", "@astrojs/svelte": "^5.7.0",
"astro": "^4.12.2", "astro": "^4.13.1",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"marked": "^13.0.2", "marked": "^13.0.2",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",