chore: upgrade buf connect v2

This commit is contained in:
Yordis Prieto
2024-11-19 15:55:14 -05:00
parent 699abeb91c
commit e279b3422d
11 changed files with 269 additions and 227 deletions

View File

@@ -12,12 +12,12 @@
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"clean": "rm -rf zitadel && rm -rf .turbo && rm -rf node_modules"
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0"
"@bufbuild/protobuf": "^2.2.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0"
"@bufbuild/buf": "^1.47.2"
}
}