From 511365e797e94e153d0e8665c2f5dbf0b592d83e Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 15 May 2023 12:34:04 +0600 Subject: [PATCH] update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6469631..dd6786c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "1.1.2", + "version": "1.1.3", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", @@ -12,7 +12,7 @@ "format": "prettier -w ." }, "dependencies": { - "@astrojs/image": "^0.16.7", + "@astrojs/image": "^0.16.8", "@astrojs/mdx": "^0.19.1", "@astrojs/react": "^2.1.3", "@astrojs/rss": "^2.4.1", @@ -22,7 +22,7 @@ "@tailwindcss/typography": "^0.5.9", "@types/marked": "^4.3.0", "@types/react": "^18.2.6", - "astro": "^2.4.4", + "astro": "^2.4.5", "astro-auto-import": "^0.3.0", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", @@ -33,7 +33,7 @@ "marked": "^5.0.2", "postcss": "^8.4.23", "prettier": "^2.8.8", - "prettier-plugin-astro": "^0.8.0", + "prettier-plugin-astro": "^0.8.1", "prettier-plugin-tailwindcss": "^0.2.8", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -44,7 +44,7 @@ "remark-toc": "^8.0.1", "sass": "^1.62.1", "sharp": "^0.32.1", - "swiper": "^9.3.0", + "swiper": "^9.3.1", "tailwind-bootstrap-grid": "^5.0.1", "tailwindcss": "^3.3.2" }