fix: bun patch for excalidraw's weird pen sizes ( #3693 there is still open )

This commit is contained in:
2026-06-01 22:02:47 +00:00
parent 6cc028305a
commit 8db56d9ab7
3 changed files with 57 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@
}, },
}, },
}, },
"patchedDependencies": {
"@excalidraw/excalidraw@0.18.1": "patches/@excalidraw%2Fexcalidraw@0.18.1.patch",
},
"packages": { "packages": {
"@antfu/install-pkg": ["@antfu/install-pkg@1.1.0", "", { "dependencies": { "package-manager-detector": "^1.3.0", "tinyexec": "^1.0.1" } }, "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ=="], "@antfu/install-pkg": ["@antfu/install-pkg@1.1.0", "", { "dependencies": { "package-manager-detector": "^1.3.0", "tinyexec": "^1.0.1" } }, "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ=="],
+3
View File
@@ -34,5 +34,8 @@
"pretty-quick": "^4.2.2", "pretty-quick": "^4.2.2",
"simple-git-hooks": "^2.13.1", "simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3" "typescript": "^5.9.3"
},
"patchedDependencies": {
"@excalidraw/excalidraw@0.18.1": "patches/@excalidraw%2Fexcalidraw@0.18.1.patch"
} }
} }
File diff suppressed because one or more lines are too long