@dhis2-ui/organisation-unit-tree 9.4.0 → 9.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/locales/ar/translations.json +1 -1
- package/build/cjs/locales/cs/translations.json +1 -1
- package/build/cjs/locales/es/translations.json +1 -1
- package/build/es/locales/ar/translations.json +1 -1
- package/build/es/locales/cs/translations.json +1 -1
- package/build/es/locales/es/translations.json +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"No children match filter": "Sin filtros de coincidencia en los elementos inferiores",
|
|
3
3
|
"Could not load children": "No se pudo cargar los elementos inferiores",
|
|
4
|
-
"Error: {{ ERRORMESSAGE }}": "Error: {{ERRORMESSAGE}}"
|
|
4
|
+
"Error: {{ ERRORMESSAGE }}": "Error: {{ ERRORMESSAGE }}"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"No children match filter": "Sin filtros de coincidencia en los elementos inferiores",
|
|
3
3
|
"Could not load children": "No se pudo cargar los elementos inferiores",
|
|
4
|
-
"Error: {{ ERRORMESSAGE }}": "Error: {{ERRORMESSAGE}}"
|
|
4
|
+
"Error: {{ ERRORMESSAGE }}": "Error: {{ ERRORMESSAGE }}"
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/organisation-unit-tree",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.2",
|
|
4
4
|
"description": "UI OrganisationUnitTree",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@dhis2/prop-types": "^3.1.2",
|
|
38
|
-
"@dhis2-ui/checkbox": "9.4.
|
|
39
|
-
"@dhis2-ui/loader": "9.4.
|
|
40
|
-
"@dhis2-ui/node": "9.4.
|
|
41
|
-
"@dhis2/ui-constants": "9.4.
|
|
38
|
+
"@dhis2-ui/checkbox": "9.4.2",
|
|
39
|
+
"@dhis2-ui/loader": "9.4.2",
|
|
40
|
+
"@dhis2-ui/node": "9.4.2",
|
|
41
|
+
"@dhis2/ui-constants": "9.4.2",
|
|
42
42
|
"classnames": "^2.3.1",
|
|
43
43
|
"prop-types": "^15.7.2"
|
|
44
44
|
},
|