diff --git a/bun.lockb b/bun.lockb index dde60c88..e789afc2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 734067b1..489b3c89 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,13 @@ "start:app": "turbo start --filter=@v1/app", "test": "turbo test --parallel", "format": "biome format --write .", - "lint": "turbo lint && manypkg check", + "lint": "turbo lint && bun lint:repo", "lint:repo": "bunx sherif@latest", "lint:repo:fix": "bunx sherif@latest --fix", "typecheck": "turbo typecheck" }, - "dependencies": { + "devDependencies": { "@biomejs/biome": "1.8.3", - "@manypkg/cli": "^0.21.4", "@t3-oss/env-nextjs": "^0.11.1", "turbo": "2.1.1", "typescript": "^5.5.4"