Skip to content

Commit

Permalink
*: reponsiveness, updates, prettier and more
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Oct 29, 2024
1 parent a34e97f commit 816eb45
Show file tree
Hide file tree
Showing 6 changed files with 1,005 additions and 1,070 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro"],
overrides: [
{
files: "*.astro",
options: {
parser: "astro",
},
},
],
};
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/fluent": "^1.1.62",
"astro": "^4.15.6",
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/fluent": "^1.2.5",
"astro": "^4.16.7",
"astro-icon": "^1.1.1",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.0",
"@tailwindcss/typography": "^0.5.14",
"@iconify-json/bi": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5"
}
}
Loading

0 comments on commit 816eb45

Please sign in to comment.