From 58484dfca8d19f19cd187e15b47da11f13afaf6f Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 9 Jan 2023 12:13:50 -0500 Subject: [PATCH] Update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a865cab..ca1e8ba 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.5", + "version": "0.9.6", "private": true, "scripts": { "dev": "astro dev", @@ -27,14 +27,14 @@ "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "astro": "^1.9.1", - "astro-compress": "1.1.24", + "astro-compress": "1.1.25", "astro-icon": "^0.8.0", "eslint": "^8.31.0", "eslint-plugin-astro": "^0.21.1", "eslint-plugin-jsx-a11y": "^6.6.1", "limax": "^2.1.0", "mdast-util-to-string": "^3.1.0", - "prettier": "^2.8.1", + "prettier": "^2.8.2", "prettier-plugin-astro": "^0.7.2", "reading-time": "^1.5.0", "sharp": "^0.31.3",