Skip to content

Commit da4521e

Browse files
feat: support loading custom translations from the data store (#3318)
* fix(app-platform): support for loading custom translations from the data store * feat: use analytics update * chore: reloace analytics dependency version --------- Co-authored-by: Bruno Raimbault <bruno@dhis2.org>
1 parent 054df3f commit da4521e

2 files changed

Lines changed: 462 additions & 460 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"license": "BSD-3-Clause",
77
"dependencies": {
8-
"@dhis2/analytics": "^29.3.2",
8+
"@dhis2/analytics": "^29.4.1",
99
"@dhis2/app-runtime": "^3.14.4",
1010
"@dhis2/d2-i18n": "^1.1.3",
1111
"@dhis2/ui": "^10.7.4",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4444
"@cypress/webpack-preprocessor": "^6.0.2",
45-
"@dhis2/cli-app-scripts": "^12.7.2",
45+
"@dhis2/cli-app-scripts": "^12.11.0",
4646
"@dhis2/cli-style": "^10.7.9",
4747
"@dhis2/cypress-commands": "^10.1.0",
4848
"@dhis2/cypress-plugins": "^10.1.0",

0 commit comments

Comments
 (0)