Skip to content

Commit 6adfc71

Browse files
committed
fix(tailwindcss-patch): downgrade cac to 6
1 parent 8e9b432 commit 6adfc71

3 files changed

Lines changed: 40 additions & 19 deletions

File tree

.changeset/blue-rivers-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tailwindcss-patch': patch
3+
---
4+
5+
Downgrade `cac` to `6.7.14` for `tailwindcss-patch` to restore compatibility with CommonJS consumers that cannot load the ESM-only `cac@7` package.

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@babel/types": "^7.29.0",
9696
"@tailwindcss-mangle/config": "workspace:*",
9797
"@tailwindcss/node": "^4.2.1",
98-
"cac": "^7.0.0",
98+
"cac": "6.7.14",
9999
"consola": "^3.4.2",
100100
"fs-extra": "^11.3.4",
101101
"local-pkg": "^1.1.2",

pnpm-lock.yaml

Lines changed: 34 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)