Skip to content

Commit 16441f7

Browse files
ubmitclaude
andauthored
deps: upgrade Astro from v5 to v6 (includes Vite 7) (#145)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f091eca commit 16441f7

2 files changed

Lines changed: 1010 additions & 1023 deletions

File tree

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@
1414
"resume:watch": "typst watch ./resume/resume.typ ./public/resume.pdf"
1515
},
1616
"dependencies": {
17-
"@astrojs/check": "^0.9.6",
18-
"@astrojs/mdx": "^4.3.13",
19-
"@astrojs/rss": "^4.0.15",
20-
"@astrojs/sitemap": "^3.7.0",
17+
"@astrojs/check": "^0.9.8",
18+
"@astrojs/mdx": "^5.0.2",
19+
"@astrojs/rss": "^4.0.17",
20+
"@astrojs/sitemap": "^3.7.1",
2121
"@fontsource/work-sans": "^5.0.18",
2222
"@radix-ui/colors": "^3.0.0",
23-
"astro": "^5.16.14",
23+
"astro": "^6.0.6",
2424
"chart.js": "^4.5.1",
2525
"clsx": "^2.1.0",
2626
"tailwind-merge": "^3.4.0",
2727
"typescript": "^5.9.3"
2828
},
2929
"devDependencies": {
30+
"@astrojs/upgrade": "^0.7.1",
3031
"@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2",
3132
"@tailwindcss/typography": "^0.5.19",
3233
"@tailwindcss/vite": "^4.1.18",
@@ -36,3 +37,4 @@
3637
"tailwindcss": "^4.1.18"
3738
}
3839
}
40+

0 commit comments

Comments
 (0)