This commit is contained in:
Jeff Emmett 2024-10-18 14:43:31 -04:00
parent 06e25d7b73
commit 9b7c11849c
1 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,8 @@
"dependencies": {
"@dimforge/rapier2d": "^0.11.2",
"@tldraw/sync": "^2.4.6",
"@tldraw/sync-core": "latest",
"@tldraw/tldraw": "^3.3.1",
"@tldraw/tlschema": "latest",
"@tldraw/sync-core": "^2.4.6",
"@tldraw/tlschema": "^2.4.6",
"@types/markdown-it": "^14.1.1",
"@vercel/analytics": "^1.2.2",
"cloudflare-workers-unfurl": "^0.0.7",
@ -48,7 +47,7 @@
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"typescript": "^5.6.3",
"vite": "^5.3.3",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-top-level-await": "^1.3.1",