Skip to content

Commit 3ede9a0

Browse files
committed
fix: remove yoga-layout patch reference from root package.json
The patch file was deleted in 88697f3 but the root package.json still referenced it in patchedDependencies, causing pnpm install to fail. - Remove yoga-layout patch from root patchedDependencies - Regenerate lockfile without patch hash references Fixes workflow failure in build-wasm.yml.
1 parent 6a2d03d commit 3ede9a0

File tree

2 files changed

+336
-476
lines changed

2 files changed

+336
-476
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
"graceful-fs@4.2.11": "patches/graceful-fs@4.2.11.patch",
162162
"lodash@4.17.21": "patches/lodash@4.17.21.patch",
163163
"string_decoder@0.10.31": "patches/string_decoder@0.10.31.patch",
164-
"ink@6.3.1": "patches/ink@6.3.1.patch",
165-
"yoga-layout": "patches/yoga-layout.patch"
164+
"ink@6.3.1": "patches/ink@6.3.1.patch"
166165
}
167166
},
168167
"private": true,

0 commit comments

Comments
 (0)