From 701a3d01881ca04fc383df923c45cf23da80ebef Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:07:01 +0600 Subject: [PATCH] update dependency versions --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 50e8697..06c3290 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "5.12.0", + "version": "5.12.1", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", @@ -22,18 +22,18 @@ "@astrojs/sitemap": "3.7.0", "@digi4care/astro-google-tagmanager": "^1.6.0", "@justinribeiro/lite-youtube": "^1.9.0", - "astro": "5.16.11", + "astro": "5.17.3", "astro-auto-import": "^0.5.1", "astro-font": "^1.1.0", - "astro-swiper": "^1.4.0", + "astro-swiper": "^2.1.0", "date-fns": "^4.1.0", "disqus-react": "^1.1.7", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", - "marked": "^17.0.1", + "marked": "^17.0.3", "prop-types": "^15.8.1", - "react": "^19.2.3", - "react-dom": "^19.2.3", + "react": "^19.2.4", + "react-dom": "^19.2.4", "react-icons": "^5.5.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", @@ -43,17 +43,17 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", - "@tailwindcss/vite": "^4.1.18", - "@types/node": "25.0.9", - "@types/react": "19.2.8", + "@tailwindcss/vite": "^4.2.1", + "@types/node": "25.3.0", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "concurrently": "^9.2.1", - "eslint": "^9.39.2", - "prettier": "^3.8.0", + "eslint": "^10.0.2", + "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.2", - "tailwind-bootstrap-grid": "^6.0.0", - "tailwindcss": "^4.1.18", + "tailwind-bootstrap-grid": "^7.0.0", + "tailwindcss": "^4.2.1", "typescript": "^5.9.3" } }