Skip to content

Commit

Permalink
fix: update deps (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Oct 30, 2024
1 parent 972cc3c commit 0a322f2
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 503 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@graasp/query-client": "5.0.0",
"@graasp/sdk": "github:graasp/graasp-sdk#fix-lang",
"@graasp/query-client": "5.1.0",
"@graasp/sdk": "4.33.2",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.40.0",
"@graasp/ui": "5.4.0",
"@mui/icons-material": "6.1.5",
"@mui/lab": "6.0.0-beta.13",
"@mui/material": "6.1.5",
"@tanstack/react-router": "1.76.1",
"@tanstack/router-devtools": "1.76.1",
"@tanstack/router-zod-adapter": "1.76.1",
"@mui/icons-material": "6.1.6",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.6",
"@tanstack/react-router": "1.77.8",
"@tanstack/router-devtools": "1.77.8",
"@tanstack/router-zod-adapter": "1.77.8",
"axios": "1.7.7",
"date-fns": "4.1.0",
"http-status-codes": "2.3.0",
"i18next": "23.16.3",
"i18next": "23.16.4",
"lodash.truncate": "4.4.2",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
Expand All @@ -42,7 +42,7 @@
"react-toastify": "10.0.6",
"social-links": "1.14.0",
"stylis": "4.3.4",
"uuid": "10.0.0",
"uuid": "11.0.2",
"zod": "3.23.8"
},
"scripts": {
Expand Down Expand Up @@ -83,10 +83,10 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@cypress/code-coverage": "3.13.4",
"@eslint-react/eslint-plugin": "1.15.0",
"@eslint/compat": "1.2.1",
"@tanstack/router-plugin": "1.76.0",
"@cypress/code-coverage": "3.13.5",
"@eslint-react/eslint-plugin": "1.15.2",
"@eslint/compat": "1.2.2",
"@tanstack/router-plugin": "1.77.7",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
Expand All @@ -95,20 +95,20 @@
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/stylis": "4.2.6",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "4.3.3",
"concurrently": "9.0.1",
"cypress": "13.15.0",
"cypress": "13.15.1",
"env-cmd": "10.1.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.13",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.11.0",
"husky": "9.1.6",
"nyc": "17.1.0",
Expand Down
Loading

0 comments on commit 0a322f2

Please sign in to comment.