Skip to content

Commit b0e82a0

Browse files
Gefei HouGefei Hou
authored andcommitted
Fixed dependency due to interchainjs update
1 parent 87737a1 commit b0e82a0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/ast/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@cosmwasm/ts-codegen-types": "^1.4.0",
4040
"ast-stringify": "0.2.1",
4141
"case": "1.6.3",
42-
"deepmerge": "4.2.2"
42+
"deepmerge": "4.2.2",
43+
"minimatch": "^10.0.3"
4344
}
4445
}

packages/ts-codegen/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@chain-registry/v2": "^1.71.229",
4646
"@cosmwasm/ts-codegen-ast": "^1.8.1",
4747
"@cosmwasm/ts-codegen-types": "^1.3.1",
48-
"@interchainjs/amino": "^1.11.18",
49-
"@interchainjs/cosmos": "^1.11.18",
50-
"@interchainjs/types": "^1.11.18",
48+
"@interchainjs/amino": "1.16.3",
49+
"@interchainjs/cosmos": "1.16.3",
50+
"@interchainjs/types": "1.16.3",
5151
"@pyramation/json-schema-to-typescript": " 11.0.4",
5252
"@types/rimraf": "3.0.2",
5353
"@types/shelljs": "0.8.15",
@@ -57,7 +57,8 @@
5757
"fuzzy": "0.1.3",
5858
"glob": "^10",
5959
"inquirerer": "0.1.3",
60-
"interchainjs": "^1.11.18",
60+
"interchainjs": "1.16.3",
61+
"minimatch": "^10.0.3",
6162
"minimist": "1.2.6",
6263
"mkdirp": "1.0.4",
6364
"nested-obj": "0.0.1",

packages/types/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"keywords": [],
3030
"bugs": {
3131
"url": "https://github.com/hyperweb-io/ts-codegen/issues"
32+
},
33+
"dependencies": {
34+
"minimatch": "^10.0.3"
3235
}
3336
}

0 commit comments

Comments
 (0)