Skip to content

Commit

Permalink
Merge pull request #1166 from mrnerdhair/protobufjs-as-dev-dep
Browse files Browse the repository at this point in the history
use protobufjs as a devDep only
  • Loading branch information
webmaster128 committed Jun 9, 2022
2 parents 2847f4b + aa463d1 commit 06a16de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cosmwasm-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"@cosmjs/utils": "workspace:packages/utils",
"cosmjs-types": "^0.4.0",
"long": "^4.0.0",
"pako": "^2.0.2",
"protobufjs": "~6.11.3"
"pako": "^2.0.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down Expand Up @@ -80,6 +79,7 @@
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"protobufjs": "~6.11.3",
"readonly-date": "^1.0.0",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/proto-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"@cosmjs/math": "workspace:packages/math",
"@cosmjs/utils": "workspace:packages/utils",
"cosmjs-types": "^0.4.0",
"long": "^4.0.0",
"protobufjs": "~6.11.3"
"long": "^4.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down Expand Up @@ -76,6 +75,7 @@
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"protobufjs": "~6.11.3",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
"ts-node": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-signing/src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import { TxBody } from "cosmjs-types/cosmos/tx/v1beta1/tx";
import { Any } from "cosmjs-types/google/protobuf/any";
import Long from "long";
import protobuf from "protobufjs";
import type protobuf from "protobufjs";

/**
* A type generated by [ts-proto](https://github.com/stephenh/ts-proto).
Expand Down

0 comments on commit 06a16de

Please sign in to comment.