Skip to content

Commit 2d2e261

Browse files
committed
update RMWL to fix sidebar height locking at 0
1 parent 2e23114 commit 2d2e261

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-hotkeys": "^2.0.0",
1919
"react-json-view": "^1.19.1",
2020
"react-markdown": "^4.0.6",
21-
"react-material-workspace-layout": "^0.1.13",
21+
"react-material-workspace-layout": "^0.1.14",
2222
"react-monaco-editor": "^0.25.1",
2323
"react-remove-scroll": "^2.0.4",
2424
"react-select": "^3.0.8",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14522,15 +14522,16 @@ react-markdown@^4.0.6:
1452214522
unist-util-visit "^1.3.0"
1452314523
xtend "^4.0.1"
1452414524

14525-
react-material-workspace-layout@^0.1.13:
14526-
version "0.1.13"
14527-
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-0.1.13.tgz#b28d00598a0cabfdd2909b5c0c3c9c645010bb6a"
14528-
integrity sha512-D2ad99pyDxJOZexnjL/IQMqqrGpM8wqh3S2UCqMe/TeMy+9W8zMXgyce6VDUsU4jPEOB+16sVcohuIYWllwZGA==
14525+
react-material-workspace-layout@^0.1.14:
14526+
version "0.1.14"
14527+
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-0.1.14.tgz#7a50fb18c89c14fd23353d5ad2c23d8e61fbfd70"
14528+
integrity sha512-muYUkTr27dSvSQ+NU0DmPjxYkI+DrDBWz0xwC189SN4+ANCE1V4Ul3wMkbeXSqxEk/9oRFkMae0+4ygHBkGi8A==
1452914529
dependencies:
1453014530
"@material-ui/core" "^4.10.0"
1453114531
"@material-ui/icons" "^4.9.1"
1453214532
classnames "^2.2.6"
1453314533
react "^16.13.1"
14534+
react-use-dimensions "^1.2.1"
1453414535
use-event-callback "^0.1.0"
1453514536

1453614537
react-monaco-editor@^0.25.1:
@@ -14739,6 +14740,11 @@ react-transition-group@^4.4.0:
1473914740
loose-envify "^1.4.0"
1474014741
prop-types "^15.6.2"
1474114742

14743+
react-use-dimensions@^1.2.1:
14744+
version "1.2.1"
14745+
resolved "https://registry.yarnpkg.com/react-use-dimensions/-/react-use-dimensions-1.2.1.tgz#eb1561db7b06c393209d2bffa449931dd93f7870"
14746+
integrity sha512-XL+Rup9Hosxx3Ap9xpyQMbVwuUa4BSqiOjfBb2zDuGs4uv2FesFV+m8Z/huRx2BNptMd9ARPqFuSNA62zhCozg==
14747+
1474214748
react-use-measure@^2.0.0:
1474314749
version "2.0.0"
1474414750
resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.0.tgz#f49b5cbde4cc18f5061d726a8a3db9fcd2244998"

0 commit comments

Comments
 (0)