From c10f052bb0c94a22a951ae14c9a827614dd92a44 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:03:42 +0600 Subject: [PATCH] chore: update version and dependencies in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f3c3c96..858086e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "5.8.1", + "version": "5.8.2", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", @@ -17,12 +17,12 @@ }, "dependencies": { "@astrojs/check": "0.9.5", - "@astrojs/mdx": "4.3.11", + "@astrojs/mdx": "4.3.12", "@astrojs/react": "4.4.2", "@astrojs/sitemap": "3.6.0", "@digi4care/astro-google-tagmanager": "^1.6.0", "@justinribeiro/lite-youtube": "^1.9.0", - "astro": "5.15.9", + "astro": "5.16.0", "astro-auto-import": "^0.4.5", "astro-font": "^1.1.0", "date-fns": "^4.1.0",