fix: publish dependency (#4753)

This commit is contained in:
Alireza 2025-01-31 09:43:35 -05:00 committed by GitHub
parent 4dc26ae603
commit 0cb6106d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8435 additions and 12 deletions

View File

@ -9,7 +9,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.49.0-noble
image: mcr.microsoft.com/playwright:v1.50.0-noble
strategy:
fail-fast: false
matrix:

7754
bun.lock Normal file

File diff suppressed because it is too large Load Diff

BIN
bun.lockb

Binary file not shown.

View File

@ -39,7 +39,6 @@
"@cornerstonejs/codec-openjpeg": "^1.2.4",
"@cornerstonejs/codec-openjph": "^2.4.5",
"@cornerstonejs/dicom-image-loader": "^2.17.2",
"@icr/polyseg-wasm": "^0.4.0",
"@ohif/core": "3.10.0-beta.82",
"@ohif/ui": "3.10.0-beta.82",
"dcmjs": "*",
@ -59,6 +58,7 @@
"@cornerstonejs/core": "^2.17.2",
"@cornerstonejs/tools": "^2.17.2",
"@icr/polyseg-wasm": "^0.4.0",
"@itk-wasm/morphological-contour-interpolation": "1.1.0",
"@kitware/vtk.js": "32.1.1",
"html2canvas": "^1.4.1",
"lodash.debounce": "^4.0.8",

689
yarn.lock

File diff suppressed because it is too large Load Diff