Skip to content

Commit 0d10f46

Browse files
authored
fix(suv): import calculate-suv library version that prevents SUV calculation for a zero PatientWeight (OHIF#3638)
1 parent ca19bae commit 0d10f46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"dependencies": {
4646
"@babel/runtime": "^7.20.13",
47-
"@cornerstonejs/calculate-suv": "^1.0.3"
47+
"@cornerstonejs/calculate-suv": "^1.1.0"
4848
}
4949
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1388,10 +1388,10 @@
13881388
lodash.clonedeep "^4.5.0"
13891389
ndarray "^1.0.19"
13901390

1391-
"@cornerstonejs/calculate-suv@^1.0.3":
1392-
version "1.0.3"
1393-
resolved "https://registry.yarnpkg.com/@cornerstonejs/calculate-suv/-/calculate-suv-1.0.3.tgz#6d99a72032c0f90cebf44dc6f0b12a5f1102e884"
1394-
integrity sha512-2SwVJKzC1DzyxdxJtCht9dhTND2GFjLwhhkDyyC7vJq5tIgbhxgPk1CSwovO1pxmoybAXzjOxnaubllxLgoT+w==
1391+
"@cornerstonejs/calculate-suv@^1.1.0":
1392+
version "1.1.0"
1393+
resolved "https://registry.yarnpkg.com/@cornerstonejs/calculate-suv/-/calculate-suv-1.1.0.tgz#35c8049d3eea03611225a8398d398cd81bf0031a"
1394+
integrity sha512-Q9XraiDJif9aMFArD2iEuDO/HXbcRVCqB7KfaHgDrdTTjgDFovS91Psbdim7crypRSvE6dh/+HKeFNHdvNkA6w==
13951395

13961396
"@cornerstonejs/codec-charls@^0.1.1":
13971397
version "0.1.1"

0 commit comments

Comments
 (0)