Update ohif-viewer's dependencies (0.0.14)

This commit is contained in:
Erik Ziegler 2019-02-13 10:15:54 +01:00
parent 977ede54e8
commit b0a5d07498
4 changed files with 11 additions and 9 deletions

@ -1 +1 @@
Subproject commit 2c25c89c7f69fcb1815568c53152d64b4961fbfb
Subproject commit 7bebbec31c245ae36626df27cb3d7458aa84243f

View File

@ -1,6 +1,6 @@
{
"name": "ohif-viewer",
"version": "0.0.13",
"version": "0.0.14",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
"license": "MIT",
@ -98,25 +98,26 @@
"classnames": "^2.2.6",
"cornerstone-core": "^2.2.8",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^3.0.4",
"cornerstone-tools": "^3.1.0",
"cornerstone-wado-image-loader": "^2.2.3",
"dcmjs": "^0.3.3",
"dicom-parser": "^1.8.3",
"dicomweb-client": "^0.4.2",
"hammerjs": "^2.0.8",
"lodash.isequal": "^4.5.0",
"ohif-core": "^0.2.8",
"ohif-cornerstone-extension": "^0.0.13",
"moment": "^2.24.0",
"ohif-core": "^0.2.9",
"ohif-cornerstone-extension": "^0.0.15",
"ohif-dicom-html-extension": "^0.0.2",
"ohif-dicom-microscopy-extension": "^0.0.5",
"ohif-dicom-pdf-extension": "^0.0.5",
"moment": "^2.24.0",
"oidc-client": "^1.6.1",
"prop-types": "^15.6.2",
"react-bootstrap-modal": "^4.2.0",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-redux": "^6.0.0",
"react-resize-detector": "^3.4.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-viewerbase": "^0.2.6",

View File

@ -20,7 +20,6 @@ import {
} from 'redux-oidc';
import timepointManager from './redux/timepointManager';
import cornerstoneWADOImageLoader from 'cornerstone-wado-image-loader';
import './App.css';
const { ExtensionManager } = OHIF.extensions;
@ -141,7 +140,9 @@ const availableTools = [
{ name: 'StackScrollMultiTouch' }
];
const toolAction = OHIF.redux.actions.setExtensionData('cornerstone', { availableTools });
const toolAction = OHIF.redux.actions.setExtensionData('cornerstone', {
availableTools
});
store.dispatch(toolAction);

@ -1 +1 @@
Subproject commit 573fec8a93d18ffe8c431f913442f96fe41e8414
Subproject commit 1309d8fa700710720eb3e722003c57374b4a7800