Skip to content

Commit 153777a

Browse files
committed
chore: upgrade astro
1 parent b0a5f07 commit 153777a

3 files changed

Lines changed: 134 additions & 48 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"dependencies": {
1818
"@astrojs/check": "^0.9.8",
19-
"@astrojs/mdx": "^5.0.2",
20-
"@astrojs/rss": "^4.0.17",
21-
"@astrojs/sitemap": "^3.7.1",
19+
"@astrojs/mdx": "^5.0.3",
20+
"@astrojs/rss": "^4.0.18",
21+
"@astrojs/sitemap": "^3.7.2",
2222
"@fontsource/work-sans": "^5.0.18",
2323
"@radix-ui/colors": "^3.0.0",
24-
"astro": "^6.0.6",
24+
"astro": "^6.1.5",
2525
"chart.js": "^4.5.1",
2626
"clsx": "^2.1.0",
2727
"tailwind-merge": "^3.4.0",

pnpm-lock.yaml

Lines changed: 129 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Header from "../components/Header.astro";
99
</div>
1010
<div class="mx-auto w-full max-w-2xl px-6 py-16 sm:py-20">
1111
<Header />
12-
<main class="mt-14 space-y-6">
12+
<main class="mt-14 space-y-10">
1313
<slot />
1414
</main>
1515
</div>

0 commit comments

Comments
 (0)