mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-20 01:26:12 -05:00
Upgraded @tldraw to latest version (2.4.5) (#1860)
* Add trustedDependencies * Upgraded @tldraw to latest version (2.4.5) - One of the fixes made the `fileSize` field optional in `TLImageAsset` & by extension, it also means the value of that field has to be non-zero. I simply removed the field & it fixed the bug encountered in the issue link - Issue Link: https://github.com/Sendouc/sendou.ink/issues/1853 * Updated trustedDependencies to match rewrite branch & rebuilt bun lock file --------- Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
This commit is contained in:
parent
8bbc5510a0
commit
89293c6d8d
|
|
@ -91,7 +91,6 @@ export default function Planner() {
|
|||
h: size[1],
|
||||
mimeType: null,
|
||||
isAnimated: false,
|
||||
fileSize: 0,
|
||||
},
|
||||
meta: {},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"@remix-run/node": "^2.11.2",
|
||||
"@remix-run/react": "^2.11.2",
|
||||
"@remix-run/serve": "^2.11.2",
|
||||
"@tldraw/tldraw": "2.3.0",
|
||||
"@tldraw/tldraw": "2.4.5",
|
||||
"aws-sdk": "^2.1682.0",
|
||||
"better-sqlite3": "11.1.2",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user