From ab1642f49e8faacf1239a232375e7233dc48afe4 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 16 Nov 2022 00:01:14 +0100 Subject: [PATCH] Upgrade Astro to v1.6.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 470e295..be46515 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "A template to make your website using Astro + Tailwind CSS.", - "version": "0.7.0", + "version": "0.7.1", "private": true, "scripts": { "dev": "astro dev", @@ -26,7 +26,7 @@ "@tailwindcss/typography": "^0.5.8", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", - "astro": "1.6.5", + "astro": "^1.6.8", "astro-icon": "^0.8.0", "eslint": "^8.27.0", "eslint-plugin-astro": "^0.21.0",