diff --git a/extensions/ohif-vtk-extension/package.json b/extensions/ohif-vtk-extension/package.json index 056287502..6f32e026f 100644 --- a/extensions/ohif-vtk-extension/package.json +++ b/extensions/ohif-vtk-extension/package.json @@ -25,7 +25,7 @@ "dicom-parser": "^1.8.3", "hammerjs": "^2.0.8", "ohif-core": "^0.3.3", - "@ohif/i18n": "0.0.3", + "@ohif/i18n": "0.0.4", "prop-types": "^15.6.2", "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0", diff --git a/package.json b/package.json index 4457acd57..e6f6e48f5 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@ohif/extension-cornerstone": "0.0.34", "@ohif/extension-dicom-microscopy": "0.0.6", "@ohif/extension-vtk": "0.0.2", - "@ohif/i18n": "0.0.3", + "@ohif/i18n": "0.0.4", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", diff --git a/yarn.lock b/yarn.lock index 8aaf3fe72..b820f53fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1042,10 +1042,10 @@ classnames "^2.2.6" react-vtkjs-viewport "^0.0.7" -"@ohif/i18n@0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@ohif/i18n/-/i18n-0.0.3.tgz#815574468856c01ca7b9ab4de2c1ef67681a4c19" - integrity sha512-XlE+lPfWUVTqerKQ16U3XlD/Sz18X6PBLD8nQsOQI5zb4PtgthJPdwUUfk1i72K47/klVe2ibY8R8V91DzpYkA== +"@ohif/i18n@0.0.4": + version "0.0.4" + resolved "https://registry.yarnpkg.com/@ohif/i18n/-/i18n-0.0.4.tgz#e54176e7799e311dbaff37995f9d2745b58cbd0f" + integrity sha512-lW+S9weZbJS300yCRR8Ygb1KTULbD1Qx5ZGcYUXyseJIWr5jeJ4V/6FdS30w8u8ejiIVwF8rYOguHsmueQrkdw== dependencies: "@babel/runtime" "^7.2.0" classnames "^2.2.6"