diff --git a/bun.lockb b/bun.lockb index ae65845..24f19bd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0dad34c..c6bc766 100644 --- a/package.json +++ b/package.json @@ -17,18 +17,18 @@ "@tailwindcss/typography": "^0.5.13", "@types/bun": "latest", "kleur": "^4.1.5", - "prettier": "^3.3.2", - "prettier-plugin-astro": "^0.14.0" + "prettier": "^3.3.3", + "prettier-plugin-astro": "^0.14.1" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { - "@astrojs/mdx": "^3.1.2", + "@astrojs/mdx": "3.1.3", "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", - "@astrojs/ts-plugin": "^1.8.0", - "astro": "^4.11.5", - "tailwindcss": "^3.4.4" + "@astrojs/ts-plugin": "1.9.0", + "astro": "4.12.2", + "tailwindcss": "^3.4.6" } }