update all packages, fix typescript errors (#277)

* simplify ui package, update all packages

* fix typescript errors that occur during build
This commit is contained in:
Matti Nannt
2023-05-09 13:18:07 +02:00
committed by GitHub
parent 9b42808d6d
commit 650b674e24
254 changed files with 1095 additions and 1822 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
"schema": "packages/database/prisma/schema.prisma"
},
"scripts": {
"clean": "turbo run clean && rimraf node_modules",
"build": "turbo run build",
"db:migrate:deploy": "turbo run db:migrate:deploy",
"db:migrate:vercel": "turbo run db:migrate:vercel",
@@ -25,7 +26,8 @@
"devDependencies": {
"@changesets/cli": "^2.26.1",
"prettier": "latest",
"tsx": "^3.12.6",
"rimraf": "^5.0.0",
"tsx": "^3.12.7",
"turbo": "latest"
},
"engines": {