@ohif/extension-dicom-microscopy 3.9.0-beta.8 → 3.9.0-beta.80
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
|
|
@@ -26,32 +20,15 @@ object-assign
|
|
|
26
20
|
**/
|
|
27
21
|
|
|
28
22
|
/**
|
|
29
|
-
* @license Fraction.js v4.3.
|
|
23
|
+
* @license Fraction.js v4.3.0 20/08/2023
|
|
30
24
|
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
31
25
|
*
|
|
32
26
|
* Copyright (c) 2023, Robert Eisele (robert@raw.org)
|
|
33
27
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
34
28
|
**/
|
|
35
29
|
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
40
|
-
*
|
|
41
|
-
* This source code is licensed under the MIT license found in the
|
|
42
|
-
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
/** @license React v17.0.2
|
|
46
|
-
* react-dom.production.min.js
|
|
47
|
-
*
|
|
48
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
49
|
-
*
|
|
50
|
-
* This source code is licensed under the MIT license found in the
|
|
51
|
-
* LICENSE file in the root directory of this source tree.
|
|
52
|
-
*/
|
|
53
|
-
|
|
54
|
-
/** @license React v17.0.2
|
|
30
|
+
/**
|
|
31
|
+
* @license React
|
|
55
32
|
* react.production.min.js
|
|
56
33
|
*
|
|
57
34
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/extension-dicom-microscopy",
|
|
3
|
-
"version": "3.9.0-beta.
|
|
3
|
+
"version": "3.9.0-beta.80",
|
|
4
4
|
"description": "OHIF extension for DICOM microscopy",
|
|
5
5
|
"author": "Bill Wallace, md-prog",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"start": "yarn run dev"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@ohif/core": "3.9.0-beta.
|
|
34
|
-
"@ohif/extension-default": "3.9.0-beta.
|
|
35
|
-
"@ohif/i18n": "3.9.0-beta.
|
|
36
|
-
"@ohif/ui": "3.9.0-beta.
|
|
33
|
+
"@ohif/core": "3.9.0-beta.80",
|
|
34
|
+
"@ohif/extension-default": "3.9.0-beta.80",
|
|
35
|
+
"@ohif/i18n": "3.9.0-beta.80",
|
|
36
|
+
"@ohif/ui": "3.9.0-beta.80",
|
|
37
37
|
"prop-types": "^15.6.2",
|
|
38
|
-
"react": "^
|
|
39
|
-
"react-dom": "^
|
|
38
|
+
"react": "^18.3.1",
|
|
39
|
+
"react-dom": "^18.3.1",
|
|
40
40
|
"react-i18next": "^10.11.0",
|
|
41
|
-
"react-router": "^6.
|
|
42
|
-
"react-router-dom": "^6.
|
|
41
|
+
"react-router": "^6.23.1",
|
|
42
|
+
"react-router-dom": "^6.23.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.20.13",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
|
|
48
48
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
49
49
|
"colormap": "^2.3",
|
|
50
|
-
"
|
|
51
|
-
"dicomicc": "^0.1"
|
|
50
|
+
"mathjs": "^12.4.2"
|
|
52
51
|
}
|
|
53
52
|
}
|