update modules and packages

This commit is contained in:
somrat sorkar
2023-12-13 15:54:11 +06:00
parent 69f6cdc7aa
commit e7cc895b3a
3 changed files with 30 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.9.6",
"version": "1.10.0",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -22,12 +22,12 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.1.0",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.1",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.5"
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.3.6"
}
}