Skip to content

Commit 5bdaa44

Browse files
chore: fix yarn.lock issue and update dhis2/ui
1 parent c33bc11 commit 5bdaa44

File tree

5 files changed

+1244
-1194
lines changed

5 files changed

+1244
-1194
lines changed

i18n/en.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgstr ""
55
"Content-Type: text/plain; charset=utf-8\n"
66
"Content-Transfer-Encoding: 8bit\n"
77
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
8-
"POT-Creation-Date: 2025-12-17T20:41:11.517Z\n"
9-
"PO-Revision-Date: 2025-12-17T20:41:11.517Z\n"
8+
"POT-Creation-Date: 2025-12-18T09:03:09.491Z\n"
9+
"PO-Revision-Date: 2025-12-18T09:03:09.492Z\n"
1010

1111
msgid "Choose one or more dates..."
1212
msgstr "Choose one or more dates..."

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@dhis2/d2-i18n": "^1.1.0",
1616
"@dhis2/d2-ui-rich-text": "^7.4.0",
1717
"@dhis2/rule-engine": "^3.3.10",
18-
"@dhis2/ui": "^10.10.0",
18+
"@dhis2/ui": "^10.10.2",
1919
"@emotion/css": "^11.13.5",
2020
"@emotion/react": "^11.14.0",
2121
"@popperjs/core": "^2.11.6",
@@ -132,7 +132,7 @@
132132
"@babel/preset-react": "7.26.3",
133133
"@dhis2-ui/calendar": "^10.7.6",
134134
"@js-temporal/polyfill": "0.4.3",
135-
"@dhis2/ui": "^10.10.0",
135+
"@dhis2/ui": "^10.10.2",
136136
"core-js": "2.5.7",
137137
"i18next": "^20.5.0",
138138
"@types/react": "18.3.1",

src/core_modules/capture-core/components/FormFields/New/Fields/SingleSelectField/SingleSelectField.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useEffect, useRef } from 'react';
2-
import { SimpleSingleSelect } from '@dhis2-ui/select';
2+
import { SimpleSingleSelect } from '@dhis2/ui';
33
import { withFocusHandler } from './withFocusHandler';
44
import { withSelectSingleTranslations } from './withTranslations';
55

src/core_modules/capture-core/components/TrackedEntityTypeSelector/TrackedEntityTypeSelector.component.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import React, { useMemo, type ComponentType } from 'react';
22
import i18n from '@dhis2/d2-i18n';
33
import { withStyles, type WithStyles } from 'capture-core-utils/styles';
44

5-
import { spacers } from '@dhis2/ui';
6-
import { SimpleSingleSelect } from '@dhis2-ui/select';
5+
import { spacers, SimpleSingleSelect } from '@dhis2/ui';
76
import type { Props } from './TrackedEntityTypeSelector.types';
87
import { scopeTypes } from '../../metaData';
98
import { useTrackedEntityTypesWithCorrelatedPrograms, useCurrentTrackedEntityTypeId } from '../../hooks';

0 commit comments

Comments
 (0)