Skip to content

Commit

Permalink
upgrade cosmwasm/ts-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 10, 2023
1 parent 9f69b3e commit 39741e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/telescope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@babel/runtime": "^7.19.0",
"@babel/traverse": "7.19.3",
"@babel/types": "7.19.3",
"@cosmwasm/ts-codegen": "0.21.1",
"@cosmwasm/ts-codegen": "0.26.0",
"@osmonauts/ast": "^0.78.0",
"@osmonauts/proto-parser": "^0.40.0",
"@osmonauts/types": "^0.32.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2002,10 +2002,10 @@
secrets.js-grempe "2.0.0"
typescript "^4.7.4"

"@cosmwasm/ts-codegen@0.21.1":
version "0.21.1"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.21.1.tgz#abbb15fdb8f1c966079de49e0da0f847fa5045fe"
integrity sha512-6Rp1zKJLL08H0wMpXuEcvTWx29mR/pNlBS/2S6jTW8h+NzVlDfXQcLm42gpnpb7CzgW8rt1GMNZ3mCCdTDNuSA==
"@cosmwasm/ts-codegen@0.26.0":
version "0.26.0"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.26.0.tgz#f1aef0c2194be5d775a9300940adefc461ceccd9"
integrity sha512-bALTObAlsPBNZHvCGBdYH7RUu+v563fvbbVgwN/WTok5tFnvB9klEQa3DtEZUOuczD20rqfsDxAC8Q17v2hhlw==
dependencies:
"@babel/core" "7.18.10"
"@babel/generator" "7.18.12"
Expand Down Expand Up @@ -2033,7 +2033,7 @@
parse-package-name "1.0.0"
rimraf "3.0.2"
shelljs "0.8.5"
wasm-ast-types "^0.15.0"
wasm-ast-types "^0.19.0"

"@eslint/eslintrc@^1.3.2":
version "1.3.2"
Expand Down Expand Up @@ -9778,10 +9778,10 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"

wasm-ast-types@^0.15.0:
version "0.15.0"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.15.0.tgz#101f98fc9c5d0528bc615f80d9d7a897168e0593"
integrity sha512-A3wgW3mlqK3irUjHqMkA26ADFA1z55LgQKl+KXRf1ylN5DValI3t/R9Sv3grSa7vpCAeG6E+XWCd7pGRNDsylw==
wasm-ast-types@^0.19.0:
version "0.19.0"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.19.0.tgz#d3e71ae91d48ddbdc23560bad5e10660f3c0d0da"
integrity sha512-SELRqjXMi7U3pB0jslvP0IrafJS9iN/VvySriiBITptBstwuzglhDTj3KFRpb/8LI4mG2ewC4a0/HxSQewQ/3g==
dependencies:
"@babel/runtime" "^7.18.9"
"@babel/types" "7.18.10"
Expand Down

0 comments on commit 39741e2

Please sign in to comment.