Skip to content

Commit

Permalink
chore: bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Aug 19, 2022
1 parent a6431f7 commit 80f8496
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^1.1.5",
"@lifi/sdk": "^1.1.6",
"@lifi/wallet-management": "^1.1.5",
"@lifi/widget": "^1.13.3",
"@mui/icons-material": "^5.8.4",
Expand Down Expand Up @@ -53,4 +53,4 @@
"last 1 safari version"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@emotion/styled": "^11.10.0",
"@ethersproject/experimental": "^5.6.3",
"@ethersproject/providers": "^5.6.8",
"@lifi/sdk": "^1.1.5",
"@lifi/sdk": "^1.1.6",
"@lifi/wallet-management": "^1.1.5",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.95",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2662,23 +2662,23 @@
npmlog "^6.0.2"
write-file-atomic "^4.0.1"

"@lifi/sdk@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@lifi/sdk/-/sdk-1.1.5.tgz#8eadca10d779c777a3ae0683e4ab9a9f9556d888"
integrity sha512-yVGb5Sk2M6sSo/Z+krKX50zEs+kwlCm7yFmf+uFwLx2V/nt33XxLa9iKYeEmJhvMs2MgBM0O+IbOdIwEK3Hdjg==
"@lifi/sdk@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@lifi/sdk/-/sdk-1.1.6.tgz#0d8dc839f114e1655b856753ac61afd51e89666a"
integrity sha512-5qg4dJv3/AcwmKrQwaxJN8ztoBfjtkIgrpe6m/vUUbrUrHkBrwFAuG61WXP6EyS8eThXnEzakusnpsLp5Ej2ZA==
dependencies:
"@ethersproject/abi" "^5.6.4"
"@ethersproject/contracts" "^5.6.2"
"@lifi/types" "^1.5.0"
"@lifi/types" "^1.5.1"
axios "^0.27.2"
bignumber.js "^9.1.0"
eth-rpc-errors "^4.0.3"
ethers "^5.6.9"

"@lifi/types@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lifi/types/-/types-1.5.0.tgz#3ddbfe6ed50e603d8b06792b5be9775681f095c4"
integrity sha512-g2icNuWbMbMT159OG4X1DRKW50zFz4nlUK5EWAWGvKzYQ1S5k/fS086wFI6iKq9l1TewQn1bsH925EBdDUEihg==
"@lifi/types@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lifi/types/-/types-1.5.1.tgz#675656b01972da8c68cb514b80f17192089223a3"
integrity sha512-hM8SH/rupv8ouVeU4S6teSiS33F29Q8Ly75MkMtSsS13X01EZ+YY7mFmgB3uFjTYDrzxnISb+TMmq/CD8b5HBA==
dependencies:
ethers "^5.6.9"

Expand Down

0 comments on commit 80f8496

Please sign in to comment.