diff --git a/bun.lockb b/bun.lockb index c1ad233..3d11ebc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6d48c61..b339963 100644 --- a/package.json +++ b/package.json @@ -15,30 +15,30 @@ "prepare": "husky" }, "dependencies": { - "@astrojs/partytown": "^2.1.3", - "@fontsource-variable/roboto-mono": "^5.1.1", - "@tailwindcss/vite": "^4.0.8", - "astro": "^5.3.1", + "@astrojs/partytown": "^2.1.4", + "@fontsource-variable/roboto-mono": "^5.2.6", + "@tailwindcss/vite": "^4.1.11", + "astro": "^5.11.0", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", - "tailwindcss": "^4.0.8" + "tailwindcss": "^4.1.11" }, "devDependencies": { - "@commitlint/cli": "^19.7.1", - "@commitlint/config-conventional": "^19.7.1", - "@eslint/js": "^9.21.0", + "@commitlint/cli": "^19.8.1", + "@commitlint/config-conventional": "^19.8.1", + "@eslint/js": "^9.30.1", "@tailwindcss/typography": "^0.5.16", - "@typescript-eslint/parser": "^8.25.0", - "astro-eslint-parser": "^1.2.1", - "eslint": "^9.21.0", + "@typescript-eslint/parser": "^8.35.1", + "astro-eslint-parser": "^1.2.2", + "eslint": "^9.30.1", "eslint-plugin-astro": "^1.3.1", "husky": "^9.1.7", - "prettier": "^3.5.2", + "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.11", + "prettier-plugin-tailwindcss": "^0.6.13", "rehype-katex": "^7.0.1", "rehype-mathjax": "^7.1.0", "remark-math": "^6.0.0", - "typescript-eslint": "^8.25.0" + "typescript-eslint": "^8.35.1" } } diff --git a/src/components/BlogPost.astro b/src/components/BlogPost.astro index a5f54ff..588f4d1 100644 --- a/src/components/BlogPost.astro +++ b/src/components/BlogPost.astro @@ -40,8 +40,6 @@ const { remarkPluginFrontmatter } = await render(post); class="prose dark:prose-invert my-8 max-w-none text-gray-600 dark:text-gray-400" > If you have any questions or comments, or you would like to point out any - errors in any of the blog posts, please reach out to me at milanherke@protonmail.com. + errors in any of the blog posts, please leave a comment. diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index c4b0823..ab0b669 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -29,7 +29,7 @@ const isProd = import.meta.env.PROD; ) } -
+