@ohif/extension-default 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
@@ -19,6 +13,16 @@ object-assign
19
13
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
14
  */
21
15
 
16
+ /**
17
+ * @license React
18
+ * react.production.min.js
19
+ *
20
+ * Copyright (c) Facebook, Inc. and its affiliates.
21
+ *
22
+ * This source code is licensed under the MIT license found in the
23
+ * LICENSE file in the root directory of this source tree.
24
+ */
25
+
22
26
  /**
23
27
  * @remix-run/router v1.15.3
24
28
  *
@@ -41,15 +45,6 @@ object-assign
41
45
  * @license MIT
42
46
  */
43
47
 
44
- /** @license React v17.0.2
45
- * react.production.min.js
46
- *
47
- * Copyright (c) Facebook, Inc. and its affiliates.
48
- *
49
- * This source code is licensed under the MIT license found in the
50
- * LICENSE file in the root directory of this source tree.
51
- */
52
-
53
48
  //! moment.js
54
49
 
55
50
  //! moment.js locale configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-default",
3
- "version": "3.9.0-beta.21",
3
+ "version": "3.9.0-beta.22",
4
4
  "description": "Common/default features and functionality for basic image viewing",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -32,13 +32,13 @@
32
32
  "start": "yarn run dev"
33
33
  },
34
34
  "peerDependencies": {
35
- "@ohif/core": "3.9.0-beta.21",
36
- "@ohif/i18n": "3.9.0-beta.21",
35
+ "@ohif/core": "3.9.0-beta.22",
36
+ "@ohif/i18n": "3.9.0-beta.22",
37
37
  "dcmjs": "^0.29.12",
38
38
  "dicomweb-client": "^0.10.4",
39
39
  "prop-types": "^15.6.2",
40
- "react": "^17.0.2",
41
- "react-dom": "^17.0.2",
40
+ "react": "^18.3.1",
41
+ "react-dom": "^18.3.1",
42
42
  "react-i18next": "^12.2.2",
43
43
  "react-window": "^1.8.9",
44
44
  "webpack": "^5.50.0",