Skip to content

Commit

Permalink
v4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
surjithctly committed May 23, 2024
1 parent cdcdd81 commit 3c0e388
Show file tree
Hide file tree
Showing 9 changed files with 2,462 additions and 1,934 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: "https://astroship.web3templates.com",
integrations: [tailwind(), mdx(), sitemap()],
integrations: [tailwind(), mdx(), sitemap(), icon()],
});
28 changes: 16 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astroship",
"type": "module",
"version": "0.0.2",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -11,16 +11,20 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.5.5",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.5"
"@astrojs/mdx": "^3.0.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/bricolage-grotesque": "^5.0.6",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.102",
"@iconify-json/uil": "^1.1.8",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.8.7",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.2",
"astro-seo": "^0.8.3",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
}
}
Loading

0 comments on commit 3c0e388

Please sign in to comment.