From e6871754b90e2179a140c6f0c365b95be80e245b Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sun, 3 Feb 2019 22:35:33 -0500 Subject: Added preview box in schema view, added ScrollBox control, added resizable grid layout, cleaned up some styling for collection freeform view --- package-lock.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'package-lock.json') 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", -- cgit v1.2.3-70-g09d2