chore: upgrade turbo to version 2 (#2738)

This commit is contained in:
Matti Nannt
2024-06-07 07:59:44 +02:00
committed by GitHub
parent b49ca8087a
commit a269da4e1c
77 changed files with 889 additions and 450 deletions

View File

@@ -26,7 +26,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"generate": "turbo run generate",
"lint": "turbo run lint",
"release": "turbo run build --filter=js... && turbo run build --filter=n8n-node... && changeset publish",
"release": "turbo run build --filter=@formbricks/js... && changeset publish",
"test": "turbo run test --no-cache",
"test:e2e": "playwright test",
"prepare": "husky install",
@@ -34,12 +34,13 @@
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"eslint-config-formbricks": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"rimraf": "^5.0.7",
"tsx": "^4.11.0",
"turbo": "^1.13.3"
"turbo": "^2.0.1"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
@@ -56,7 +57,7 @@
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@8.15.8",
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,