Skip to content

Commit

Permalink
👌 [#2958] Processed PR feedback
Browse files Browse the repository at this point in the history
* Apply consistent ordering in FormattedMessage
* Remove unused (dev) dependencies
  • Loading branch information
sergei-maertens committed Oct 18, 2023
1 parent ba9af65 commit e236fd8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 66 deletions.
60 changes: 0 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.set": "^4.3.7",
"@types/lodash.uniqueid": "^4.0.7",
"@types/react": "^18.0.33",
"@types/sanitize-html": "^2.9.0",
Expand Down Expand Up @@ -107,10 +105,8 @@
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"lodash.uniqueid": "^4.0.1",
"react-intl": "^6.3.2",
"react-select": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/builder/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export function ComponentTranslations<S extends AnyComponentSchema>({
/>
}
tooltip={intl.formatMessage({
defaultMessage: 'Translations for literals used in this component.',
description: 'Tooltip for component translations.',
defaultMessage: 'Translations for literals used in this component.',
})}
/>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/registry/number/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const EditForm: EditFormDefinition<NumberComponentSchema> = () => {
tooltip: intl.formatMessage(LABELS.tooltip),
suffix: intl.formatMessage({
description: "Component translations 'suffix' property label",
defaultMessage: 'Suffix (kind of value indicator)',
defaultMessage: 'Suffix (e.g. m²)',
}),
}}
/>
Expand Down

0 comments on commit e236fd8

Please sign in to comment.