fix(package.json): Bump ohif-core, extension-microscopy, and dicomweb-client (#697)

This commit is contained in:
Erik Ziegler 2019-07-21 10:04:07 +02:00 committed by GitHub
parent 690156d4b6
commit 54e0e32e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 22 deletions

View File

@ -80,7 +80,7 @@
"@babel/runtime": "^7.4.5",
"@ohif/extension-cornerstone": "0.0.41",
"@ohif/extension-dicom-html": "0.0.4",
"@ohif/extension-dicom-microscopy": "0.0.10",
"@ohif/extension-dicom-microscopy": "0.0.11",
"@ohif/extension-dicom-pdf": "0.0.8",
"@ohif/extension-vtk": "0.1.5",
"@ohif/i18n": "0.2.2",
@ -92,13 +92,13 @@
"cornerstone-wado-image-loader": "^2.2.3",
"dcmjs": "^0.4.7",
"dicom-parser": "^1.8.3",
"dicomweb-client": "^0.4.4",
"dicomweb-client": "^0.5.1",
"hammerjs": "^2.0.8",
"i18next": "^17.0.3",
"i18next-browser-languagedetector": "^3.0.1",
"lodash.isequal": "4.5.0",
"moment": "^2.24.0",
"ohif-core": "0.9.1",
"ohif-core": "0.10.2",
"oidc-client": "1.7.x",
"prop-types": "^15.7.2",
"react-dropzone": "^10.1.5",

View File

@ -1254,14 +1254,14 @@
dependencies:
"@babel/runtime" "^7.2.0"
"@ohif/extension-dicom-microscopy@0.0.10":
version "0.0.10"
resolved "https://registry.yarnpkg.com/@ohif/extension-dicom-microscopy/-/extension-dicom-microscopy-0.0.10.tgz#630797e28ff6ae00bfa0e7e1f51278cdb172dce6"
integrity sha512-r5ebKJsr4I+N5bIzRHMUHRIR/Al2VLuuyAhQOs7YYqrltqA+Fk1O8/sUqvr4kXiFNx8PrEeKIifs2vamUf64EA==
"@ohif/extension-dicom-microscopy@0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@ohif/extension-dicom-microscopy/-/extension-dicom-microscopy-0.0.11.tgz#fd326c42f4489b5ce83982a74f654eaff984bb37"
integrity sha512-ComBfTLEKXsSrmTEO2JlmDGPvlJN10BPfVPRomEBp9SA3RcgV6xqv4m6EZhiysZedwS9FOKlbr1h/+NRVj00RQ==
dependencies:
"@babel/runtime" "^7.2.0"
classnames "^2.2.6"
dicom-microscopy-viewer "0.5.0"
dicom-microscopy-viewer "0.6.0"
lodash.debounce "^4.0.8"
"@ohif/extension-dicom-pdf@0.0.8":
@ -4557,12 +4557,12 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
asap "^2.0.0"
wrappy "1"
dicom-microscopy-viewer@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.5.0.tgz#e4f74261337d8a78d51490af0d17edc63997e619"
integrity sha512-r3BPLBvexv9v/Rr/FBTgXgp7orIFKLWW5uYM6IsYpz36ttU84Edk7Z2GAyk6887QNsfEMLzYV+5ik6HRrMg0cA==
dicom-microscopy-viewer@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.6.0.tgz#d0208f6ee795594a6676ef451a0349a0e9903ddf"
integrity sha512-HGK3xsWBSX7/UdtPnNSY64dN2+zpfHQmls7lzBcx1OguIyWz5mqy1x/0aRrfjhMRYrtaID+RcnW1vcDbLO5b6w==
dependencies:
dicomweb-client "^0.4.2"
dicomweb-client "^0.5.1"
ol "^5.3.0"
dicom-parser@^1.8.1, dicom-parser@^1.8.3:
@ -4570,10 +4570,10 @@ dicom-parser@^1.8.1, dicom-parser@^1.8.3:
resolved "https://registry.yarnpkg.com/dicom-parser/-/dicom-parser-1.8.3.tgz#6e4b862898112304db30143147562011c1ce6a4d"
integrity sha512-CMeUr+jea7Ml70N+/Z5Pd2MYtvLp6IU+TnvdLe6VRVKzZuTeYLYyuAQa9R+sFK4v4N39hig+hKHN+Wfi9sQ6GA==
dicomweb-client@^0.4.2, dicomweb-client@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/dicomweb-client/-/dicomweb-client-0.4.4.tgz#0ca0c7706556f3114330a3c40946ee66808148e4"
integrity sha512-5S7wLYxQgHnOyEgR1zlZlt79IjzOk+YDB/Jjzte6ijRZsAoj9RUiIZcsTyxvBD9gLMYs/954n2kYHdbz83Xbtw==
dicomweb-client@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/dicomweb-client/-/dicomweb-client-0.5.1.tgz#eeb80ac51df1fbdd80058984a0634c4f0f86af04"
integrity sha512-/4h84Nda6lWsVnAsWFuWv0mJPSDzZDda3KNcpMmbQcK7XVvGnwvG3dKwDuRh++9YOC+xbqgk2PkULlStV0X3RQ==
diff-sequences@^24.3.0:
version "24.3.0"
@ -10501,14 +10501,14 @@ octokit-pagination-methods@^1.1.0:
resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==
ohif-core@0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/ohif-core/-/ohif-core-0.9.1.tgz#72f3ebf1293b39c5dba7a58554fb6b4aa6be7dba"
integrity sha512-x6guTsYFB4H6cOUhexKDszH8lwiWDRronMtnLd/NbsHVonD60FEKatwaJRmxa5ZhH87dLCDacoQUGyFHa43OnQ==
ohif-core@0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/ohif-core/-/ohif-core-0.10.2.tgz#8093b6f7beaf006068b2cf9c1c009f11407fc76f"
integrity sha512-dYD8QnFH6dRYrYPrqWDotVq223wOaY+EqXwWm9Iy2S3+g0cIR+uf87/qlEwZS+9E0BLhB4aZKypwkAVug+yYWQ==
dependencies:
"@babel/runtime" "^7.2.0"
ajv "^6.10.0"
dicomweb-client "^0.4.2"
dicomweb-client "^0.5.1"
isomorphic-base64 "^1.0.2"
lodash.clonedeep "^4.5.0"
lodash.merge "^4.6.1"