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:
William Lam 2024-09-01 04:27:10 -04:00 committed by GitHub
parent 8bbc5510a0
commit 89293c6d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,6 @@ export default function Planner() {
h: size[1],
mimeType: null,
isAnimated: false,
fileSize: 0,
},
meta: {},
};

BIN
bun.lockb

Binary file not shown.

View File

@ -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",