Update dependencies.

This commit is contained in:
2025-12-07 18:46:28 -07:00
parent 44a9589e06
commit ce5956a26c
2 changed files with 1016 additions and 846 deletions

1848
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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