Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Feb 1, 2024
1 parent 8a09638 commit e3e044a
Show file tree
Hide file tree
Showing 2 changed files with 1,495 additions and 1,912 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"homepage": ".",
"type": "module",
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@graasp/apps-query-client": "3.4.1",
"@graasp/sdk": "3.3.0",
"@graasp/ui": "4.1.1",
"@mui/icons-material": "5.15.4",
"@graasp/sdk": "3.6.0",
"@graasp/ui": "4.5.1",
"@mui/icons-material": "5.15.7",
"@mui/lab": "5.0.0-alpha.160",
"@mui/material": "5.15.4",
"@sentry/react": "7.93.0",
"@mui/material": "5.15.7",
"@sentry/react": "7.99.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.10.8",
"@types/react": "18.2.48",
"@types/node": "20.11.15",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"i18next": "23.7.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-toastify": "9.1.3",
"react-toastify": "10.0.4",
"typescript": "5.3.3"
},
"scripts": {
Expand All @@ -53,18 +53,18 @@
"cov:report": "open ./coverage/lcov-report/index.html"
},
"devDependencies": {
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@cypress/code-coverage": "3.12.18",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@cypress/code-coverage": "3.12.19",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/i18n": "0.13.10",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "0.27.2",
"axios": "1.6.7",
"concurrently": "8.2.2",
"cypress": "13.6.2",
"cypress": "13.6.4",
"env-cmd": "10.1.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -78,14 +78,14 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"husky": "9.0.9",
"miragejs": "^0.1.48",
"nock": "^13.4.0",
"nock": "^13.5.1",
"nyc": "15.1.0",
"prettier": "3.1.1",
"prettier": "3.2.4",
"uuid": "9.0.1",
"vite": "^5.0.6",
"vite-plugin-checker": "^0.6.2",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-istanbul": "^5.0.0"
},
"browserslist": {
Expand Down
Loading

0 comments on commit e3e044a

Please sign in to comment.