@ohif/ui 3.10.0-beta.1 → 3.10.0-beta.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,17 +62,18 @@ and limitations under the License.
62
62
  /*! shepherd.js 13.0.3 */
63
63
 
64
64
  /**
65
- * @license
66
- * Lodash <https://lodash.com/>
67
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
68
- * Released under MIT license <https://lodash.com/license>
69
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
70
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
65
+ * @license React
66
+ * react-jsx-runtime.production.min.js
67
+ *
68
+ * Copyright (c) Facebook, Inc. and its affiliates.
69
+ *
70
+ * This source code is licensed under the MIT license found in the
71
+ * LICENSE file in the root directory of this source tree.
71
72
  */
72
73
 
73
74
  /**
74
75
  * @license React
75
- * react-jsx-runtime.production.min.js
76
+ * use-sync-external-store-shim.production.min.js
76
77
  *
77
78
  * Copyright (c) Facebook, Inc. and its affiliates.
78
79
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui",
3
- "version": "3.10.0-beta.1",
3
+ "version": "3.10.0-beta.100",
4
4
  "description": "A set of React components for Medical Imaging Viewers",
5
5
  "author": "OHIF Contributors",
6
6
  "license": "MIT",
@@ -43,7 +43,9 @@
43
43
  "d3-selection": "3",
44
44
  "d3-shape": "3",
45
45
  "d3-zoom": "3",
46
- "lodash.debounce": "4.0.8",
46
+ "lodash.clonedeep": "^4.5.0",
47
+ "lodash.debounce": "^4.0.8",
48
+ "lodash.merge": "^4.6.1",
47
49
  "moment": "*",
48
50
  "mousetrap": "^1.6.5",
49
51
  "react": "^18.3.1",