fix: use CollectionEntry type where possible

This commit is contained in:
Troy 2025-03-13 21:45:16 +00:00
parent aa26e7cd55
commit 82b68b9f11
Signed by: troy
GPG key ID: DFC06C02ED3B4711
8 changed files with 107 additions and 104 deletions

View file

@ -13,25 +13,25 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.1.1",
"@astrojs/mdx": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.2.1",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.13",
"astro": "^5.4.3",
"@tailwindcss/vite": "^4.0.14",
"astro": "^5.5.2",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.13",
"tailwindcss": "^4.0.14",
"typescript": "^5.8.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.10",
"npm-check-updates": "^17.1.15",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"npm-check-updates": "^17.1.15"
"prettier-plugin-tailwindcss": "^0.6.11"
}
}