Skip to content

Commit f80f5f9

Browse files
committed
chore: update deps
1 parent d6fb5a7 commit f80f5f9

File tree

2 files changed

+405
-262
lines changed

2 files changed

+405
-262
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"dependencies": {
1313
"@codemirror/lang-java": "6.0.1",
1414
"@codemirror/lang-javascript": "6.1.1",
15-
"@codemirror/lang-python": "6.0.4",
15+
"@codemirror/lang-python": "6.1.0",
1616
"@emotion/react": "11.10.5",
1717
"@emotion/styled": "11.10.5",
18-
"@fortawesome/fontawesome-svg-core": "6.2.0",
19-
"@fortawesome/free-regular-svg-icons": "6.2.0",
20-
"@fortawesome/free-solid-svg-icons": "6.2.0",
18+
"@fortawesome/fontawesome-svg-core": "6.2.1",
19+
"@fortawesome/free-regular-svg-icons": "6.2.1",
20+
"@fortawesome/free-solid-svg-icons": "6.2.1",
2121
"@fortawesome/react-fontawesome": "latest",
2222
"@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#v0",
2323
"@graasp/pyodide": "github:spaenleh/graasp-pyodide",
2424
"@graasp/sdk": "github:graasp/graasp-sdk",
2525
"@graasp/ui": "github:graasp/graasp-ui",
26-
"@mui/icons-material": "5.10.9",
26+
"@mui/icons-material": "5.10.14",
2727
"@mui/lab": "5.0.0-alpha.84",
28-
"@mui/material": "5.10.11",
29-
"@sentry/react": "7.17.1",
30-
"@sentry/tracing": "7.17.1",
28+
"@mui/material": "5.10.14",
29+
"@sentry/react": "7.20.1",
30+
"@sentry/tracing": "7.20.1",
3131
"@types/node": "17.0.45",
3232
"@types/react": "18.0.24",
3333
"@types/react-dom": "18.0.8",
34-
"@uiw/react-codemirror": "4.12.4",
34+
"@uiw/react-codemirror": "4.15.1",
3535
"@uppy/core": "^3.0.4",
3636
"@uppy/dashboard": "^3.2.0",
3737
"@uppy/drag-drop": "^3.0.1",
@@ -41,7 +41,7 @@
4141
"@uppy/xhr-upload": "^3.0.4",
4242
"date-fns": "2.29.3",
4343
"file-saver": "^2.0.5",
44-
"i18next": "22.0.3",
44+
"i18next": "22.0.6",
4545
"immutable": "4.1.0",
4646
"lodash.countby": "4.6.0",
4747
"lodash.isequal": "4.5.0",
@@ -55,12 +55,12 @@
5555
"react-i18next": "12.0.0",
5656
"react-markdown": "8.0.3",
5757
"react-mde": "12.0.8",
58-
"react-router-dom": "6.4.2",
58+
"react-router-dom": "6.4.3",
5959
"react-scripts": "5.0.1",
60-
"react-toastify": "9.0.8",
60+
"react-toastify": "9.1.1",
6161
"remark-breaks": "3.0.2",
6262
"remark-gfm": "3.0.1",
63-
"typescript": "4.8.4"
63+
"typescript": "4.9.3"
6464
},
6565
"scripts": {
6666
"start": "env-cmd -f ./.env.local react-scripts -r @cypress/instrument-cra start",
@@ -87,8 +87,8 @@
8787
"release:major": "standard-version -a --release-as major"
8888
},
8989
"devDependencies": {
90-
"@commitlint/cli": "17.1.2",
91-
"@commitlint/config-conventional": "17.1.0",
90+
"@commitlint/cli": "17.2.0",
91+
"@commitlint/config-conventional": "17.2.0",
9292
"@cypress/code-coverage": "3.10.0",
9393
"@cypress/instrument-cra": "1.4.0",
9494
"@trivago/prettier-plugin-sort-imports": "3.4.0",
@@ -99,10 +99,10 @@
9999
"@types/lodash.isobject": "3.0.7",
100100
"@types/lodash.isstring": "4.0.7",
101101
"@types/uuid": "8.3.4",
102-
"@typescript-eslint/eslint-plugin": "5.41.0",
103-
"@typescript-eslint/parser": "5.41.0",
104-
"concurrently": "7.5.0",
105-
"cypress": "11.0.1",
102+
"@typescript-eslint/eslint-plugin": "5.43.0",
103+
"@typescript-eslint/parser": "5.43.0",
104+
"concurrently": "7.6.0",
105+
"cypress": "11.1.0",
106106
"env-cmd": "10.1.0",
107107
"eslint": "8.26.0",
108108
"eslint-config-airbnb": "19.0.4",
@@ -115,7 +115,7 @@
115115
"eslint-plugin-prettier": "4.2.1",
116116
"eslint-plugin-react": "^7.21.1",
117117
"eslint-plugin-react-hooks": "4.6.0",
118-
"husky": "8.0.1",
118+
"husky": "8.0.2",
119119
"nyc": "15.1.0",
120120
"prettier": "2.7.1",
121121
"pretty-quick": "3.1.3",

0 commit comments

Comments
 (0)