upgrade to astro 5

This commit is contained in:
2024-12-12 19:48:23 -05:00
parent 937b66e7c0
commit 3af9574c6d
11 changed files with 240 additions and 512 deletions
+20 -19
View File
@@ -12,31 +12,32 @@
"lint": "eslint --ext .js --ext .ts --ext .astro"
},
"dependencies": {
"@astrojs/mdx": "2.1.0",
"@astrojs/netlify": "5.0.0",
"@astrojs/rss": "4.0.4",
"astro": "^3.0.0",
"astro-icon": "^1.1.0",
"astro-pagefind": "^1.5.0",
"date-fns": "^3.3.1",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
"pagefind": "^1.1.0",
"sanitize-html": "^2.9.0",
"sharp": "^0.33.2"
"@astrojs/mdx": "4.0.2",
"@astrojs/netlify": "6.0.0",
"@astrojs/rss": "4.0.10",
"@types/markdown-it": "^14.1.2",
"astro": "5.0.4",
"astro-icon": "^1.1.4",
"astro-pagefind": "^1.7.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^1.3.8",
"markdown-it": "^13.0.2",
"pagefind": "^1.2.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-prettier": "^5.1.3",
"inquirer": "^9.2.15",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0",
"typescript-eslint": "^7.1.1"
"eslint-plugin-prettier": "^5.2.1",
"inquirer": "^9.3.7",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.7.2",
"typescript-eslint": "^7.18.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.7.2"
}
}