chore(): update to latest astro and starlight

This commit is contained in:
Eduardo Roth
2023-12-19 22:37:24 -06:00
parent 0f5a452142
commit 704aac0715
2 changed files with 3700 additions and 1360 deletions

5056
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.11.1", "@astrojs/starlight": "^0.15.1",
"@fontsource/ibm-plex-serif": "^5.0.8", "@fontsource/ibm-plex-serif": "^5.0.8",
"astro": "^3.0.6", "astro": "^4.0.0",
"sharp": "^0.32.5" "sharp": "^0.32.5"
} }
} }