Skip to content

Commit

Permalink
fix: udpate ui (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Aug 21, 2024
1 parent f9dc16d commit 1344fef
Show file tree
Hide file tree
Showing 2 changed files with 920 additions and 1,174 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,59 +33,59 @@
"cypress:run": "env-cmd -f ./.env.test cypress run --browser chrome"
},
"dependencies": {
"@emotion/cache": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@graasp/chatbox": "3.1.0",
"@graasp/query-client": "3.16.0",
"@graasp/sdk": "4.23.0",
"@graasp/translations": "1.32.0",
"@graasp/ui": "4.24.0",
"@mui/icons-material": "5.16.4",
"@graasp/query-client": "3.22.0",
"@graasp/sdk": "4.25.1",
"@graasp/translations": "1.35.0",
"@graasp/ui": "4.25.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.4",
"@sentry/react": "7.118.0",
"@mui/material": "5.16.7",
"@sentry/react": "7.119.0",
"classnames": "2.5.1",
"date-fns": "3.6.0",
"i18next": "23.12.2",
"i18next": "23.14.0",
"katex": "0.16.11",
"lodash.isarray": "4.0.0",
"lodash.truncate": "4.4.2",
"lucide-react": "0.414.0",
"lucide-react": "0.429.0",
"react": "18.3.1",
"react-accessible-treeview": "2.9.1",
"react-dom": "18.3.1",
"react-fullscreen-crossbrowser": "1.1.3",
"react-ga4": "2.1.0",
"react-helmet": "6.1.0",
"react-i18next": "15.0.0",
"react-i18next": "15.0.1",
"react-intersection-observer": "9.13.0",
"react-quill": "2.0.0",
"react-router": "6.25.1",
"react-router-dom": "6.25.1",
"react-router": "6.26.1",
"react-router-dom": "6.26.1",
"react-toastify": "10.0.5",
"stylis": "4.3.2",
"stylis-plugin-rtl": "2.1.1",
"uuid": "10.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "19.2.2",
"@cypress/code-coverage": "3.12.44",
"@cypress/code-coverage": "3.12.45",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/katex": "^0.16.7",
"@types/lodash.isarray": "^4.0.9",
"@types/lodash.truncate": "^4.4.9",
"@types/node": "^20.14.11",
"@types/react": "18.3.3",
"@types/node": "^20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"commitlint": "19.3.0",
"commitlint": "19.4.0",
"concurrently": "8.2.2",
"cypress": "13.13.1",
"cypress": "13.13.3",
"cypress-iframe": "1.0.1",
"cypress-vite": "1.5.0",
"env-cmd": "10.1.0",
Expand All @@ -98,14 +98,14 @@
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"http-status-codes": "2.3.0",
"husky": "9.1.1",
"husky": "9.1.5",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.5.4",
"vite": "5.3.4",
"vite": "5.4.2",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-istanbul": "6.0.2",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 1344fef

Please sign in to comment.