diff --git a/extensions/ohif-vtk-extension/package.json b/extensions/ohif-vtk-extension/package.json index d64f0e815..056287502 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.2", + "@ohif/i18n": "0.0.3", "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 efd0c9a8d..4457acd57 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.2", + "@ohif/i18n": "0.0.3", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", diff --git a/yarn.lock b/yarn.lock index 9dd5beca9..8aaf3fe72 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.2": - version "0.0.2" - resolved "https://registry.yarnpkg.com/@ohif/i18n/-/i18n-0.0.2.tgz#3f00d10d18c17765b4b48e408e2267f5a5119933" - integrity sha512-kb+0fkySMJJaS10eB3T9UXlCTzhaKooKOsa3Ijg/ODIsv3htT0ZP3g0HinpV/3I0hJ8CwL025AqPnULl4R2jpg== +"@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== dependencies: "@babel/runtime" "^7.2.0" classnames "^2.2.6"