diff --git a/bun.lockb b/bun.lockb index ff08a1e..57fc995 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 845a701..7e108fd 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "devDependencies": { "@turbo/gen": "1.13.3", "dprint": "0.45.0", - "turbo": "1.13.3", - "one-version": "workspace:*" + "one-version": "workspace:*", + "turbo": "2.0.6" }, "scripts": { "dev": "turbo run dev", @@ -22,5 +22,6 @@ "test": "turbo run test", "one-version:check": "one-version check", "generator": "bun ./scripts/generator.ts" - } + }, + "packageManager": "bun@1.1.17" } diff --git a/turbo.json b/turbo.json index 5036f01..b503ac8 100644 --- a/turbo.json +++ b/turbo.json @@ -1,16 +1,25 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { - "dependsOn": ["^build"], - "outputs": ["dist/**", ".next/**"] + "dependsOn": [ + "^build" + ], + "outputs": [ + "dist/**", + ".next/**" + ] }, "type-check": { - "dependsOn": ["^build"] + "dependsOn": [ + "^build" + ] }, "lint": {}, "test": { - "dependsOn": ["^build"] + "dependsOn": [ + "^build" + ] }, "dev": { "persistent": true