update deps

This commit is contained in:
2025-07-03 10:07:16 -07:00
parent 5036a5ba2d
commit 86aa35a8d7
2 changed files with 1255 additions and 1279 deletions

2522
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,14 +11,14 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.1", "@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.9", "@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.4.1",
"astro": "^5.0.2", "astro": "^5.11.0",
"typescript": "^5.7.2" "typescript": "^5.8.3"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.4.1", "prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1" "prettier-plugin-astro": "^0.14.1"
} }
} }