OHIF-67: Fix Magnify issues by updating CornerstoneTools (#1923)

This commit is contained in:
James Petts 2020-07-24 20:51:52 +01:00 committed by GitHub
parent 32e28d2090
commit 5e00020fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 5 deletions

View File

@ -33,7 +33,7 @@
"@ohif/ui": "^0.50.0",
"cornerstone-core": "^2.3.0",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "4.19.0",
"cornerstone-tools": "4.19.1",
"cornerstone-wado-image-loader": "^3.1.2",
"dcmjs": "0.16.1",
"dicom-parser": "^1.8.3",

View File

@ -30,7 +30,7 @@
"peerDependencies": {
"@ohif/core": "^0.50.0",
"cornerstone-core": "^2.2.8",
"cornerstone-tools": "4.19.0",
"cornerstone-tools": "4.19.1",
"dcmjs": "0.16.1",
"prop-types": "^15.6.2",
"react": "^16.8.6",

View File

@ -33,7 +33,7 @@
"@ohif/ui": "^0.50.0",
"cornerstone-core": "^2.3.0",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "4.19.0",
"cornerstone-tools": "4.19.1",
"cornerstone-wado-image-loader": "^3.1.2",
"dcmjs": "0.16.1",
"dicom-parser": "^1.8.3",

View File

@ -31,7 +31,7 @@
},
"peerDependencies": {
"cornerstone-core": "^2.3.0",
"cornerstone-tools": "4.18.1",
"cornerstone-tools": "4.19.1",
"cornerstone-wado-image-loader": "^3.1.2",
"dicom-parser": "^1.8.3"
},

View File

@ -68,7 +68,7 @@
"classnames": "^2.2.6",
"core-js": "^3.2.1",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "4.19.0",
"cornerstone-tools": "4.19.1",
"cornerstone-wado-image-loader": "^3.1.2",
"dcmjs": "0.16.1",
"dicom-parser": "^1.8.3",

View File

@ -6774,6 +6774,14 @@ cornerstone-tools@4.19.0:
"@babel/runtime" "7.1.2"
cornerstone-math "0.1.7"
cornerstone-tools@4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/cornerstone-tools/-/cornerstone-tools-4.19.1.tgz#8a3e9473495b83e9f88dcbad99ac79eae65a81d4"
integrity sha512-ltobIAUEgnPswhWLSAm05HRP7pw99m07RNBYuoN4NInDD2ctvk3HxAjM1CAV2GO1zv8yMwKOaE/j2m70Na12mQ==
dependencies:
"@babel/runtime" "7.1.2"
cornerstone-math "0.1.7"
cornerstone-wado-image-loader@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/cornerstone-wado-image-loader/-/cornerstone-wado-image-loader-3.1.2.tgz#5113c317938510670061d11d05deb70266e4a35e"