update to astro 4 plus new post

This commit is contained in:
2024-01-27 21:28:00 -05:00
parent beffc3335e
commit 29fc5be452
11 changed files with 77 additions and 33 deletions
+6 -5
View File
@@ -11,14 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/netlify": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"astro": "^3.5.4",
"@astrojs/mdx": "2.1.0",
"@astrojs/netlify": "5.0.0",
"@astrojs/rss": "4.0.4",
"astro": "4.2.6",
"date-fns": "^3.3.1",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
"sanitize-html": "^2.9.0"
"sanitize-html": "^2.9.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"prettier": "^2.8.1",