Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit ba61250

Browse files
authored
chore: stick to protobufjs 6.11.3 (for now) (#401)
* chore: stick to protobufjs 6.11.3 (for now) * adding to kalix script * updated pakcage-lock.json in kalix-script * fixing grpc-js and proto-loader versions
1 parent 17b88f3 commit ba61250

File tree

10 files changed

+1173
-49
lines changed

10 files changed

+1173
-49
lines changed

npm-js/kalix-scripts/package-lock.json

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-js/kalix-scripts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"dependencies": {
1414
"axios": "^0.27.2",
15-
"cross-spawn": "^7.0.3"
15+
"cross-spawn": "^7.0.3",
16+
"protobufjs": "6.11.3"
1617
},
1718
"bin": {
1819
"kalix-scripts": "./bin/kalix-scripts.js"

0 commit comments

Comments
 (0)