Skip to content

Commit b05c363

Browse files
committed
update react material workspace layout
1 parent fff7eea commit b05c363

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-hotkeys": "^2.0.0",
2020
"react-json-view": "^1.19.1",
2121
"react-markdown": "^4.0.6",
22-
"react-material-workspace-layout": "^1.0.4",
22+
"react-material-workspace-layout": "^1.0.9",
2323
"react-monaco-editor": "^0.25.1",
2424
"react-remove-scroll": "^2.0.4",
2525
"react-select": "^3.0.8",

yarn.lock

+15-14
Original file line numberDiff line numberDiff line change
@@ -2889,6 +2889,16 @@
28892889
micromatch "^4.0.0"
28902890
p-reduce "^2.0.0"
28912891

2892+
"@seveibar/react-resize-panel@^0.3.7":
2893+
version "0.3.7"
2894+
resolved "https://registry.yarnpkg.com/@seveibar/react-resize-panel/-/react-resize-panel-0.3.7.tgz#7c7bf449b0f2d83697e23008a5bc869c033fcc4c"
2895+
integrity sha512-oglctCuyCb04Ps4f1nY+IRmy5IyoGPjCv42rNAWdfDHzGb/wf81mvwTegHbouuaKWbmRH2E/c76ypSl2aGZFzQ==
2896+
dependencies:
2897+
cash-dom "^4.1.5"
2898+
classnames "^2.2.6"
2899+
lodash.debounce "^4.0.8"
2900+
react-draggable "^4.0.3"
2901+
28922902
"@sindresorhus/is@^0.14.0":
28932903
version "0.14.0"
28942904
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -14556,15 +14566,15 @@ react-markdown@^4.0.6:
1455614566
unist-util-visit "^1.3.0"
1455714567
xtend "^4.0.1"
1455814568

14559-
react-material-workspace-layout@^1.0.4:
14560-
version "1.0.4"
14561-
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-1.0.4.tgz#ff1ade3b322bdc99d62eb2f1da3080555f07b4e6"
14562-
integrity sha512-EJjmun16OxRcbNnYX+49LZBTcYhLAlHRa38wC1S5BZi0TKQkh+d4FN/Xs60pnLLQeoJ7nEyEjQgNCLQu9ESVbw==
14569+
react-material-workspace-layout@^1.0.9:
14570+
version "1.0.9"
14571+
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-1.0.9.tgz#b8ca0b52fe6a2b61878e4d6fe6cd5f9db36f861a"
14572+
integrity sha512-/hFfOvcQTzYImxI892UDhaVAex5JSx5jYumIXkULwYJ7CdXhypmD2QfeQB/9BHInZOchgLyNCDygOTT4m1HDHg==
1456314573
dependencies:
1456414574
"@material-ui/core" "^4.10.0"
1456514575
"@material-ui/icons" "^4.9.1"
14576+
"@seveibar/react-resize-panel" "^0.3.7"
1456614577
classnames "^2.2.6"
14567-
react "^16.13.1"
1456814578
react-resize-panel "^0.3.5"
1456914579
react-use-dimensions "^1.2.1"
1457014580
use-event-callback "^0.1.0"
@@ -14816,15 +14826,6 @@ react-use@^13.27.0:
1481614826
ts-easing "^0.2.0"
1481714827
tslib "^1.10.0"
1481814828

14819-
react@^16.13.1:
14820-
version "16.13.1"
14821-
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
14822-
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
14823-
dependencies:
14824-
loose-envify "^1.1.0"
14825-
object-assign "^4.1.1"
14826-
prop-types "^15.6.2"
14827-
1482814829
react@^16.8.3:
1482914830
version "16.9.0"
1483014831
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"

0 commit comments

Comments
 (0)