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 Oct 3, 2024
1 parent 4dd2baf commit 3130492
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 193 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@graasp/query-client": "3.25.0",
"@graasp/sdk": "4.29.1",
"@graasp/query-client": "3.26.0",
"@graasp/sdk": "4.31.0",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.37.1",
"@graasp/translations": "1.39.0",
"@graasp/ui": "5.2.1",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.170",
Expand Down Expand Up @@ -85,19 +85,19 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@cypress/code-coverage": "3.13.1",
"@cypress/code-coverage": "3.13.4",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.16.5",
"@types/react": "^18.3.7",
"@types/node": "20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.12.2",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react": "4.3.1",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitejs/plugin-react": "4.3.2",
"concurrently": "9.0.1",
"cypress": "13.15.0",
"cypress-vite": "1.5.0",
Expand All @@ -112,7 +112,7 @@
"prettier": "3.3.3",
"standard-version": "9.5.0",
"typescript": "5.6.2",
"vite": "5.4.6",
"vite": "5.4.8",
"vite-plugin-checker": "0.8.0",
"vite-plugin-istanbul": "6.0.2"
},
Expand Down
Loading

0 comments on commit 3130492

Please sign in to comment.