Skip to content

Commit

Permalink
Upgrade astro to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Jan 3, 2024
1 parent 9467e76 commit 40cbd15
Show file tree
Hide file tree
Showing 3 changed files with 1,683 additions and 920 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs lts
nodejs 20.10.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"lint": "eslint 'src/**/*.{ts,svelte,astro}'"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/svelte": "^4.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.0.7",
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.0.9",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 40cbd15

Please sign in to comment.