Skip to content

Commit

Permalink
fix: imageLoadPoolManager should be used for loading (#127)
Browse files Browse the repository at this point in the history
* fix: imageLoadPoolManager should be used for loading

* bump dependency versions

Co-authored-by: swederik <[email protected]>
  • Loading branch information
sedghi and swederik authored Oct 1, 2021
1 parent 95e9fb1 commit 9d91186
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 178 deletions.
164 changes: 20 additions & 144 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"prepublishOnly": "npm run build && npm run build:release"
},
"peerDependencies": {
"cornerstone-core": "^2.5.0",
"cornerstone-core": "^2.6.0",
"cornerstone-math": "^0.1.9",
"cornerstone-tools": "^6.0.0",
"cornerstone-wado-image-loader": "^4.0.0",
"cornerstone-tools": "^6.0.1",
"cornerstone-wado-image-loader": "^4.0.4",
"dicom-parser": "^1.8.8",
"hammerjs": "^2.0.8",
"react": "^17.0.2",
Expand All @@ -49,10 +49,10 @@
"babel-eslint": "10.1.0",
"babel-loader": "^8.2.2",
"commitizen": "4.2.x",
"cornerstone-core": "^2.5.0",
"cornerstone-core": "^2.6.0",
"cornerstone-math": "^0.1.9",
"cornerstone-tools": "^6.0.0",
"cornerstone-wado-image-loader": "^4.0.0",
"cornerstone-tools": "^6.0.1",
"cornerstone-wado-image-loader": "^4.0.4",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"dicom-parser": "^1.8.8",
Expand Down
Loading

0 comments on commit 9d91186

Please sign in to comment.