Skip to content

Commit

Permalink
chore(deps): upgrade d2-i18n(-generate) deps (master) (#359)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade d2-i18n(-generate) deps (master)

* chore(deps): update i18n for packages
  • Loading branch information
varl committed Oct 24, 2019
1 parent 4bcb913 commit 74edb3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "BSD-3-Clause",
"devDependencies": {
"@dhis2/d2-i18n-extract": "^1.0.6",
"@dhis2/d2-i18n-generate": "^1.0.18",
"@dhis2/d2-i18n-generate": "^1.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"create-react-class": "^15.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": ".",
"devDependencies": {
"@dhis2/d2-i18n-extract": "^1.0.6",
"@dhis2/d2-i18n-generate": "^1.0.18",
"@dhis2/d2-i18n-generate": "^1.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"create-react-class": "^15.6.3",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@dhis2/analytics": "^2.4.5",
"@dhis2/d2-i18n": "^1.0.3",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-core": "^6.2.1",
"@dhis2/d2-ui-file-menu": "^6.2.1",
"@dhis2/d2-ui-interpretations": "^6.2.1",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
i18next-conv "^6.0.0"
i18next-scanner "^2.4.4"

"@dhis2/d2-i18n-generate@^1.0.18":
"@dhis2/d2-i18n-generate@^1.0.18", "@dhis2/d2-i18n-generate@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n-generate/-/d2-i18n-generate-1.1.1.tgz#e800fa39e85a71c23040b6378de1c9439f69fef7"
integrity sha512-akKFdEot0d38Yq51WlnflKYuQYMAYvHxDnQuOy3GVUDpmavnQec3wxQNdXbwy6FH9UUHO3kAJhlYL+slxEI+LQ==
Expand All @@ -230,6 +230,14 @@
i18next "^10.3"
moment "^2.24.0"

"@dhis2/d2-i18n@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.0.6.tgz#2914be8acf296f3a6bf7b51c76c46da6a120b0ff"
integrity sha512-7YdA4ppFosjuyf7ZMm47BrdsA5TWLM9lmS0lUPgjcCVeeWfUgagqzf4W5JGB9XQ3w1vzK+yy5zH2Ij8IgRAGhA==
dependencies:
i18next "^10.3"
moment "^2.24.0"

"@dhis2/d2-ui-core@6.2.1", "@dhis2/d2-ui-core@^6.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@dhis2/d2-ui-core/-/d2-ui-core-6.2.1.tgz#08c461f7658f4cbc198cf4484a470b0481a17f5f"
Expand Down

0 comments on commit 74edb3c

Please sign in to comment.