remove cusom hugo_stats decoder, fixed theme.json update auto reload

This commit is contained in:
somrat sorkar
2023-09-02 09:40:53 +06:00
parent 59eef62fde
commit 77bc7eef2d
12 changed files with 19 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.7.5",
"version": "1.7.6",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -22,11 +22,11 @@
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.3"
}