Upgrade astro
All checks were successful
/ build (push) Successful in 24s

This commit is contained in:
Rolf Martin Glomsrud 2024-10-29 22:12:23 +01:00
parent 5057118cc3
commit f969c3620d
2 changed files with 938 additions and 1019 deletions

1947
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.13.1",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.7",
"sharp": "^0.33.5",
"typescript": "^5.5.4"
}