update package and modules

This commit is contained in:
Somrat
2024-07-11 09:07:20 +06:00
parent 9a7901d88b
commit fa5ec7329f
2 changed files with 29 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.15.1",
"version": "1.15.2",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -22,12 +22,12 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
}
}