fix: bump cornerstone-tools version in peerDeps

This commit is contained in:
dannyrb 2019-09-16 22:14:18 -04:00
parent f519f8609c
commit 4afc88c0e5
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
"@ohif/ui": "^0.50.0",
"cornerstone-core": "^2.2.8",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^4.0.1",
"cornerstone-tools": "^4.0.9",
"cornerstone-wado-image-loader": "^3.0.0",
"dcmjs": "^0.6.1",
"dicom-parser": "^1.8.3",

View File

@ -53,7 +53,7 @@
"devDependencies": {
"@ohif/core": "^0.50.8",
"@ohif/ui": "^0.51.0",
"cornerstone-tools": "^4.0.0",
"cornerstone-tools": "^4.0.9",
"cornerstone-wado-image-loader": "^3.0.0",
"dcmjs": "^0.6.1",
"dicom-parser": "^1.8.3",

View File

@ -32,7 +32,7 @@
},
"peerDependencies": {
"cornerstone-core": "^2.2.8",
"cornerstone-tools": "^4.0.0",
"cornerstone-tools": "^4.0.9",
"cornerstone-wado-image-loader": "^3.0.0",
"dicom-parser": "^1.8.3"
},