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 Jul 4, 2024
1 parent 8633318 commit 285a414
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 356 deletions.
30 changes: 15 additions & 15 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.13.3",
"@graasp/sdk": "4.14.1",
"@graasp/translations": "1.29.0",
"@graasp/ui": "4.19.3",
"@mui/icons-material": "5.15.20",
"@graasp/query-client": "3.15.0",
"@graasp/sdk": "4.16.0",
"@graasp/translations": "1.31.1",
"@graasp/ui": "4.20.3",
"@mui/icons-material": "5.15.21",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@mui/material": "5.15.21",
"@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.24.0",
"react-router-dom": "6.24.0",
"react-router": "6.24.1",
"react-router-dom": "6.24.1",
"react-toastify": "10.0.5",
"stylis": "4.3.2",
"stylis-plugin-rtl": "2.1.1",
Expand Down Expand Up @@ -77,7 +77,7 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cypress/code-coverage": "3.12.39",
"@cypress/code-coverage": "3.12.40",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand All @@ -87,11 +87,11 @@
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.12.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.3.1",
"concurrently": "8.2.2",
"cypress": "13.12.0",
"cypress": "13.13.0",
"cypress-vite": "1.5.0",
"env-cmd": "10.1.0",
"eslint": "^8.57.0",
Expand All @@ -103,9 +103,9 @@
"nyc": "17.0.0",
"prettier": "3.3.2",
"standard-version": "9.5.0",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-checker": "0.6.4",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-checker": "0.7.0",
"vite-plugin-istanbul": "6.0.2"
},
"packageManager": "yarn@4.2.2"
Expand Down
Loading

0 comments on commit 285a414

Please sign in to comment.