diff --git a/extensions/cornerstone-dicom-sr/package.json b/extensions/cornerstone-dicom-sr/package.json index a88672d09..ebd90b91d 100644 --- a/extensions/cornerstone-dicom-sr/package.json +++ b/extensions/cornerstone-dicom-sr/package.json @@ -46,6 +46,6 @@ "@babel/runtime": "7.16.3", "classnames": "^2.2.6", "@cornerstonejs/core": "^0.25.0", - "@cornerstonejs/tools": "^0.34.0" + "@cornerstonejs/tools": "^0.34.2" } } diff --git a/extensions/cornerstone/package.json b/extensions/cornerstone/package.json index 5f6142fc1..d65c76703 100644 --- a/extensions/cornerstone/package.json +++ b/extensions/cornerstone/package.json @@ -45,7 +45,7 @@ "@babel/runtime": "7.17.9", "@cornerstonejs/core": "^0.25.0", "@cornerstonejs/streaming-image-volume-loader": "^0.8.2", - "@cornerstonejs/tools": "^0.34.0", + "@cornerstonejs/tools": "^0.34.2", "@kitware/vtk.js": "25.9.0", "html2canvas": "^1.4.1", "lodash.debounce": "4.0.8", diff --git a/extensions/measurement-tracking/package.json b/extensions/measurement-tracking/package.json index 58853a76f..ab4066bf7 100644 --- a/extensions/measurement-tracking/package.json +++ b/extensions/measurement-tracking/package.json @@ -33,7 +33,7 @@ "@ohif/core": "^3.0.0", "classnames": "^2.2.6", "@cornerstonejs/core": "^0.25.0", - "@cornerstonejs/tools": "^0.34.0", + "@cornerstonejs/tools": "^0.34.2", "@ohif/extension-cornerstone-dicom-sr": "^3.0.0", "dcmjs": "^0.28.3", "prop-types": "^15.6.2", diff --git a/platform/viewer/src/routes/index.tsx b/platform/viewer/src/routes/index.tsx index a40d09d44..e93a70e89 100644 --- a/platform/viewer/src/routes/index.tsx +++ b/platform/viewer/src/routes/index.tsx @@ -13,13 +13,6 @@ import PrivateRoute from './PrivateRoute'; // TODO: Include "routes" debug route if dev build const bakedInRoutes = [ - // WORK LIST - { - path: '/', - children: DataSourceWrapper, - private: true, - props: { children: WorkList }, - }, { path: '/debug', children: Debug,