Chore/turbo v2 (#4359)

* chore(turbo): use v2

* chore(turbo): format

* chore(tests): use list reporter
This commit is contained in:
Moritz Klack
2024-06-11 16:05:36 +02:00
committed by GitHub
parent 7895a5982d
commit 59c5d47130
4 changed files with 215 additions and 162 deletions

View File

@@ -15,6 +15,7 @@
"test:react": "pnpm --filter=playwright run test:react",
"test:react:ui": "pnpm --filter=playwright run test:react:ui",
"build": "turbo run build",
"build:libs": "turbo run build --filter=./packages/**",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
@@ -35,8 +36,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.23.0",
"turbo": "^1.10.0",
"rollup": "^4.18.0",
"turbo": "^2.0.3",
"typescript": "5.1.3"
}
},
"packageManager": "pnpm@9.2.0"
}