Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Sep 1, 2023
1 parent 394da4b commit 619bf6b
Show file tree
Hide file tree
Showing 2 changed files with 2,309 additions and 2,821 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.1.9",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/lang-python": "6.1.3",
Expand All @@ -24,27 +24,27 @@
"@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#main",
"@graasp/pyodide": "github:graasp/graasp-pyodide",
"@graasp/sdk": "github:graasp/graasp-sdk#251-fix-use-discriminateditem-instead-of-item-in-types",
"@graasp/ui": "3.3.2",
"@mui/icons-material": "5.14.3",
"@graasp/ui": "3.4.0",
"@mui/icons-material": "5.14.7",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "5.14.5",
"@sentry/react": "7.64.0",
"@mui/material": "5.14.7",
"@sentry/react": "7.66.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@types/node": "17.0.45",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@uiw/react-codemirror": "4.21.9",
"@uppy/core": "^3.1.1",
"@uppy/dashboard": "^3.3.1",
"@uppy/drag-drop": "^3.0.1",
"@uppy/file-input": "^3.0.1",
"@uppy/progress-bar": "^3.0.1",
"@uppy/react": "^3.1.0",
"@uppy/xhr-upload": "^3.1.0",
"@uiw/react-codemirror": "4.21.12",
"@uppy/core": "^3.4.0",
"@uppy/dashboard": "^3.5.1",
"@uppy/drag-drop": "^3.0.3",
"@uppy/file-input": "^3.0.3",
"@uppy/progress-bar": "^3.0.3",
"@uppy/react": "^3.1.3",
"@uppy/xhr-upload": "^3.3.2",
"date-fns": "2.30.0",
"file-saver": "^2.0.5",
"i18next": "23.4.5",
"i18next": "23.4.6",
"immutable": "4.3.2",
"lodash.countby": "4.6.0",
"lodash.isequal": "4.5.0",
Expand All @@ -55,7 +55,7 @@
"react": "18.2.0",
"react-diff-viewer": "3.1.1",
"react-dom": "18.2.0",
"react-i18next": "13.2.0",
"react-i18next": "13.2.1",
"react-markdown": "8.0.7",
"react-mde": "12.0.8",
"react-router-dom": "6.15.0",
Expand All @@ -64,7 +64,7 @@
"remark-breaks": "3.0.3",
"remark-gfm": "3.0.1",
"stylis-plugin-rtl": "2.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"scripts": {
"dev": "yarn vite",
Expand Down Expand Up @@ -98,14 +98,14 @@
"@types/lodash.isequal": "4.5.6",
"@types/lodash.isobject": "3.0.7",
"@types/lodash.isstring": "4.0.7",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/uuid": "9.0.3",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"concurrently": "8.2.1",
"cypress": "12.17.4",
"cypress": "13.1.0",
"env-cmd": "10.1.0",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "7.0.1",
Expand All @@ -118,7 +118,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"nyc": "15.1.0",
"prettier": "3.0.2",
"prettier": "3.0.3",
"uuid": "9.0.0",
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.2",
Expand Down
Loading

0 comments on commit 619bf6b

Please sign in to comment.