Skip to content

Commit

Permalink
Update tldraw to version 2.4.3. Fixes #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Aug 1, 2024
1 parent f3be62e commit db9b174
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 651 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"tldraw:copy-assets": "rsync -av --include='/*/' --exclude='/*' --exclude='favicon.ico' ./node_modules/@tldraw/assets/ ./src/tldraw/public/"
},
"dependencies": {
"@fontsource/inter": "^5.0.19",
"@fontsource/inter": "^5.0.20",
"express": "^4.19.2",
"puppeteer": "^22.14.0",
"puppeteer": "^22.15.0",
"uint8array-extras": "^1.4.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.7.2",
"@sindresorhus/slugify": "^2.2.1",
"@tldraw/assets": "2.4.0-canary.8347697097ab",
"@tldraw/assets": "2.4.3",
"@types/express": "^4.17.21",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -95,12 +95,12 @@
"sharp": "^0.33.4",
"sharp-phash": "^2.1.0",
"strip-ansi": "^7.1.0",
"tldraw": "2.4.0-canary.8347697097ab",
"tsx": "^4.16.2",
"tldraw": "2.4.3",
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"untildify": "^5.0.0",
"vite": "^5.3.5",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit db9b174

Please sign in to comment.