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
pull/3654/head
Steve Ruiz 2024-04-30 11:12:58 +01:00 zatwierdzone przez GitHub
rodzic 932bbf0b1e
commit 0c68317885
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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",

Wyświetl plik

@ -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"
},