Skip to content

Commit

Permalink
fix: upgrade deps (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 1, 2023
1 parent bdd3a4a commit cf58374
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 543 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import setupCoverage from '@cypress/code-coverage/task';
import { defineConfig } from 'cypress';

export default defineConfig({
Expand All @@ -22,8 +23,7 @@ export default defineConfig({
e2e: {
baseUrl: `http://localhost:${process.env.VITE_PORT || 3112}`,
setupNodeEvents(on, config) {
// eslint-disable-next-line @typescript-eslint/no-var-requires, global-require
require('@cypress/code-coverage/task')(on, config);
setupCoverage(on, config);
return config;
},
},
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Alexandre Chau",
"Julien Torrent"
],
"type": "module",
"scripts": {
"dev": "vite",
"start": "yarn dev",
Expand Down Expand Up @@ -39,43 +40,43 @@
"@graasp/sdk": "3.3.0",
"@graasp/translations": "1.21.0",
"@graasp/ui": "4.1.0",
"@mui/icons-material": "5.14.18",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.18",
"@sentry/react": "7.80.1",
"@mui/material": "5.14.19",
"@sentry/react": "7.84.0",
"i18next": "23.7.6",
"lodash.truncate": "4.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-i18next": "13.5.0",
"react-intersection-observer": "9.5.3",
"react-router": "6.18.0",
"react-router-dom": "6.18.0",
"react-router": "6.20.0",
"react-router-dom": "6.20.0",
"react-toastify": "9.1.3",
"stylis": "4.3.0",
"stylis-plugin-rtl": "2.1.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@commitlint/config-conventional": "18.4.2",
"@cypress/code-coverage": "3.12.10",
"@commitlint/config-conventional": "18.4.3",
"@cypress/code-coverage": "3.12.12",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/lodash.truncate": "^4.4.9",
"@types/node": "^18.18.9",
"@types/react": "18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "^18.2.17",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react": "^4.1.1",
"commitlint": "18.4.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"commitlint": "18.4.3",
"concurrently": "8.2.2",
"cypress": "13.5.1",
"cypress": "13.6.0",
"cypress-iframe": "1.0.1",
"cypress-vite": "1.4.2",
"cypress-vite": "1.5.0",
"env-cmd": "10.1.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -86,9 +87,9 @@
"http-status-codes": "2.3.0",
"husky": "8.0.3",
"prettier": "3.1.0",
"rollup-plugin-visualizer": "5.9.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"rollup-plugin-visualizer": "5.9.3",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-istanbul": "5.0.0"
},
Expand Down
Loading

0 comments on commit cf58374

Please sign in to comment.