Update template versions to latest (#3646)

This PR bumps the template versions to latest.

### Change Type

- [x] `internal` — Does not affect user-facing stuff
- [x] `bugfix` — Bug fix
This commit is contained in:
Steve Ruiz 2024-04-30 11:12:58 +01:00 committed by GitHub
parent 932bbf0b1e
commit 0c68317885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
"lint": "next lint"
},
"dependencies": {
"tldraw": "^2.0.0-beta.2",
"tldraw": "latest",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",

View file

@ -16,7 +16,7 @@
"preview": "vite preview"
},
"dependencies": {
"tldraw": "2.0.0-beta.4",
"tldraw": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},