From 2df17ca0f5e5606d74c7eabb1a8d8ce952f64797 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 21 Sep 2023 18:31:21 -0400 Subject: [PATCH] Update dependencies (astro v3.2.2) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3bb225e29..3e6e4716e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "AstroWind: A free template using Astro 3.0 and Tailwind CSS. Astro starter theme.", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "private": true, "scripts": { "dev": "astro dev", @@ -18,7 +18,7 @@ "@astrolib/analytics": "^0.4.2", "@astrolib/seo": "^1.0.0-beta.4", "@fontsource-variable/inter": "^5.0.8", - "astro": "^3.1.1", + "astro": "^3.1.2", "astro-icon": "^1.0.0-next.2", "limax": "4.1.0", "lodash.merge": "^4.6.2",