update packages and modules

This commit is contained in:
Somrat
2024-04-14 09:49:09 +06:00
parent a39ca11ef1
commit 699c679737
2 changed files with 29 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.13.4",
"version": "1.13.5",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -19,16 +19,16 @@
"format": "prettier -w ."
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
}
}