Skip to content

Commit 549b05e

Browse files
fix: bump protobufjs dependency version for cli package (#2128)
Otherwise the latest protobufjs-cli package pulls older protobufjs.
1 parent 535df44 commit 549b05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pbts": "bin/pbts"
1919
},
2020
"peerDependencies": {
21-
"protobufjs": "^7.0.0"
21+
"protobufjs": "^8.0.0"
2222
},
2323
"dependencies": {
2424
"chalk": "^4.0.0",

0 commit comments

Comments
 (0)