update hugo and package versions

This commit is contained in:
Somrat
2025-01-19 16:08:39 +06:00
parent e767a2ce90
commit 1c8485a586
10 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.18.2",
"version": "1.18.3",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -22,11 +22,11 @@
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17"
},