Skip to content

Commit

Permalink
Update to the latest version of the base libs
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 13, 2024
1 parent 924dc08 commit 8e24ccf
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 575 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "5.16.7",
"gitlanding": "^2.0.8",
"onyxia-ui": "^5.4.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"gitlanding": "^2.1.0",
"onyxia-ui": "^6.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tss-react": "^4.9.13",
Expand Down
1 change: 0 additions & 1 deletion src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from "onyxia-ui";

const { OnyxiaUi, ofTypeTheme } = createOnyxiaUi({
BASE_URL: import.meta.env.BASE_URL,
getTypographyDesc: (params) => {
const typographyDesc = defaultGetTypographyDesc(params);

Expand Down
Loading

0 comments on commit 8e24ccf

Please sign in to comment.