Skip to content

Commit b8b420f

Browse files
sreerajsclaude
andcommitted
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

File tree

2 files changed

+4520
-4386
lines changed

2 files changed

+4520
-4386
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"**/cacache/glob": "11.1.0",
6868
"**/pacote/glob": "11.1.0",
6969
"**/sha.js": ">=2.4.12",
70-
"jspdf": ">=4.1.0",
70+
"jspdf": ">=4.0.0",
7171
"@ethereumjs/util": "8.0.3",
7272
"@types/keyv": "3.1.4",
7373
"@types/react": "17.0.24",

0 commit comments

Comments
 (0)