Skip to content

Commit

Permalink
Update dcmjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 28, 2024
1 parent bdce4cd commit b26cdd8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions externals/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Yarn and package files are generated from templates
# Yarn and local installation files
yarn.lock
package.json
local-*.sh
1 change: 1 addition & 0 deletions externals/package.template.json → externals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@cornerstonejs/externals",
"description": "Cornerstone.js Externals",
"private": true,
"engines": {
"node": ">=12",
"yarn": ">=1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:update-api:nifti": "cd packages/nifti-volume-loader && npm run build:update-api",
"build:update-api:streaming": "cd packages/streaming-image-volume-loader && npm run build:update-api",
"build:update-api": "npm run build:update-api:core && npm run build:update-api:tools && npm run build:update-api:streaming && npm run build:update-api:nifti",
"install:externals": "cd externals && cp -f ./package.template.json ./package.json && yarn install",
"install:externals": "cd externals && yarn install",
"clean:externals": "rimraf externals/node_modules externals/package.json",
"clean": "npx lerna run clean --stream",
"example": "node ./utils/ExampleRunner/example-runner-cli.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dcmjs": "^0.29.8",
"detect-gpu": "^5.0.22",
"dicom-parser": "^1.8.11",
"dicomweb-client": "^0.8.4",
"dicomweb-client": "0.10.2",
"docusaurus-plugin-copy": "^0.1.1",
"docusaurus-plugin-typedoc-api": "^2.5.1",
"file-loader": "^6.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9467,10 +9467,10 @@ dicom-parser@^1.8.11, dicom-parser@^1.8.9:
resolved "https://registry.npmjs.org/dicom-parser/-/dicom-parser-1.8.21.tgz"
integrity sha512-lYCweHQDsC8UFpXErPlg86Px2A8bay0HiUY+wzoG3xv5GzgqVHU3lziwSc/Gzn7VV7y2KeP072SzCviuOoU02w==

dicomweb-client@^0.8.4:
version "0.8.4"
resolved "https://registry.npmjs.org/dicomweb-client/-/dicomweb-client-0.8.4.tgz"
integrity sha512-/6oY3/Fg9JyAlbTWuJOYbVqici3+nlZt43+Z/Y47RNiqLc028JcxNlY28u4VQqksxfB59f1hhNbsqsHyDT4vhw==
dicomweb-client@0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/dicomweb-client/-/dicomweb-client-0.10.2.tgz#9c2e466264a5d3b56c18edaafd360e89912cac13"
integrity sha512-sGjq3TxM7jgbe7cBpqddT1VlfOlwXmE7Q12qCSGDOkEL7fgn+Ak/5oW/LiRP2FzmfYzcbpO32r+hC8i4ITXQLw==

diff-sequences@^27.5.1:
version "27.5.1"
Expand Down

0 comments on commit b26cdd8

Please sign in to comment.