fix(package.json): Update @ohif/extension-dicom-microscopy to fix resizing behaviour

fix #550
This commit is contained in:
Erik Ziegler 2019-07-08 13:55:52 +02:00
parent 1a6246f99b
commit 562d63fa74
3 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@ohif/extension-dicom-microscopy", "name": "@ohif/extension-dicom-microscopy",
"version": "0.0.8", "version": "0.0.9",
"description": "OHIF extension for Dicom Microscopy", "description": "OHIF extension for Dicom Microscopy",
"author": "OHIF", "author": "OHIF",
"license": "MIT", "license": "MIT",

View File

@ -78,7 +78,7 @@
"@babel/runtime": "^7.4.5", "@babel/runtime": "^7.4.5",
"@ohif/extension-cornerstone": "0.0.39", "@ohif/extension-cornerstone": "0.0.39",
"@ohif/extension-dicom-html": "0.0.3", "@ohif/extension-dicom-html": "0.0.3",
"@ohif/extension-dicom-microscopy": "0.0.8", "@ohif/extension-dicom-microscopy": "0.0.9",
"@ohif/extension-dicom-pdf": "0.0.7", "@ohif/extension-dicom-pdf": "0.0.7",
"@ohif/extension-vtk": "0.1.3", "@ohif/extension-vtk": "0.1.3",
"@ohif/i18n": "0.2.2", "@ohif/i18n": "0.2.2",

View File

@ -1231,14 +1231,15 @@
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
"@ohif/extension-dicom-microscopy@0.0.8": "@ohif/extension-dicom-microscopy@0.0.9":
version "0.0.8" version "0.0.9"
resolved "https://registry.yarnpkg.com/@ohif/extension-dicom-microscopy/-/extension-dicom-microscopy-0.0.8.tgz#833f7b87f530fe801c08f2ba241d9862a61358cb" resolved "https://registry.yarnpkg.com/@ohif/extension-dicom-microscopy/-/extension-dicom-microscopy-0.0.9.tgz#23cfbc44e06a51d94ab0b08db8e051720dbc9017"
integrity sha512-ALj3k327iiuJtHWD34gwlWfh0vgoda5mp1rqPeZron75gFefOJYP/vR4lnu46Ud2mpqpElqSgYPV0AY8PK570g== integrity sha512-vqx25gHcT+MK+j77qTocGjSV8CstjCwQ2RDs1RuHrR3rUHdHOSbBkkyAjqMDF5GZWp0UY5JZV85aNuPK/9saqg==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
classnames "^2.2.6" classnames "^2.2.6"
dicom-microscopy-viewer "^0.4.3" dicom-microscopy-viewer "0.5.0"
lodash.debounce "^4.0.8"
"@ohif/extension-dicom-pdf@0.0.7": "@ohif/extension-dicom-pdf@0.0.7":
version "0.0.7" version "0.0.7"
@ -4514,10 +4515,10 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
asap "^2.0.0" asap "^2.0.0"
wrappy "1" wrappy "1"
dicom-microscopy-viewer@^0.4.3: dicom-microscopy-viewer@0.5.0:
version "0.4.3" version "0.5.0"
resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.4.3.tgz#defaa821026765bcd109b97258742df72a9b92bb" resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.5.0.tgz#e4f74261337d8a78d51490af0d17edc63997e619"
integrity sha512-PjT3qH0hv6dKOQzXFIHw4w/d8QCbiUOJOGZHvAkkRvnjeNRP7/ri8vbFvcSev+nYxKskNb1Tn0xd1+dsDpPGNw== integrity sha512-r3BPLBvexv9v/Rr/FBTgXgp7orIFKLWW5uYM6IsYpz36ttU84Edk7Z2GAyk6887QNsfEMLzYV+5ik6HRrMg0cA==
dependencies: dependencies:
dicomweb-client "^0.4.2" dicomweb-client "^0.4.2"
ol "^5.3.0" ol "^5.3.0"