Skip to content

Commit f98ea1b

Browse files
committed
Upgrade ast-stringify to get the types
1 parent cbad9bb commit f98ea1b

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@babel/types": "7.24.0",
3939
"@cosmwasm/ts-codegen-types": "^1.3.1",
40-
"ast-stringify": "0.1.0",
40+
"ast-stringify": "0.2.1",
4141
"case": "1.6.3",
4242
"deepmerge": "4.2.2"
4343
}

packages/ts-codegen/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"url": "https://github.com/hyperweb-io/ts-codegen/issues"
3838
},
3939
"devDependencies": {
40-
"@cosmjs/cosmwasm-stargate": "0.32.3",
41-
"ast-stringify": "0.1.0"
40+
"@cosmjs/cosmwasm-stargate": "0.32.3"
4241
},
4342
"dependencies": {
4443
"@babel/generator": "7.24.4",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,6 @@
277277
dependencies:
278278
"@babel/helper-plugin-utils" "^7.27.1"
279279

280-
"@babel/runtime@^7.11.2":
281-
version "7.27.6"
282-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
283-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
284-
285280
"@babel/template@^7.24.7", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
286281
version "7.27.2"
287282
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
@@ -2067,12 +2062,10 @@ arrify@^2.0.1:
20672062
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
20682063
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
20692064

2070-
2071-
version "0.1.0"
2072-
resolved "https://registry.yarnpkg.com/ast-stringify/-/ast-stringify-0.1.0.tgz#5c6439fbfb4513dcc26c7d34464ccd084ed91cb7"
2073-
integrity sha512-J1PgFYV3RG6r37+M6ySZJH406hR82okwGvFM9hLXpOvdx4WC4GEW8/qiw6pi1hKTrqcRvoHP8a7mp87egYr6iA==
2074-
dependencies:
2075-
"@babel/runtime" "^7.11.2"
2065+
2066+
version "0.2.1"
2067+
resolved "https://registry.yarnpkg.com/ast-stringify/-/ast-stringify-0.2.1.tgz#5a90823699f51e338da4da039219aefc092398a3"
2068+
integrity sha512-wS/5cTSysM/IL1NVAwI2/xhFDI08UEw4PpLsbpDfc1KEPc2ABo94pjvB5p/tIF+Qu7oFOdxx8TdlGhyu4ZOb3A==
20762069

20772070
async@^3.2.3:
20782071
version "3.2.6"

0 commit comments

Comments
 (0)