Skip to content
This repository has been archived by the owner on Nov 28, 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 Sep 13, 2024
1 parent 6b1cbec commit 7d5c98b
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 252 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@emotion/styled": "11.13.0",
"@graasp/chatbox": "3.2.1",
"@graasp/query-client": "3.22.3",
"@graasp/sdk": "4.27.0",
"@graasp/sdk": "4.28.0",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.36.0",
"@graasp/ui": "4.27.0",
"@graasp/translations": "1.37.0",
"@graasp/ui": "5.0.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
Expand All @@ -52,7 +52,7 @@
"katex": "0.16.11",
"lodash.isarray": "4.0.0",
"lodash.truncate": "4.4.2",
"lucide-react": "0.440.0",
"lucide-react": "0.441.0",
"react": "18.3.1",
"react-accessible-treeview": "2.9.1",
"react-dom": "18.3.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"commitlint": "19.5.0",
"concurrently": "9.0.0",
"concurrently": "9.0.1",
"cypress": "13.14.2",
"cypress-iframe": "1.0.1",
"cypress-vite": "1.5.0",
Expand All @@ -95,17 +95,17 @@
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"http-status-codes": "2.3.0",
"husky": "9.1.5",
"husky": "9.1.6",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.6.2",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-istanbul": "6.0.2",
"vitest": "2.0.5"
"vitest": "2.1.0"
},
"packageManager": "yarn@4.4.1"
}
Loading

0 comments on commit 7d5c98b

Please sign in to comment.