From c42bef3e7284e259a15ec2f901a79a4425c93a6f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 18 Dec 2023 05:36:34 +0200 Subject: [PATCH] squash! --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 32696e8e..20d4f8f7 100644 --- a/package.json +++ b/package.json @@ -22,17 +22,17 @@ "url": "https://nikolahristov.tech" }, "scripts": { - "prepublishOnly": "astro check && astro build", + "prepublishOnly": "astro check ; astro build", "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.3.2", + "@astrojs/check": "0.3.3", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.0.3", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.10", - "astro": "4.0.5", + "astro": "4.0.6", "astro-capo": "0.0.1", "astro-compress": "2.2.5", "astro-critters": "2.0.11",