Commit b8b420f
fix: regenerate yarn.lock to fix CI dependency resolution issues
The previous yarn.lock had conflicts with npm package aliases (strip-ansi-cjs,
string-width-cjs, wrap-ansi-cjs) that caused "mixin.stripAnsi is not a function"
errors during postinstall in CI.
Changes:
- Reverted jspdf resolution from >=4.1.0 to >=4.0.0 to match master
- Regenerated yarn.lock with clean cache to resolve dependency conflicts
- Removed duplicate/conflicting npm package alias entries
This fixes the CI build failures that were blocking the PR.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2680c36 commit b8b420f
2 files changed
+4520
-4386
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments