chore(version): Update package versions to 3.13.0-beta.90 [skip ci]
This commit is contained in:
parent
f1cc2ee13a
commit
a64fceb009
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-pmap",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "DICOM Parametric Map read workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,10 +28,10 @@
|
||||
"start": "pnpm run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-rt",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "DICOM RT read workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,10 +28,10 @@
|
||||
"start": "pnpm run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-seg",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "DICOM SEG read workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,10 +28,10 @@
|
||||
"start": "pnpm run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-sr",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for an SR Cornerstone Viewport",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,9 +29,9 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dynamic-volume",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for 4D volumes data",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -32,11 +32,11 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for Cornerstone",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -39,9 +39,9 @@
|
||||
"@cornerstonejs/codec-openjpeg": "1.3.0",
|
||||
"@cornerstonejs/codec-openjph": "2.4.7",
|
||||
"@cornerstonejs/dicom-image-loader": "5.0.2",
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-default",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Common/default features and functionality for basic image viewing",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -29,8 +29,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicomweb-client": "0.10.4",
|
||||
"prop-types": "15.8.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-microscopy",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for DICOM microscopy",
|
||||
"author": "Bill Wallace, md-prog",
|
||||
"license": "MIT",
|
||||
@ -25,10 +25,10 @@
|
||||
"start": "pnpm run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-pdf",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for PDF display",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-video",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for video display",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-measurement-tracking",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Tracking features and functionality for basic image viewing",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -29,10 +29,10 @@
|
||||
"peerDependencies": {
|
||||
"@cornerstonejs/core": "5.0.2",
|
||||
"@cornerstonejs/tools": "5.0.2",
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"classnames": "2.5.1",
|
||||
"dcmjs": "0.49.4",
|
||||
"lodash.debounce": "4.0.8",
|
||||
@ -43,7 +43,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"@xstate/react": "3.2.2",
|
||||
"xstate": "4.38.3"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-test",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension used inside e2e testing",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-tmtv",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF extension for Total Metabolic Tumor Volume",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"dcmjs": "0.49.4",
|
||||
"dicom-parser": "1.8.21",
|
||||
"hammerjs": "2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-ultrasound-pleura-bline",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "",
|
||||
"author": "Rodrigo Basilio",
|
||||
"license": "MIT",
|
||||
@ -38,11 +38,11 @@
|
||||
"@babel/runtime": "7.29.7",
|
||||
"@cornerstonejs/core": "5.0.2",
|
||||
"@cornerstonejs/tools": "5.0.2",
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/ui-next": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"@ohif/ui-next": "3.13.0-beta.90"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-basic-dev-mode",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Basic OHIF Viewer Using Cornerstone",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,12 +29,12 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-test",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Basic mode for testing",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,14 +29,14 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*",
|
||||
"@ohif/extension-measurement-tracking": "workspace:*",
|
||||
"@ohif/extension-test": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90",
|
||||
"@ohif/extension-measurement-tracking": "3.13.0-beta.90",
|
||||
"@ohif/extension-test": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-basic",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "A basic mode used to build other modes on top of",
|
||||
"author": "OHIF Contributors",
|
||||
"license": "MIT",
|
||||
@ -25,14 +25,14 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-longitudinal",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Longitudinal Workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,16 +29,16 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*",
|
||||
"@ohif/extension-measurement-tracking": "workspace:*",
|
||||
"@ohif/mode-basic": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90",
|
||||
"@ohif/extension-measurement-tracking": "3.13.0-beta.90",
|
||||
"@ohif/mode-basic": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-microscopy",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF mode for DICOM microscopy",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-dicom-microscopy": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-microscopy": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-preclinical-4d",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "4D Workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,12 +28,12 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dynamic-volume": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-tmtv": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dynamic-volume": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-tmtv": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-segmentation",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "OHIF segmentation mode which enables labelmap segmentation read/edit/export",
|
||||
"author": "@ohif",
|
||||
"license": "MIT",
|
||||
@ -30,15 +30,15 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*",
|
||||
"@ohif/mode-basic": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90",
|
||||
"@ohif/mode-basic": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-tmtv",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Total Metabolic Tumor Volume Workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,13 +29,13 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-default": "workspace:*",
|
||||
"@ohif/extension-dicom-pdf": "workspace:*",
|
||||
"@ohif/extension-dicom-video": "workspace:*",
|
||||
"@ohif/extension-measurement-tracking": "workspace:*"
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-default": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-pdf": "3.13.0-beta.90",
|
||||
"@ohif/extension-dicom-video": "3.13.0-beta.90",
|
||||
"@ohif/extension-measurement-tracking": "3.13.0-beta.90"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.29.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-ultrasound-pleura-bline",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Allows users to annotate ultrasound images with pleura B-line annotations.",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -31,9 +31,9 @@
|
||||
"@babel/runtime": "7.29.7",
|
||||
"@cornerstonejs/core": "5.0.2",
|
||||
"@cornerstonejs/tools": "5.0.2",
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "workspace:*",
|
||||
"@ohif/extension-ultrasound-pleura-bline": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.90",
|
||||
"@ohif/extension-ultrasound-pleura-bline": "3.13.0-beta.90",
|
||||
"i18next": "17.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -123,5 +123,6 @@
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "3.13.0-beta.90"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/app",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"productVersion": "3.4.0",
|
||||
"description": "OHIF Viewer",
|
||||
"author": "OHIF Contributors",
|
||||
@ -53,10 +53,10 @@
|
||||
"@cornerstonejs/codec-openjph": "2.4.7",
|
||||
"@cornerstonejs/dicom-image-loader": "5.0.2",
|
||||
"@emotion/serialize": "1.3.3",
|
||||
"@ohif/core": "workspace:*",
|
||||
"@ohif/i18n": "workspace:*",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/ui-next": "workspace:*",
|
||||
"@ohif/core": "3.13.0-beta.90",
|
||||
"@ohif/i18n": "3.13.0-beta.90",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"@ohif/ui-next": "3.13.0-beta.90",
|
||||
"@svgr/webpack": "8.1.0",
|
||||
"@types/react": "18.3.23",
|
||||
"classnames": "2.5.1",
|
||||
@ -100,6 +100,5 @@
|
||||
"shx": "0.3.4",
|
||||
"tailwindcss": "3.2.4"
|
||||
},
|
||||
"productVersion": "3.4.0",
|
||||
"proxy": "http://localhost:8042"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/cli",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "A CLI to bootstrap new OHIF extension or mode",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/core",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Generic business logic for web-based medical imaging applications",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -38,7 +38,7 @@
|
||||
"@cornerstonejs/core": "5.0.2",
|
||||
"@cornerstonejs/dicom-image-loader": "5.0.2",
|
||||
"@cornerstonejs/metadata": "5.0.2",
|
||||
"@ohif/ui": "workspace:*",
|
||||
"@ohif/ui": "3.13.0-beta.90",
|
||||
"cornerstone-math": "0.1.10",
|
||||
"dicom-parser": "1.8.21"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ohif-docs",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/i18n",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Internationalization library for The OHIF Viewer",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/ui-next",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/ui",
|
||||
"version": "3.13.0-beta.89",
|
||||
"version": "3.13.0-beta.90",
|
||||
"description": "A set of React components for Medical Imaging Viewers",
|
||||
"author": "OHIF Contributors",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user