Skip to content

Commit

Permalink
update core-ui to 0.133.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Jul 15, 2024
1 parent 7f52673 commit e366d9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@hapi/joi-date": "^2.0.1",
"@hookform/resolvers": "^2.8.8",
"@monaco-editor/react": "^4.4.5",
"@scality/core-ui": "^0.132.0",
"@scality/core-ui": "^0.133.0",
"@scality/module-federation": "^1.3.2",
"@types/react-table": "^7.7.10",
"@types/react-virtualized": "^9.21.20",
Expand Down
6 changes: 5 additions & 1 deletion src/react/FederableApp.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { ToastProvider } from '@scality/core-ui';
import { ReactQueryDevtools } from 'react-query/devtools';
import { Provider } from 'react-redux';
import { BrowserRouter, useHistory } from 'react-router-dom';
import { applyMiddleware, compose, createStore } from 'redux';

import thunk from 'redux-thunk';
import ZenkoUI from './ZenkoUI';
import { AccessibleAccountsAdapterProvider } from './next-architecture/ui/AccessibleAccountsAdapterProvider';
Expand Down Expand Up @@ -58,7 +60,9 @@ const FederableApp = () => {
<LocationAdapterProvider>
<AccessibleAccountsAdapterProvider>
<MetricsAdapterProvider>
<ZenkoUI />
<ToastProvider>
<ZenkoUI />
</ToastProvider>
<ReactQueryDevtools initialIsOpen={false} />
</MetricsAdapterProvider>
</AccessibleAccountsAdapterProvider>
Expand Down

0 comments on commit e366d9e

Please sign in to comment.