Skip to content

Commit

Permalink
upgrade to Astro 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surjithctly committed Feb 18, 2023
1 parent 19f5870 commit d9a4207
Show file tree
Hide file tree
Showing 9 changed files with 358 additions and 648 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
dist/
.output/

# generated types
.astro/

# dependencies
node_modules/

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.14.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/alpinejs": "^0.1.3",
"@astrojs/image": "^0.15.0",
"@astrojs/mdx": "^0.17.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@fontsource/inter": "^4.5.14",
"@types/alpinejs": "^3.7.1",
"astro": "^1.9.2",
"astro": "^2.0.14",
"astro-color-scheme": "^1.0.1",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.0",
Expand Down
Loading

1 comment on commit d9a4207

@vercel
Copy link

@vercel vercel bot commented on d9a4207 Feb 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.