Skip to content

Commit

Permalink
update cosmwasm
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 29, 2023
1 parent aeb8530 commit 9215945
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.21.0",
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@cosmwasm/ts-codegen": "0.31.6",
"@cosmwasm/ts-codegen": "0.34.0",
"@osmonauts/ast": "^0.86.11",
"@osmonauts/proto-parser": "^0.45.1",
"@osmonauts/types": "^0.36.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1782,10 +1782,10 @@
"@types/node" ">=13.7.0"
long "^4.0.0"

"@cosmwasm/ts-codegen@0.30.1":
version "0.30.1"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.30.1.tgz#8b8a635273065261c608a76f8a50cb5045e23980"
integrity sha512-6ATbmtuK2MwG9fJxIi0M+Rwd0SQhsko2nA8qVXC9MRHpZJKNaXYYcof1fel/L5HJCjotmQVsoxons3rGg6dRnw==
"@cosmwasm/ts-codegen@0.34.0":
version "0.34.0"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.34.0.tgz#659bb69fc5f74cbd623567f3090e69072f08b23c"
integrity sha512-Mt/aYj0be9GnA51Arysqr9L8KQNWUJJHoJvtru7hkHmukPSewZDilwHCOJAaehk5gjsP7LFey2o2KEdfzkANhA==
dependencies:
"@babel/core" "7.18.10"
"@babel/generator" "7.18.12"
Expand Down Expand Up @@ -1813,7 +1813,7 @@
parse-package-name "1.0.0"
rimraf "3.0.2"
shelljs "0.8.5"
wasm-ast-types "^0.23.1"
wasm-ast-types "^0.25.0"

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -9121,10 +9121,10 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"

wasm-ast-types@^0.23.1:
version "0.23.1"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.23.1.tgz#b849629aa9f7a56dbb52c581ddbcb6b5ed7e2a07"
integrity sha512-igLcEk8VHZq62ZEwn4Jp+WRTp2D9yvTeiQd2Pc+s7LZouzSn3CwRpD42sHK2wV0UlSt2/cNbV6QywFm9Z6eM/A==
wasm-ast-types@^0.25.0:
version "0.25.0"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.25.0.tgz#9f4056803c99fae6899c1f226e46cf730d9fe2db"
integrity sha512-ZTjXuBqRf3ntxXmskO1TyTTr8UbmAZGr72JGGctizzpdokMtuLsk5q8jHaFUv/qgQni1KuBxZnHIyaj1lnZegQ==
dependencies:
"@babel/runtime" "^7.18.9"
"@babel/types" "7.18.10"
Expand Down

0 comments on commit 9215945

Please sign in to comment.