From 96526b3c9c8c8d756594e8de1599594fcd8d9c3e Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 17 May 2025 13:00:56 -0400 Subject: [PATCH] chore(deps): update deps --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 81a4d0b..f88c3cb 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,14 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@biomejs/biome": "^1.9.4", - "@tailwindcss/vite": "^4.1.6", - "astro": "^5.7.12", - "tailwindcss": "^4.1.6" + "@tailwindcss/vite": "^4.1.7", + "astro": "^5.7.13", + "tailwindcss": "^4.1.7" }, "trustedDependencies": [ "@biomejs/biome", "@parcel/watcher", + "@tailwindcss/oxide", "esbuild", "sharp" ]