diff --git a/extensions/ohif-vtk-extension/package.json b/extensions/ohif-vtk-extension/package.json index cfb853280..1f30bd14a 100644 --- a/extensions/ohif-vtk-extension/package.json +++ b/extensions/ohif-vtk-extension/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.0.8", + "version": "0.0.9", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -16,11 +16,11 @@ "start": "webpack --watch --progress --colors --mode development", "prepare": "yarn run build:release", "predeploy": "cd example && yarn install && yarn run build:release", - "prepublishOnly": "yarn run build:release", + "prepublishOnly": "yarn install && yarn run build:release", "lint": "eslint -c .eslintrc --fix src && prettier --single-quote --write src/**/*.{js,jsx,json,css}" }, "peerDependencies": { - "@ohif/i18n": "0.0.6", + "@ohif/i18n": "0.1.0", "cornerstone-core": "^2.2.8", "cornerstone-wado-image-loader": "^2.2.3", "dcmjs": "^0.4.7", @@ -39,9 +39,8 @@ }, "dependencies": { "@babel/runtime": "^7.4.5", - "@ohif/i18n": "0.0.4", "react-vtkjs-viewport": "0.0.9", - "vtk.js": "^8.9.1" + "vtk.js": "^8.11.0" }, "devDependencies": { "@babel/core": "^7.4.5", diff --git a/extensions/ohif-vtk-extension/yarn.lock b/extensions/ohif-vtk-extension/yarn.lock index 2949b31e8..586e27aa0 100644 --- a/extensions/ohif-vtk-extension/yarn.lock +++ b/extensions/ohif-vtk-extension/yarn.lock @@ -6936,10 +6936,10 @@ void-elements@^2.0.1: resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= -vtk.js@^8.9.1: - version "8.9.1" - resolved "https://registry.yarnpkg.com/vtk.js/-/vtk.js-8.9.1.tgz#db49e869fbf61e4d6ca71a8a61f9092bc5fa39f7" - integrity sha512-sxQ/kFXQTVp2bzRhnSwOXlODWL0vlBkZ3X+SKW+G3ZmGDmncFGkjS5yXhTJFLBp2LVvYnqQiA8z4AeE6XrhkSg== +vtk.js@^8.11.0: + version "8.11.0" + resolved "https://registry.yarnpkg.com/vtk.js/-/vtk.js-8.11.0.tgz#9113815b1380792520b83c727adbed17a4d4bda4" + integrity sha512-0pHVp13AxTqLM41O8ygrlFBwOnN8jSNBa9ilKW4gbHkMxdOl6VvuNAhZmTutQpILeryNFrjNGjIbQLzcJRVOoQ== dependencies: base64-js "1.2.1" blueimp-md5 "2.10.0"