From e6427707c9887d1513441a2448c2d9425ecd7a36 Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 2 Jan 2023 11:11:29 -0500 Subject: [PATCH] Update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63d724c..3ceff61 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.9.1", + "version": "0.9.2", "private": true, "scripts": { "dev": "astro dev", @@ -29,7 +29,7 @@ "astro": "^1.8.0", "astro-compress": "1.1.24", "astro-icon": "^0.8.0", - "eslint": "^8.30.0", + "eslint": "^8.31.0", "eslint-plugin-astro": "^0.21.1", "eslint-plugin-jsx-a11y": "^6.6.1", "limax": "^2.1.0",