update dependency modules

This commit is contained in:
Somrat
2025-02-17 09:10:10 +06:00
parent 5ec8ba82cc
commit c8a7a2b99f
+22 -22
View File
@@ -1,10 +1,10 @@
{
"name": "astroplate",
"version": "5.1.0",
"version": "5.2.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
"packageManager": "yarn@1.22.19",
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "yarn generate-json && astro dev",
"build": "yarn generate-json && astro build",
@@ -16,43 +16,43 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "4.1.2",
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "4.2.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"astro": "5.1.2",
"astro": "5.3.0",
"astro-auto-import": "^0.4.4",
"astro-font": "^0.1.81",
"astro-font": "^1.0.0",
"date-fns": "^4.1.0",
"disqus-react": "^1.1.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^15.0.5",
"marked": "^15.0.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"swiper": "^11.2.0"
"swiper": "^11.2.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.6",
"@types/marked": "^5.0.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"@types/marked": "^6.0.0",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"eslint": "^9.20.1",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.85.0",
"sharp": "0.33.5",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}