update-deps (#5)

Rollup up action and dependency changes.

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2025-12-19 18:00:36 -07:00
parent 44a9589e06
commit 6cd5726bfc
4 changed files with 1073 additions and 943 deletions

View File

@@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"astro": "^5.13.5",
"typescript": "^5.9.2"
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.16.6",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1"
}
}