Skip to content

Commit

Permalink
fix: update dependencies (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jul 24, 2024
1 parent 8190b89 commit f2096e6
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 309 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.(spec|cy).js\""
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/cache": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.5",
"@graasp/query-client": "3.15.2",
"@graasp/sdk": "4.17.0",
"@emotion/styled": "11.13.0",
"@graasp/query-client": "3.17.0",
"@graasp/sdk": "4.21.0",
"@graasp/translations": "1.32.0",
"@graasp/ui": "4.21.0",
"@mui/icons-material": "5.15.21",
"@mui/icons-material": "5.16.4",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.21",
"@mui/material": "5.16.4",
"@sentry/nextjs": "7.118.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"date-fns": "3.6.0",
"eslint-config-next": "14.2.5",
"http-status-codes": "2.3.0",
"i18next": "23.12.1",
"i18next": "23.12.2",
"interweave": "13.1.0",
"katex": "0.16.11",
"lodash.groupby": "4.6.0",
Expand All @@ -60,9 +60,9 @@
"react-dom": "18.3.1",
"react-ga4": "2.1.0",
"react-helmet": "6.1.0",
"react-i18next": "14.1.2",
"react-i18next": "15.0.0",
"react-quill": "2.0.0",
"react-router-dom": "6.24.1",
"react-router-dom": "6.25.1",
"react-toastify": "10.0.5",
"social-links": "1.14.0",
"stylis": "4.3.2",
Expand All @@ -72,19 +72,19 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cypress/code-coverage": "3.12.40",
"@cypress/code-coverage": "3.12.44",
"@types/katex": "^0.16.7",
"@types/lodash.groupby": "4.6.9",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "6.1.11",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"concurrently": "8.2.2",
"cypress": "13.13.0",
"cypress": "13.13.1",
"env-cmd": "10.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -93,15 +93,15 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-app": "6.2.2",
"husky": "9.0.11",
"husky": "9.1.1",
"nyc": "17.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"react-query": "3.39.3",
"standard-version": "9.5.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"wait-on": "7.2.0"
},
"nyc": {
Expand Down
Loading

0 comments on commit f2096e6

Please sign in to comment.