diff --git a/app/features/map-planner/components/Planner.tsx b/app/features/map-planner/components/Planner.tsx index 32f6c8a1c..5e08498ca 100644 --- a/app/features/map-planner/components/Planner.tsx +++ b/app/features/map-planner/components/Planner.tsx @@ -91,7 +91,6 @@ export default function Planner() { h: size[1], mimeType: null, isAnimated: false, - fileSize: 0, }, meta: {}, }; diff --git a/bun.lockb b/bun.lockb index 9498c4585..2588d7d88 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a8904388f..ce1595226 100644 --- a/package.json +++ b/package.json @@ -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",