Skip to content

Commit 16ba0d3

Browse files
authored
Update commons-ui to version 0.57 (#420)
Signed-off-by: Florent MILLOT <[email protected]>
1 parent a549478 commit 16ba0d3

File tree

3 files changed

+39
-30
lines changed

3 files changed

+39
-30
lines changed

package-lock.json

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@emotion/react": "^11.11.4",
99
"@emotion/styled": "^11.11.5",
10-
"@gridsuite/commons-ui": "0.56.0",
10+
"@gridsuite/commons-ui": "0.57.0",
1111
"@hookform/resolvers": "^3.3.4",
1212
"@mui/icons-material": "^5.15.14",
1313
"@mui/lab": "5.0.0-alpha.169",

src/components/app-wrapper.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ import {
3636
directory_items_input_en,
3737
element_search_fr,
3838
element_search_en,
39+
filter_fr,
40+
filter_en,
3941
} from '@gridsuite/commons-ui';
4042
import { IntlProvider } from 'react-intl';
4143
import { BrowserRouter } from 'react-router-dom';
@@ -187,6 +189,7 @@ const messages = {
187189
...backend_locale_en,
188190
...directory_items_input_en,
189191
...element_search_en,
192+
...filter_en,
190193
...messages_plugins_en, // keep it at the end to allow translation overwritting
191194
},
192195
fr: {
@@ -205,6 +208,7 @@ const messages = {
205208
...element_search_fr,
206209
...aggrid_locale_fr, // Only the french locale is needed
207210
...directory_items_input_fr,
211+
...filter_fr,
208212
...messages_plugins_fr, // keep it at the end to allow translation overwritting
209213
},
210214
};

0 commit comments

Comments
 (0)