i18n implementation - Adding final packages

This commit is contained in:
romulo bordezani 2019-06-12 03:43:02 -03:00
parent 4a4d7a2171
commit ab0e2fe9e2
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@ohif/i18n", "name": "@ohif/i18n",
"version": "0.0.1-rc-003", "version": "0.0.1",
"description": "OHIF extension for internationalization", "description": "OHIF extension for internationalization",
"author": "OHIF", "author": "OHIF",
"license": "MIT", "license": "MIT",

View File

@ -93,7 +93,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.2.0", "@babel/runtime": "^7.2.0",
"@ohif/i18n": "file:.yalc/@ohif/i18n", "@ohif/i18n": "0.0.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"react-vtkjs-viewport": "^0.0.7" "react-vtkjs-viewport": "^0.0.7"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ohif-viewer", "name": "ohif-viewer",
"version": "0.0.20", "version": "0.0.21",
"description": "OHIF Viewer", "description": "OHIF Viewer",
"author": "OHIF Contributors", "author": "OHIF Contributors",
"license": "MIT", "license": "MIT",
@ -69,8 +69,8 @@
"@babel/runtime": "^7.2.0", "@babel/runtime": "^7.2.0",
"@ohif/extension-cornerstone": "0.0.34", "@ohif/extension-cornerstone": "0.0.34",
"@ohif/extension-dicom-microscopy": "0.0.6", "@ohif/extension-dicom-microscopy": "0.0.6",
"@ohif/extension-vtk": "file:.yalc/@ohif/extension-vtk", "@ohif/extension-vtk": "0.0.2",
"@ohif/i18n": "file:.yalc/@ohif/i18n", "@ohif/i18n": "0.0.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"cornerstone-core": "^2.2.8", "cornerstone-core": "^2.2.8",
"cornerstone-math": "^0.1.8", "cornerstone-math": "^0.1.8",
@ -97,7 +97,7 @@
"react-resize-detector": "^3.4.0", "react-resize-detector": "^3.4.0",
"react-router": "^4.3.1", "react-router": "^4.3.1",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-viewerbase": "file:.yalc/react-viewerbase", "react-viewerbase": "0.7.0",
"react-vtkjs-viewport": "^0.0.7", "react-vtkjs-viewport": "^0.0.7",
"redux": "^4.0.1", "redux": "^4.0.1",
"redux-oidc": "3.1.x" "redux-oidc": "3.1.x"