update modules and packages, and async scripts

This commit is contained in:
somrat sorkar
2023-11-25 10:29:36 +06:00
parent fef42e15aa
commit e6c15304c9
4 changed files with 31 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.9.3",
"version": "1.9.4",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -19,14 +19,14 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/forms": "^0.5.6",
"@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.0.3",
"prettier": "^3.1.0",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.5"
}