Skip to content

Commit

Permalink
Merge pull request #111 from lidofinance/chore/dependencies-update
Browse files Browse the repository at this point in the history
chore: lido-ui version updated
  • Loading branch information
alx-khramov authored Dec 15, 2023
2 parents 0a10c33 + 3403028 commit f49b641
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/demo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@lido-sdk/contracts": "^3.0.3",
"@lido-sdk/providers": "^1.4.13",
"@lido-sdk/react": "^2.0.2",
"@lidofinance/lido-ui": "^3.17.0",
"@lidofinance/lido-ui": "^3.18.0",
"@reef-knot/web3-react": "^1.4.1",
"@typechain/ethers-v5": "^11.1.0",
"ethers": "^5.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/connect-wallet-modal

## 1.15.0

### Minor Changes

- lido-ui version as peer dependency

## 1.14.0

### Minor Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/connect-wallet-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/connect-wallet-modal",
"version": "1.14.0",
"version": "1.15.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@ledgerhq/hw-transport": "^6.28.8",
"@ledgerhq/hw-app-eth": "^6.34.3",
"@ledgerhq/hw-transport-webhid": "^6.27.19",
"@lidofinance/lido-ui": "^3.17.0",
"@lidofinance/lido-ui": "^3.18.0",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17"
},
Expand Down Expand Up @@ -68,6 +68,7 @@
"@reef-knot/web3-react": "^1.3.0",
"@reef-knot/ledger-connector": "^1.0.1",
"react": ">=18",
"@lidofinance/lido-ui": "^3.18.0",
"ua-parser-js": "^1.0.33",
"wagmi": "^0.12.19"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 1.13.2

### Patch Changes

- Updated dependencies
- @reef-knot/connect-wallet-modal@1.15.0

## 1.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "1.13.1",
"version": "1.13.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "1.14.0",
"@reef-knot/connect-wallet-modal": "1.15.0",
"@reef-knot/core-react": "1.7.0",
"@reef-knot/web3-react": "1.11.0",
"@reef-knot/ui-react": "1.0.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2533,10 +2533,10 @@
dependencies:
typescript "^4.7"

"@lidofinance/lido-ui@^3.17.0":
version "3.17.0"
resolved "https://registry.yarnpkg.com/@lidofinance/lido-ui/-/lido-ui-3.17.0.tgz#44021737d0c9441e7f08745288ebbffbfeed906a"
integrity sha512-QnwjeBJqzF9VJFLyx6u3A3Yc6oLIUvZA5ZEXNSlkaPTiZ+NsDxhQ4Zcd52E985RhHvfl83CW+2gxsGoeyTpYWA==
"@lidofinance/lido-ui@^3.18.0":
version "3.18.0"
resolved "https://registry.yarnpkg.com/@lidofinance/lido-ui/-/lido-ui-3.18.0.tgz#9e2cd65eff8ce2b1b1d7fb49cd9d0a0031670a15"
integrity sha512-XzkrkQ8d8GOs3PqfGLYVjoELSA/kmgc0r88UokmG0br2U9pFM+xHhMl/hlrP8j3m1CURWIt6ZHduU/T1nE7Q3w==
dependencies:
"@styled-system/should-forward-prop" "5.1.5"
react-collapsed "3.0.2"
Expand Down

0 comments on commit f49b641

Please sign in to comment.