Skip to content

Commit

Permalink
feat: update deps (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jun 27, 2024
1 parent eabdc38 commit 60d2d5f
Show file tree
Hide file tree
Showing 3 changed files with 957 additions and 305 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/sdk": "4.7.6",
"@graasp/translations": "1.23.0",
"@graasp/ui": "4.17.1",
"@graasp/translations": "1.30.3",
"@graasp/ui": "4.20.0",
"@mui/icons-material": "5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { initReactI18next, useTranslation } from 'react-i18next';

import buildI18n, { namespaces } from '@graasp/translations';
import { buildI18n, namespaces } from '@graasp/translations';

import ar from '../langs/ar.json';
import de from '../langs/de.json';
Expand Down
Loading

0 comments on commit 60d2d5f

Please sign in to comment.