Skip to content

Commit 74ab616

Browse files
committed
Bumpd version and dependencies
1 parent 9410535 commit 74ab616

File tree

2 files changed

+1218
-888
lines changed

2 files changed

+1218
-888
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lum-network/sdk-javascript",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"license": "Apache-2.0",
55
"description": "Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network.",
66
"homepage": "https://github.com/lum-network/sdk-javascript#readme",
@@ -40,15 +40,15 @@
4040
"postdefine-proto": "prettier --write \"src/codec/**/*.ts\""
4141
},
4242
"dependencies": {
43-
"@cosmjs/crypto": "^0.26.0",
44-
"@cosmjs/encoding": "^0.26.0",
45-
"@cosmjs/math": "^0.26.0",
46-
"@cosmjs/proto-signing": "^0.26.0",
47-
"@cosmjs/stargate": "^0.26.0",
48-
"@cosmjs/tendermint-rpc": "^0.26.0",
49-
"@cosmjs/utils": "^0.26.0",
50-
"@ledgerhq/hw-app-cosmos": "^6.7.0",
51-
"@ledgerhq/hw-transport": "^6.7.0",
43+
"@cosmjs/crypto": "^0.26.4",
44+
"@cosmjs/encoding": "^0.26.4",
45+
"@cosmjs/math": "^0.26.4",
46+
"@cosmjs/proto-signing": "^0.26.4",
47+
"@cosmjs/stargate": "^0.26.4",
48+
"@cosmjs/tendermint-rpc": "^0.26.4",
49+
"@cosmjs/utils": "^0.26.4",
50+
"@ledgerhq/hw-app-cosmos": "^6.11.2",
51+
"@ledgerhq/hw-transport": "^6.11.2",
5252
"@types/crypto-js": "^4.0.2",
5353
"@types/ledgerhq__hw-transport": "^4.21.4",
5454
"@types/uuid": "^8.3.1",
@@ -59,26 +59,26 @@
5959
},
6060
"optionalDependencies": {},
6161
"devDependencies": {
62-
"@babel/cli": "^7.15.7",
63-
"@babel/core": "^7.15.5",
64-
"@babel/plugin-proposal-class-properties": "^7.14.5",
65-
"@babel/plugin-transform-runtime": "^7.12.10",
66-
"@babel/preset-env": "^7.15.0",
67-
"@babel/preset-typescript": "^7.15.0",
68-
"@ledgerhq/hw-transport-node-hid": "^6.7.0",
69-
"@types/jest": "^27.0.1",
62+
"@babel/cli": "^7.16.0",
63+
"@babel/core": "^7.16.0",
64+
"@babel/plugin-proposal-class-properties": "^7.16.0",
65+
"@babel/plugin-transform-runtime": "^7.16.0",
66+
"@babel/preset-env": "^7.16.0",
67+
"@babel/preset-typescript": "^7.16.0",
68+
"@ledgerhq/hw-transport-node-hid": "^6.11.2",
69+
"@types/jest": "^27.0.2",
7070
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
7171
"axios": "^0.21.4",
7272
"cross-env": "^7.0.3",
7373
"eslint": "^7.19.0",
7474
"gts": "^3.1.0",
75-
"jest": "^27.2.0",
75+
"jest": "^27.3.1",
7676
"prettier": "^2.4.1",
7777
"rimraf": "^3.0.2",
78-
"ts-jest": "^27.0.5",
79-
"ts-proto": "^1.83.1",
80-
"typedoc": "^0.22.4",
81-
"typedoc-plugin-markdown": "^3.11.0",
82-
"typescript": "^4.4.3"
78+
"ts-jest": "^27.0.7",
79+
"ts-proto": "^1.85.0",
80+
"typedoc": "^0.22.9",
81+
"typedoc-plugin-markdown": "^3.11.6",
82+
"typescript": "^4.4.4"
8383
}
8484
}

0 commit comments

Comments
 (0)