fixed prose-darkmode issue, ref #67

This commit is contained in:
somrat sorkar
2023-12-25 08:25:38 +06:00
parent e9bdde544e
commit be7bb7c34e
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.10.1",
"version": "1.10.2",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -28,6 +28,6 @@
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.3.7"
"tailwindcss": "^3.4.0"
}
}