Skip to content

Commit

Permalink
fix: upgrade deps (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Nov 16, 2023
1 parent 04c1af5 commit 1ce60f8
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 561 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graasp/chatbox": "3.0.0",
"@graasp/query-client": "2.0.2",
"@graasp/sdk": "2.0.1",
"@graasp/translations": "1.19.4",
"@graasp/ui": "4.0.0",
"@mui/icons-material": "5.14.16",
"@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",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@sentry/react": "7.74.1",
"@mui/material": "5.14.18",
"@sentry/react": "7.80.1",
"@uppy/core": "3.3.1",
"@uppy/dashboard": "3.4.2",
"@uppy/drag-drop": "3.0.2",
Expand All @@ -36,7 +36,7 @@
"@uppy/xhr-upload": "3.3.1",
"ag-grid-community": "29.3.5",
"ag-grid-react": "29.3.5",
"axios": "1.5.0",
"axios": "1.6.2",
"date-fns": "2.30.0",
"filesize": "10.1.0",
"http-status-codes": "2.3.0",
Expand All @@ -52,13 +52,13 @@
"react-csv": "2.2.2",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-i18next": "13.3.1",
"react-i18next": "13.5.0",
"react-image-crop": "9.1.1",
"react-qr-code": "2.0.12",
"react-query": "3.39.3",
"react-quill": "2.0.0",
"react-router": "6.17.0",
"react-router-dom": "6.17.0",
"react-router": "6.18.0",
"react-router-dom": "6.18.0",
"react-toastify": "9.1.3",
"short-uuid": "4.2.2",
"stylis": "4.3.0",
Expand Down Expand Up @@ -102,34 +102,34 @@
]
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@cypress/code-coverage": "3.12.4",
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@cypress/code-coverage": "3.12.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/jest": "29.5.6",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jest": "29.5.8",
"@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.8.7",
"@types/papaparse": "5.3.10",
"@types/qs": "6.9.9",
"@types/react": "18.2.31",
"@types/react-csv": "1.1.7",
"@types/react-dom": "18.2.14",
"@types/uuid": "9.0.6",
"@types/validator": "13.11.5",
"@types/node": "20.9.0",
"@types/papaparse": "5.3.11",
"@types/qs": "6.9.10",
"@types/react": "18.2.37",
"@types/react-csv": "1.1.8",
"@types/react-dom": "18.2.15",
"@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.0",
"@vitejs/plugin-react": "4.1.1",
"concurrently": "8.2.2",
"cypress": "13.3.2",
"cypress-localstorage-commands": "2.2.4",
"cypress": "13.5.1",
"cypress-localstorage-commands": "2.2.5",
"env-cmd": "10.1.0",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -139,7 +139,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"nyc": "15.1.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"rollup-plugin-visualizer": "5.9.2",
"typescript": "5.2.2",
"vite": "4.5.0",
Expand Down
Loading

0 comments on commit 1ce60f8

Please sign in to comment.