From 785b66968aeee10d1666306da1f2209de71bed3b Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 28 Dec 2022 03:17:30 -0500 Subject: [PATCH] Update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 66c441a..4e8a709 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.8.6", + "version": "0.8.7", "private": true, "scripts": { "dev": "astro dev", @@ -15,18 +15,18 @@ }, "devDependencies": { "@astrojs/image": "^0.12.1", - "@astrojs/mdx": "^0.13.0", + "@astrojs/mdx": "^0.14.0", "@astrojs/partytown": "^1.0.2", - "@astrojs/rss": "^1.2.1", + "@astrojs/rss": "^2.0.0", "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^2.1.3", "@astrolib/analytics": "^0.2.4", "@astrolib/seo": "^0.2.1", "@fontsource/inter": "^4.5.14", "@tailwindcss/typography": "^0.5.8", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "astro": "^1.7.2", + "@typescript-eslint/eslint-plugin": "^5.47.1", + "@typescript-eslint/parser": "^5.47.1", + "astro": "^1.8.0", "astro-icon": "^0.8.0", "eslint": "^8.30.0", "eslint-plugin-astro": "^0.21.1",