Skip to content

Commit 2e9bac3

Browse files
Update commons-ui
1 parent 5585669 commit 2e9bac3

File tree

3 files changed

+6
-40
lines changed

3 files changed

+6
-40
lines changed

package-lock.json

Lines changed: 5 additions & 38 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
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.14.0",
1818
"@emotion/styled": "^11.14.1",
19-
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.121.0.tgz",
19+
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.124.0.tgz",
2020
"@hookform/resolvers": "^4.1.3",
2121
"@mui/icons-material": "^5.18.0",
2222
"@mui/lab": "5.0.0-alpha.175",

src/components/App/app-wrapper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ const AppWrapperRouterLayout: typeof App = (props: Readonly<PropsWithChildren<{}
159159
<ThemeProvider theme={themeCompiled}>
160160
<LocalizationProvider
161161
dateAdapter={AdapterDateFns}
162-
// @ts-expect-error: Error of AdapterDateFns for Locales type in x-date-pickers v7
163162
adapterLocale={intlToDateFnsLocale(computedLanguage)}
164163
>
165164
<SnackbarProvider hideIconVariant={false}>

0 commit comments

Comments
 (0)