Skip to content

Commit

Permalink
fix: upgrade deps (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 4, 2023
1 parent 29f2656 commit 9b03c15
Show file tree
Hide file tree
Showing 4 changed files with 886 additions and 2,739 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "2.0.2",
"@graasp/sdk": "2.1.0",
"@graasp/translations": "1.19.4",
"@graasp/ui": "4.0.1",
"@mui/icons-material": "5.14.3",
"@graasp/query-client": "2.1.0",
"@graasp/sdk": "3.3.0",
"@graasp/translations": "1.21.0",
"@graasp/ui": "4.1.0",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.140",
"@mui/material": "5.14.5",
"@sentry/nextjs": "7.77.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"http-status-codes": "2.2.0",
"i18next": "23.6.0",
"@mui/material": "5.14.19",
"@sentry/nextjs": "7.84.0",
"@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",
"http-status-codes": "2.3.0",
"i18next": "23.7.6",
"interweave": "13.1.0",
"lodash.groupby": "4.6.0",
"lodash.isobject": "3.0.2",
Expand All @@ -58,48 +58,48 @@
"react-dom": "17.0.2",
"react-ga4": "2.1.0",
"react-helmet": "6.1.0",
"react-i18next": "13.3.1",
"react-router-dom": "6.15.0",
"react-i18next": "13.5.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/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@cypress/code-coverage": "3.11.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@cypress/code-coverage": "3.12.12",
"@types/lodash.groupby": "4.6.9",
"@types/lodash.truncate": "4.4.9",
"@types/luxon": "3.3.2",
"@types/node": "20.9.0",
"@types/react": "17.0.66",
"@types/react-dom": "17.0.20",
"@types/react-helmet": "6.1.6",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"concurrently": "8.2.1",
"cypress": "12.17.4",
"@types/luxon": "3.3.6",
"@types/node": "20.10.1",
"@types/react": "17.0.71",
"@types/react-dom": "17.0.25",
"@types/react-helmet": "6.1.9",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"concurrently": "8.2.2",
"cypress": "13.6.0",
"env-cmd": "10.1.0",
"eslint": "8.47.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-app": "6.2.2",
"husky": "8.0.3",
"nyc": "15.1.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"qs": "6.11.2",
"react-query": "3.39.3",
"standard-version": "9.5.0",
"typescript": "5.1.6",
"wait-on": "7.0.1"
"typescript": "5.3.2",
"wait-on": "7.2.0"
},
"resolutions": {
"@types/react": "17.0.66"
Expand Down
2 changes: 1 addition & 1 deletion src/components/collection/Badges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Badges = ({ name, description }: Props) => {
<IconButton color="primary" onClick={shareOnTwitter}>
<Twitter fontSize={iconSize} />
</IconButton>
<a href={mailString}>
<a href={mailString} aria-label="Send by email">
<IconButton color="primary">
<Email fontSize={iconSize} />
</IconButton>
Expand Down
2 changes: 1 addition & 1 deletion src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
Loading

0 comments on commit 9b03c15

Please sign in to comment.