Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 30, 2023
1 parent 3b83271 commit 4a26495
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/starship/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# 0.93.0 (2023-07-30)

**Note:** Version bump only for package @osmonauts/starship-test
**Note:** Version bump only for package @cosmology/starship-test
6 changes: 3 additions & 3 deletions packages/starship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@confio/relayer": "0.7.0",
"@cosmjs/cosmwasm-stargate": "0.29.4",
"@cosmjs/crypto": "0.29.4",
"@osmonauts/telescope": "^0.97.0",
"@cosmology/telescope": "^0.102.0",
"@protobufs/confio": "^0.0.6",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmos_proto": "^0.0.10",
Expand Down Expand Up @@ -107,12 +107,12 @@
"@cosmjs/tendermint-rpc": "^0.29.3",
"@cosmology/core": "1.23.0",
"@keplr-wallet/unit": "0.11.56",
"@osmonauts/lcd": "^0.11.1",
"@cosmology/lcd": "^0.12.0",
"@tanstack/react-query": "4.29.1",
"cosmjs-utils": "0.1.0",
"long": "^5.2.1",
"protobufjs": "^6.11.3",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/starship/scripts/codegen.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { join } from 'path';
import telescope from '@osmonauts/telescope';
import telescope from '@cosmology/telescope';
import { rimrafSync as rimraf } from 'rimraf';

const protoDirs = [join(__dirname, '/../../../__fixtures__/chain1')];
Expand Down
Loading

0 comments on commit 4a26495

Please sign in to comment.