diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-03 22:35:33 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-03 22:35:33 -0500 |
| commit | e6871754b90e2179a140c6f0c365b95be80e245b (patch) | |
| tree | b84d122909540036df201a93e7ec375e9f81d7e8 /package-lock.json | |
| parent | 0748b6c92a0a8239596330bc0ba2054ee114a943 (diff) | |
Added preview box in schema view, added ScrollBox control,
added resizable grid layout, cleaned up some styling for collection
freeform view
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 32cec40c3..15b7a731d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8858,6 +8858,26 @@ "threads": "^0.8.0" } }, + "react-split-pane": { + "version": "0.1.85", + "resolved": "https://registry.npmjs.org/react-split-pane/-/react-split-pane-0.1.85.tgz", + "integrity": "sha512-3GhaYs6+eVNrewgN4eQKJoNMQ4pcegNMTMhR5bO/NFO91K6/98qdD1sCuWPpsefCjzxNTjkvVYWQC0bMaC45mA==", + "requires": { + "prop-types": "^15.5.10", + "react": "^16.6.3", + "react-dom": "^16.6.3", + "react-lifecycles-compat": "^3.0.4", + "react-style-proptype": "^3.0.0" + } + }, + "react-style-proptype": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/react-style-proptype/-/react-style-proptype-3.2.2.tgz", + "integrity": "sha512-ywYLSjNkxKHiZOqNlso9PZByNEY+FTyh3C+7uuziK0xFXu9xzdyfHwg4S9iyiRRoPCR4k2LqaBBsWVmSBwCWYQ==", + "requires": { + "prop-types": "^15.5.4" + } + }, "react-table": { "version": "6.9.0", "resolved": "https://registry.npmjs.org/react-table/-/react-table-6.9.0.tgz", |
