Skip to content

Commit 5b867d7

Browse files
committed
fix: update react material workspace layout with resize error fix
1 parent 89e0b7a commit 5b867d7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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.6",
2323
"react-monaco-editor": "^0.25.1",
2424
"react-remove-scroll": "^2.0.4",
2525
"react-select": "^3.0.8",

yarn.lock

+15-15
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,16 +14566,16 @@ 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.6:
14570+
version "1.0.6"
14571+
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-1.0.6.tgz#d4495bb62bdc764ee3ccc77cdd1f7c33e4022c92"
14572+
integrity sha512-CiqdpivEC9ZEELDpJFrrzwfnZgtz2Ijl465bf1ehU7tflJ3Z9Dhm2cYXzGPzeNrqJ0pdmKQoCn27Ht943oHefQ==
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"
1456714578
react "^16.13.1"
14568-
react-resize-panel "^0.3.5"
1456914579
react-use-dimensions "^1.2.1"
1457014580
use-event-callback "^0.1.0"
1457114581

@@ -14616,16 +14626,6 @@ react-remove-scroll@^2.0.4:
1461614626
tslib "^1.0.0"
1461714627
use-sidecar "^1.0.1"
1461814628

14619-
react-resize-panel@^0.3.5:
14620-
version "0.3.5"
14621-
resolved "https://registry.yarnpkg.com/react-resize-panel/-/react-resize-panel-0.3.5.tgz#43aa3450bf5b5a2566b40c4201445ced96c2a905"
14622-
integrity sha512-iyHOFTrSt+WV4Ilzi81x6KH3FU7VsGP736rmxepwGrgAEATmCvXzZdluTm3NpsptP7aC3hLODmXwnxusyA393A==
14623-
dependencies:
14624-
cash-dom "^4.1.5"
14625-
classnames "^2.2.6"
14626-
lodash.debounce "^4.0.8"
14627-
react-draggable "^4.0.3"
14628-
1462914629
react-scripts@^3.4.1:
1463014630
version "3.4.1"
1463114631
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.4.1.tgz#f551298b5c71985cc491b9acf3c8e8c0ae3ada0a"

0 commit comments

Comments
 (0)