update package and modules

This commit is contained in:
Somrat
2025-02-24 09:27:28 +06:00
parent a028ddccd6
commit b56f358621
2 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -19,12 +19,12 @@
"format": "prettier -w ."
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.6",
"@tailwindcss/cli": "^4.0.8",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.5.0",
"prettier": "^3.5.2",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.6"
"tailwindcss": "^4.0.8"
}
}