Skip to content

Commit

Permalink
Update to Astro v5
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Jan 3, 2025
1 parent 6bce67a commit 19e7583
Show file tree
Hide file tree
Showing 7 changed files with 5,007 additions and 19 deletions.
Binary file removed bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "comet-docs",
"type": "module",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
Expand All @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/starlight": "0.27.1",
"@fontsource-variable/space-grotesk": "^5.0.18",
"@fontsource/space-mono": "^5.0.20",
"astro": "4.15.4",
"sharp": "^0.33.3",
"typescript": "^5.4.5"
"@astrojs/check": "0.9.4",
"@astrojs/starlight": "0.30.3",
"@fontsource-variable/space-grotesk": "^5.1.1",
"@fontsource/space-mono": "^5.1.2",
"astro": "5.1.2",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 19e7583

Please sign in to comment.