Skip to content

Commit

Permalink
feat: upgrade ui library
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Nov 27, 2024
1 parent d462915 commit da6a8ff
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 431 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@dhis2/app-runtime": "^3.9.3",
"@dhis2/multi-calendar-dates": "^2.0.0",
"@dhis2/ui": "^10.0.2",
"@dhis2/ui": "^10.1.3",
"@tanstack/react-table": "^8.16.0",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21",
Expand All @@ -56,6 +56,6 @@
"resolutions": {
"eslint": "^8",
"@dhis2/multi-calendar-dates": "^2.0.0",
"@dhis2/ui": "^10.0.2"
"@dhis2/ui": "^10.1.3"
}
}
2 changes: 1 addition & 1 deletion src/components/form/fields/DateField.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import i18n from '@dhis2/d2-i18n'
import { CalendarInput, CalendarInputProps } from '@dhis2/ui'
import React, { useEffect, useState } from 'react'
import { useField } from 'react-final-form'
import { selectedLocale, useSystemSetting } from '../../../lib'
import i18n from '@dhis2/d2-i18n'

type DateFieldProps = Omit<
CalendarInputProps,
Expand Down
Loading

0 comments on commit da6a8ff

Please sign in to comment.