chore: declare posthtml as explicit devDependency

This commit is contained in:
svemagie
2026-03-27 18:12:15 +01:00
parent 27cfa6ae17
commit 0b5d5ade37
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@@ -44,6 +44,7 @@
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.4.0", "postcss": "^8.4.0",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"posthtml": "^0.16.7",
"tailwindcss": "^3.4.0" "tailwindcss": "^3.4.0"
} }
}, },

View File

@@ -47,6 +47,7 @@
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.4.0", "postcss": "^8.4.0",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"posthtml": "^0.16.7",
"tailwindcss": "^3.4.0" "tailwindcss": "^3.4.0"
} }
} }