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

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jun 26, 2024
1 parent f5040d0 commit 8633318
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 251 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/query-client": "3.12.0",
"@graasp/sdk": "4.12.1",
"@graasp/translations": "1.28.0",
"@graasp/ui": "4.19.2",
"@graasp/query-client": "3.13.3",
"@graasp/sdk": "4.14.1",
"@graasp/translations": "1.29.0",
"@graasp/ui": "4.19.3",
"@mui/icons-material": "5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@sentry/react": "7.116.0",
"@sentry/react": "7.118.0",
"http-status-codes": "2.3.0",
"i18next": "23.11.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga4": "2.1.0",
"react-i18next": "14.1.2",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-router": "6.24.0",
"react-router-dom": "6.24.0",
"react-toastify": "10.0.5",
"stylis": "4.3.2",
"stylis-plugin-rtl": "2.1.1",
Expand Down Expand Up @@ -79,16 +79,16 @@
"@commitlint/config-conventional": "19.2.2",
"@cypress/code-coverage": "3.12.39",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.12.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitejs/plugin-react": "4.3.1",
"concurrently": "8.2.2",
"cypress": "13.12.0",
Expand All @@ -100,7 +100,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"husky": "9.0.11",
"istanbul-lib-coverage": "3.2.2",
"nyc": "15.1.0",
"nyc": "17.0.0",
"prettier": "3.3.2",
"standard-version": "9.5.0",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 8633318

Please sign in to comment.