Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Sep 13, 2022
1 parent 05a9df6 commit c5ab711
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 @@ -80,7 +80,7 @@
"@babel/runtime": "^7.18.9",
"@babel/traverse": "7.18.13",
"@babel/types": "7.18.13",
"@cosmwasm/ts-codegen": "0.13.1",
"@cosmwasm/ts-codegen": "0.16.1",
"@osmonauts/ast": "^0.16.0",
"@osmonauts/proto-parser": "^0.13.0",
"@osmonauts/types": "^0.11.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,10 +1614,10 @@
resolved "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.28.13.tgz#2fd2844ec832d7833811e2ae1691305d09791a08"
integrity sha512-dVeMBiyg+46x7XBZEfJK8yTihphbCFpjVYmLJVqmTsHfJwymQ65cpyW/C+V/LgWARGK8hWQ/aX9HM5Ao8QmMSg==

"@cosmwasm/ts-codegen@0.13.1":
version "0.13.1"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.13.1.tgz#eeb5918171e2bf635e55870ed8492aa88e47d5f3"
integrity sha512-q56nncxid1TwlgvOcszal4MUSiqVQw6iR4AOOKekwqbPEOdO9oPcGi5OBmo1Z/hPcB3kTP6p8L/0Md499zU3RA==
"@cosmwasm/ts-codegen@0.16.1":
version "0.16.1"
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.16.1.tgz#7199ca61f08e6a4ab7b264f32095585d2a4ba22a"
integrity sha512-BmAGgl+Kh0MUq1+aMfzNHhvhezlySRSJFJPNWwO55nNPgndgZUcv+UfPiIJW+lSqFjcfynNg4gP5m3DgGYRY9w==
dependencies:
"@babel/core" "7.18.10"
"@babel/generator" "7.18.12"
Expand Down Expand Up @@ -1645,7 +1645,7 @@
parse-package-name "1.0.0"
rimraf "3.0.2"
shelljs "0.8.5"
wasm-ast-types "^0.9.0"
wasm-ast-types "^0.11.1"

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

wasm-ast-types@^0.9.0:
version "0.9.0"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.9.0.tgz#d0f15f669286d3bc32340f9017d6bdbe2bd8c9d8"
integrity sha512-C/dzYTSa/2Zxhzup2G5mEi1Vt2/rGI7MHTNgRwB4F++7Uh7cY+U3rVwD/Syanyj9RZss4kcW/ZczwC0Rg9ab6A==
wasm-ast-types@^0.11.1:
version "0.11.1"
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.11.1.tgz#5c2a5d26953d66f3484c26eeec8393cf5afd5ebc"
integrity sha512-spVrid5ji2oR6C2bQ8deKVGRkiTjcuu7h22nzO50Jn7drJD7RojF2CmEBdNJbFJs3rj0wGrUXjHT7O1HpXlp1A==
dependencies:
"@babel/runtime" "^7.18.9"
"@babel/types" "7.18.10"
Expand Down

0 comments on commit c5ab711

Please sign in to comment.