Skip to content

Commit

Permalink
Merge branch 'main' of github.com:graasp/graasp-app-name-the-frame in…
Browse files Browse the repository at this point in the history
…to 45-add-label-step
  • Loading branch information
LinaYahya committed Jul 17, 2024
2 parents 6cd6721 + 42aad98 commit 72df76f
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 226 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@graasp/sdk": "4.12.2",
"@graasp/translations": "^1.28.0",
"@graasp/ui": "4.17.1",
"@mui/icons-material": "5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@mui/icons-material": "5.16.1",
"@mui/lab": "5.0.0-alpha.172",
"@mui/material": "5.16.1",
"@sentry/react": "7.118.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.14.9",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@uppy/core": "^3.11.3",
Expand All @@ -36,10 +36,10 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draggable": "^4.4.6",
"react-i18next": "14.1.2",
"react-i18next": "14.1.3",
"react-toastify": "10.0.5",
"react-zoom-pan-pinch": "^3.6.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"scripts": {
"dev": "yarn vite",
Expand All @@ -66,16 +66,16 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cypress/code-coverage": "3.12.39",
"@cypress/code-coverage": "3.12.42",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/i18n": "0.13.12",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react": "^4.2.1",
"axios": "1.7.2",
"concurrently": "8.2.2",
"cypress": "13.12.0",
"cypress": "13.13.1",
"env-cmd": "10.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -93,10 +93,10 @@
"miragejs": "^0.1.48",
"nock": "^13.5.3",
"nyc": "15.1.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"uuid": "9.0.1",
"vite": "^5.1.3",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-checker": "^0.7.0",
"vite-plugin-istanbul": "^6.0.0"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 72df76f

Please sign in to comment.