chore: fix make console_dependencies

This commit is contained in:
Elio Bischof
2025-08-11 11:31:55 +02:00
parent f13529b31f
commit 9e5c4e6dd9
3 changed files with 7 additions and 9 deletions

View File

@@ -10,13 +10,6 @@
"clean": "turbo run clean",
"clean:all": "pnpm run clean && rm -rf .turbo node_modules"
},
"pnpm": {
"overrides": {
"@typescript-eslint/parser": "^8.35.1",
"@zitadel/client": "workspace:*",
"@zitadel/proto": "workspace:*"
}
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@devcontainers/cli": "^0.80.0",