Chore/turbo v2 (#4359)
* chore(turbo): use v2 * chore(turbo): format * chore(tests): use list reporter
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user