Skip to content

Commit

Permalink
fix: upgrade all deps (#263)
Browse files Browse the repository at this point in the history
* fix: remove unused deps

* fix: remove require
  • Loading branch information
spaenleh authored Jan 15, 2024
1 parent 0eecfee commit bcabf0b
Show file tree
Hide file tree
Showing 6 changed files with 1,071 additions and 2,675 deletions.
File renamed without changes.
10 changes: 0 additions & 10 deletions config-overrides.js

This file was deleted.

21 changes: 11 additions & 10 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { defineConfig } from 'cypress'
import setupCodeCoverage from '@cypress/code-coverage/task';
import { defineConfig } from 'cypress';

export default defineConfig({
video: false,
retries: {
runMode: 2,
},
chromeWebSecurity: false,
e2e: { env: {
API_HOST: process.env.VITE_GRAASP_API_HOST,
ENABLE_MOCK_API: process.env.VITE_GRAASP_ENABLE_MOCK_API,
},
e2e: {
env: {
API_HOST: process.env.VITE_GRAASP_API_HOST,
ENABLE_MOCK_API: process.env.VITE_GRAASP_ENABLE_MOCK_API,
},
setupNodeEvents(on, config) {
// implement node event listeners here
// eslint-disable-next-line @typescript-eslint/no-var-requires, import/no-extraneous-dependencies, global-require
require('@cypress/code-coverage/task')(on, config);
return config
setupCodeCoverage(on, config);
return config;
},
baseUrl: `http://localhost:${process.env.VITE_PORT}`,
}
})
},
});
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"private": true,
"author": "Graasp",
"engines": {
"node": ">=18"
"node": ">=20"
},
"type": "module",
"contributors": [
"Hagop Taminian",
"Juan Carlos Farah",
Expand All @@ -15,19 +16,19 @@
],
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "2.0.3",
"@graasp/sdk": "3.0.1",
"@graasp/translations": "1.20.1",
"@graasp/ui": "4.1.0",
"@mui/icons-material": "5.14.18",
"@graasp/query-client": "2.2.1",
"@graasp/sdk": "3.3.0",
"@graasp/translations": "1.22.0",
"@graasp/ui": "4.2.0",
"@mui/icons-material": "5.15.4",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "5.14.18",
"@sentry/react": "7.84.0",
"@mui/material": "5.15.4",
"@sentry/react": "7.93.0",
"google-map-react": "2.2.1",
"http-status-codes": "2.3.0",
"i18next": "23.7.6",
"i18next": "23.7.11",
"lodash.capitalize": "4.2.1",
"lodash.countby": "4.6.0",
"lodash.groupby": "4.6.0",
Expand All @@ -38,11 +39,11 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-i18next": "13.4.1",
"react-router-dom": "6.18.0",
"react-i18next": "13.5.0",
"react-router-dom": "6.21.1",
"react-toastify": "9.1.3",
"recharts": "2.9.3",
"stylis": "4.3.0",
"recharts": "2.10.4",
"stylis": "4.3.1",
"stylis-plugin-rtl": "2.1.1",
"supercluster": "8.0.1",
"use-supercluster": "0.4.0",
Expand Down Expand Up @@ -85,40 +86,39 @@
]
},
"devDependencies": {
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@cypress/code-coverage": "3.12.9",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@cypress/code-coverage": "3.12.18",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/google-map-react": "2.1.10",
"@types/jest": "29.5.8",
"@types/lodash.capitalize": "4.2.9",
"@types/lodash.countby": "4.6.9",
"@types/lodash.groupby": "4.6.9",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react": "4.1.1",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react": "4.2.1",
"cross-env": "7.0.3",
"cypress": "13.5.1",
"cypress": "13.6.2",
"env-cmd": "10.1.0",
"eslint": "8.53.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "8.0.3",
"istanbul-lib-coverage": "3.2.2",
"nyc": "15.1.0",
"prettier": "3.1.0",
"rollup-plugin-visualizer": "5.9.2",
"typescript": "5.2.2",
"vite": "4.5.0",
"prettier": "3.1.1",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite-plugin-checker": "0.6.2",
"vite-plugin-istanbul": "5.0.0"
},
Expand Down
5 changes: 0 additions & 5 deletions src/setupTests.js

This file was deleted.

Loading

0 comments on commit bcabf0b

Please sign in to comment.