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:
parent
932bbf0b1e
commit
0c68317885
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue