@dhis2-ui/organisation-unit-tree 8.1.0 → 8.1.3

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
2
+ "No children match filter": "没有下属匹配过滤器",
3
3
  "Could not load children": "无法加载下属",
4
4
  "Error: {{ ERRORMESSAGE }}": "错误:{{ ERRORMESSAGE }}"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
2
+ "No children match filter": "没有下属匹配过滤器",
3
3
  "Could not load children": "无法加载下属",
4
4
  "Error: {{ ERRORMESSAGE }}": "错误:{{ ERRORMESSAGE }}"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/organisation-unit-tree",
3
- "version": "8.1.0",
3
+ "version": "8.1.3",
4
4
  "description": "UI OrganisationUnitTree",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.0.0-beta.1",
37
- "@dhis2-ui/checkbox": "8.1.0",
38
- "@dhis2-ui/loader": "8.1.0",
39
- "@dhis2-ui/node": "8.1.0",
40
- "@dhis2/ui-constants": "8.1.0",
37
+ "@dhis2-ui/checkbox": "8.1.3",
38
+ "@dhis2-ui/loader": "8.1.3",
39
+ "@dhis2-ui/node": "8.1.3",
40
+ "@dhis2/ui-constants": "8.1.3",
41
41
  "classnames": "^2.3.1",
42
42
  "prop-types": "^15.7.2"
43
43
  },