Skip to content

Commit

Permalink
Merge pull request #178 from dhis2/dependabot/npm_and_yarn/dhis2/ui-6…
Browse files Browse the repository at this point in the history
….6.2

chore(deps): bump @dhis2/ui from 6.5.0-alpha.2 to 6.6.2
  • Loading branch information
mediremi authored May 20, 2021
2 parents 7574c90 + 3ea1e88 commit 44953f5
Show file tree
Hide file tree
Showing 31 changed files with 39 additions and 989 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@dhis2/app-runtime": "^2.8.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/prop-types": "2.0.3",
"@dhis2/ui": "^6.5.0-alpha.2",
"@dhis2/ui": "^6.6.2",
"cronstrue": "^1.113.0",
"history": "^4.9.0",
"moment": "^2.29.1",
Expand Down
3 changes: 1 addition & 2 deletions src/components/FormFields/ParameterFields.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React from 'react'
import i18n from '@dhis2/d2-i18n'
import { PropTypes } from '@dhis2/prop-types'
import { ReactFinalForm, InputFieldFF, Box } from '@dhis2/ui'
import { ReactFinalForm, InputFieldFF, Box, SwitchFieldFF } from '@dhis2/ui'
import { hooks } from '../Store'
import { SwitchFieldFF } from '../Temporary'
import { formatToString } from './formatters'
import SkipTableTypesField from './SkipTableTypesField'
import LabeledOptionsField from './LabeledOptionsField'
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions src/components/LinkButton/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import LinkButton from './LinkButton'

export { LinkButton }
2 changes: 1 addition & 1 deletion src/components/Modal/CronPresetModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
ModalContent,
ModalActions,
ButtonStrip,
Radio,
} from '@dhis2/ui'
import i18n from '@dhis2/d2-i18n'
import { Radio } from '../Temporary'

const cronPresets = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Switches/ToggleJobSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { PropTypes } from '@dhis2/prop-types'
import { useDataMutation } from '@dhis2/app-runtime'
import i18n from '@dhis2/d2-i18n'
import { Switch } from '../Temporary'
import { Switch } from '@dhis2/ui'
import { hooks } from '../Store'

/* istanbul ignore next */
Expand Down
181 changes: 0 additions & 181 deletions src/components/Temporary/Radio.js

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/Temporary/RadioIcons.js

This file was deleted.

38 changes: 0 additions & 38 deletions src/components/Temporary/RadioIcons.module.css

This file was deleted.

20 changes: 0 additions & 20 deletions src/components/Temporary/Required.js

This file was deleted.

Loading

0 comments on commit 44953f5

Please sign in to comment.