Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GinaIsaia <gina.isaia@ing.com>
  • Loading branch information
GinaIsaia committed Jun 26, 2023
1 parent 75320e7 commit b799b65
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -38,7 +38,7 @@
"@emotion/react": "^11.10.5",
"@emotion/serialize": "^1.1.1",
"@lfai/egeria-js-commons": "4.3.7",
"@lfai/egeria-ui-components": "^4.3.3",
"@lfai/egeria-ui-components": "^4.3.5",
"@lfai/egeria-ui-core": "4.3.4",
"@mantine/core": "^5.6.3",
"@mantine/hooks": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppInstance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function AppInstance() {
<EgeriaApp menu={menu} main={<RequireAuth>
<RequirePermissions component={VISIBLE_COMPONENTS.GLOSSARY}
showAccessDenied={true}
element={<EgeriaGlossary columnMinWidth={155}/>}/>
element={<EgeriaGlossary />}/>
</RequireAuth>} />
} />

Expand Down

0 comments on commit b799b65

Please sign in to comment.