fix unit tests

This commit is contained in:
Elio Bischof
2025-07-22 14:42:20 +02:00
parent 6b0404c1c5
commit 5a84f27913
3 changed files with 7 additions and 3 deletions

View File

@@ -60,6 +60,7 @@
},
"devDependencies": {
"@bufbuild/protocompile": "^0.0.1",
"@bufbuild/buf": "^1.53.0",
"@types/node": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",

View File

@@ -17,10 +17,10 @@
"generate": "buf generate ../../proto --path ../../proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0"
}
}