Skip to content

Commit

Permalink
fix: upgrade deps (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 4, 2023
1 parent bfbf2d6 commit bd19680
Show file tree
Hide file tree
Showing 9 changed files with 4,482 additions and 4,828 deletions.
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
checksumBehavior: update

compressionLevel: mixed

defaultSemverRangePrefix: ""

nodeLinker: node-modules
enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
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 @@ -19,8 +20,7 @@ export default defineConfig({
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
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;
},
baseUrl: `http://localhost:${process.env.VITE_PORT || 3333}`,
Expand Down
5 changes: 4 additions & 1 deletion cypress/support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ declare global {
// TODO
setUpApi(args?: any): any;

fillBaseItemModal({ name = '' }, args?: { confirm?: boolean }): void;
fillBaseItemModal(
item: { name?: string },
options?: { confirm?: boolean },
): void;
}
}
}
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"engines": {
"node": ">=18"
},
"type": "module",
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
Expand All @@ -21,10 +22,10 @@
"@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",
"@uppy/core": "3.3.1",
"@uppy/dashboard": "3.4.2",
"@uppy/drag-drop": "3.0.2",
Expand Down Expand Up @@ -58,8 +59,8 @@
"react-qr-code": "2.0.12",
"react-query": "3.39.3",
"react-quill": "2.0.0",
"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",
"short-uuid": "4.2.2",
"stylis": "4.3.0",
Expand Down Expand Up @@ -105,33 +106,33 @@
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@cypress/code-coverage": "3.12.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@cypress/code-coverage": "3.12.12",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jest": "29.5.8",
"@types/jest": "29.5.10",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.groupby": "4.6.9",
"@types/lodash.isequal": "4.5.8",
"@types/lodash.partition": "4.6.9",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.9.0",
"@types/papaparse": "5.3.11",
"@types/node": "20.10.1",
"@types/papaparse": "5.3.14",
"@types/qs": "6.9.10",
"@types/react": "18.2.37",
"@types/react-csv": "1.1.8",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.39",
"@types/react-csv": "1.1.9",
"@types/react-dom": "18.2.17",
"@types/uuid": "9.0.7",
"@types/validator": "13.11.6",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react": "4.1.1",
"@types/validator": "13.11.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react": "4.2.0",
"concurrently": "8.2.2",
"cypress": "13.5.1",
"cypress": "13.6.0",
"cypress-localstorage-commands": "2.2.5",
"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 @@ -142,11 +143,11 @@
"husky": "8.0.3",
"nyc": "15.1.0",
"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"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit bd19680

Please sign in to comment.