-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: ts-client dependency updates. Update vue/react templates #3726
Changes from 4 commits
24d6be1
6e5bd1c
aa3e256
a593486
6945648
556631c
9731816
3b363e7
1cb8002
996491b
6e993ed
a06c60f
f3ca2fd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,23 +10,24 @@ | |
"url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
], | ||
"main": "index.ts", | ||
"main": "lib/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@cosmjs/launchpad": "0.27.0", | ||
"@cosmjs/proto-signing": "0.27.0", | ||
"@cosmjs/stargate": "0.27.0", | ||
"scripts": { | ||
"build": "NODE_OPTIONS='--max-old-space-size=16384' tsc" | ||
}, | ||
"dependencies": { | ||
"@cosmjs/proto-signing": "0.31.1", | ||
"@cosmjs/stargate": "0.31.1", | ||
"@keplr-wallet/types": "^0.11.3", | ||
"axios": "0.21.4", | ||
"buffer": "^6.0.3", | ||
"events": "^3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@cosmjs/launchpad": "0.27.0", | ||
"@cosmjs/proto-signing": "0.27.0", | ||
"@cosmjs/stargate": "0.27.0" | ||
"@cosmjs/proto-signing": "0.31.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Curious, does it fixes #3686 ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yep... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yep... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was trying to bump it here (https://github.com/ignite/web ) but everything was breaking 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I need to document the integrations tbh |
||
"@cosmjs/stargate": "0.31.1" | ||
}, | ||
"devDependencies": { | ||
"@types/events": "^3.0.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keplr types should maybe also be bumped to
0.12.40
.