Skip to content

Commit

Permalink
Merge pull request #266 from docknetwork/chore/upgrade-sdk
Browse files Browse the repository at this point in the history
chore: upgrade @docknetwork/sdk
  • Loading branch information
Jayteekay authored May 14, 2024
2 parents 8e95d4e + 58b5800 commit 9e3965b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"resolutions": {
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/rpc-core": "9.7.1",
"@docknetwork/sdk": "8.1.3",
"@docknetwork/sdk": "8.2.0",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-provider": "9.7.1",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.22.10",
"@docknetwork/sdk": "8.1.3",
"@docknetwork/sdk": "8.2.0",
"@docknetwork/universal-wallet": "^2.0.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"uuid": "^9.0.0",
"@docknetwork/minimal-cipher": "^5.2.1",
"@docknetwork/sdk": "8.1.3",
"@docknetwork/sdk": "8.2.0",
"@docknetwork/wallet-sdk-wasm": "0.4.19"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resolutions": {
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/rpc-core": "9.7.1",
"@docknetwork/sdk": "8.1.3",
"@docknetwork/sdk": "8.2.0",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-provider": "9.7.1",
Expand All @@ -36,7 +36,7 @@
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"@polkadot/wasm-crypto": "6.3.1",
"@docknetwork/sdk": "8.1.3",
"@docknetwork/sdk": "8.2.0",
"axios": "^0.25.0",
"babel-node": "^0.0.1-security",
"bignumber.js": "^9.0.1",
Expand Down

0 comments on commit 9e3965b

Please sign in to comment.