@ohif/ui 3.9.0-beta.21 → 3.9.0-beta.22

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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  Copyright (c) 2018 Jed Watson.
9
3
  Licensed under the MIT License (MIT), see
@@ -59,14 +53,21 @@ See the Apache Version 2.0 License for specific language governing permissions
59
53
  and limitations under the License.
60
54
  ***************************************************************************** */
61
55
 
56
+ /*! Bundled license information:
57
+
58
+ dompurify/dist/purify.es.mjs:
59
+ (*! @license DOMPurify 3.0.10 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.10/LICENSE *)
60
+ */
61
+
62
62
  /*! cornerstone-math - 0.1.10 - 2022-06-09 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
63
63
 
64
64
  /*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
65
65
 
66
66
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
67
67
 
68
- /** @license React v16.13.1
69
- * react-is.production.min.js
68
+ /**
69
+ * @license React
70
+ * react-jsx-runtime.production.min.js
70
71
  *
71
72
  * Copyright (c) Facebook, Inc. and its affiliates.
72
73
  *
@@ -74,8 +75,15 @@ and limitations under the License.
74
75
  * LICENSE file in the root directory of this source tree.
75
76
  */
76
77
 
77
- /** @license React v17.0.2
78
- * react-jsx-runtime.production.min.js
78
+ /**
79
+ * @license lucide-react v0.379.0 - ISC
80
+ *
81
+ * This source code is licensed under the ISC license.
82
+ * See the LICENSE file in the root directory of this source tree.
83
+ */
84
+
85
+ /** @license React v16.13.1
86
+ * react-is.production.min.js
79
87
  *
80
88
  * Copyright (c) Facebook, Inc. and its affiliates.
81
89
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui",
3
- "version": "3.9.0-beta.21",
3
+ "version": "3.9.0-beta.22",
4
4
  "description": "A set of React components for Medical Imaging Viewers",
5
5
  "author": "OHIF Contributors",
6
6
  "license": "MIT",
@@ -29,8 +29,8 @@
29
29
  "build-storybook": "storybook build"
30
30
  },
31
31
  "peerDependencies": {
32
- "react": "17.0.2",
33
- "react-dom": "17.0.2"
32
+ "react": "^18.3.1",
33
+ "react-dom": "^18.3.1"
34
34
  },
35
35
  "dependencies": {
36
36
  "@testing-library/react-hooks": "^3.2.1",
@@ -46,11 +46,11 @@
46
46
  "lodash.debounce": "4.0.8",
47
47
  "moment": "2.29.4",
48
48
  "mousetrap": "^1.6.5",
49
- "react": "^17.0.2",
49
+ "react": "^18.3.1",
50
50
  "react-dates": "^21.8.0",
51
51
  "react-dnd": "14.0.2",
52
52
  "react-dnd-html5-backend": "14.0.0",
53
- "react-dom": "^17.0.2",
53
+ "react-dom": "^18.3.1",
54
54
  "react-draggable": "4.4.3",
55
55
  "react-error-boundary": "^3.1.3",
56
56
  "react-modal": "3.11.2",