Skip to content

Commit

Permalink
Upgrade To Astro v5 (#182)
Browse files Browse the repository at this point in the history
* chore: format & update node version

* chore: update astro to v5
  • Loading branch information
moeyua authored Dec 5, 2024
1 parent 309fc6d commit 8b1c917
Show file tree
Hide file tree
Showing 8 changed files with 1,080 additions and 643 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.11.0
v22.12.0
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.12.0
2 changes: 2 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
node = "lts"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"theme:update": "esno scripts/update-theme.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@github/clipboard-copy-element": "^1.3.0",
"@swup/astro": "^1.4.1",
"astro": "^4.15.7",
"astro": "^5.0.2",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"giscus": "^1.5.0",
Expand Down
Loading

0 comments on commit 8b1c917

Please sign in to comment.