update-deps #5

Merged
sjones merged 4 commits from update-deps into main 2025-12-19 18:00:37 -07:00
2 changed files with 1016 additions and 846 deletions
Showing only changes of commit ce5956a26c - Show all commits

1848
package-lock.json generated

File diff suppressed because it is too large Load Diff

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.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.16.4",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1"
}
}