Skip to content

Commit

Permalink
problem: release binary fails with TypeError: jspb.Message.getBoolean…
Browse files Browse the repository at this point in the history
…FieldWithDefault is not a function
  • Loading branch information
splix committed Mar 10, 2022
1 parent 20e7f40 commit 0934084
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"babel-polyfill": "^6.26.0",
"bignumber.js": "8.0.2",
"es6-promise": "4.1.1",
"google-protobuf": "3.7.1",
"google-protobuf": "^3.10.0",
"immutable": "3.8.2",
"lib": "^2.2.5",
"node-fetch": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@emeraldwallet/core": "^2.6.0",
"@emeraldwallet/store": "^2.6.0",
"@grpc/grpc-js": "^1.5.1",
"google-protobuf": "3.7.1",
"google-protobuf": "^3.10.0",
"text-encoding": "0.7.0"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11179,11 +11179,6 @@ globby@^9.2.0:
pify "^4.0.1"
slash "^2.0.0"

google-protobuf@3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.7.1.tgz#9ef0fa3bc9ee416ba3fbe32b21ec6b7626f898e2"
integrity sha512-6fvlUey6cNKtWSEn1bt4CT4wc2EID1fVluHS1dOnqIlxyIu3cBid2BvWE8Rwl6wN+hRTgiAKhfyydAGV/weZYQ==

google-protobuf@^3.10.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.13.0.tgz#909c5983d75dd6101ed57c79e0528d000cdc3251"
Expand Down

0 comments on commit 0934084

Please sign in to comment.