@ohif/ui 3.10.0-beta.13 → 3.10.0-beta.131

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.
@@ -61,15 +61,6 @@ and limitations under the License.
61
61
 
62
62
  /*! shepherd.js 13.0.3 */
63
63
 
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
71
- */
72
-
73
64
  /**
74
65
  * @license React
75
66
  * react-jsx-runtime.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui",
3
- "version": "3.10.0-beta.13",
3
+ "version": "3.10.0-beta.131",
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",