Skip to content
Prev Previous commit
chore(deps): update dependency tailwindcss to 4.1.18 (updated)
  • Loading branch information
github-actions[bot] committed Dec 24, 2025
commit 4dce483eb0f65d032840ae08cf5a67cc27c39257
6 changes: 3 additions & 3 deletions packages/headwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"zip:darwin-x64": "zip -j bin/headwind-darwin-x64.zip bin/headwind-darwin-x64",
"zip:darwin-arm64": "zip -j bin/headwind-darwin-arm64.zip bin/headwind-darwin-arm64",
"benchmark": "bun run benchmark/framework-comparison.bench.ts",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"lint": "bunx --bun pickier run --mode lint",
"lint:fix": "bunx --bun pickier run --mode lint --fix",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
Expand All @@ -76,7 +76,7 @@
"unconfig": "0.3.10"
},
"lint-staged": {
"*.{js,ts}": "bunx --bun eslint . --fix"
"*.{js,ts}": "bunx --bun pickier run --mode lint --fix"
},
"devDependencies": {
"@tailwindcss/node": "^4.1.14",
Expand Down