|
12 | 12 | "dependencies": { |
13 | 13 | "@codemirror/lang-java": "6.0.1", |
14 | 14 | "@codemirror/lang-javascript": "6.1.1", |
15 | | - "@codemirror/lang-python": "6.0.4", |
| 15 | + "@codemirror/lang-python": "6.1.0", |
16 | 16 | "@emotion/react": "11.10.5", |
17 | 17 | "@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", |
21 | 21 | "@fortawesome/react-fontawesome": "latest", |
22 | 22 | "@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#v0", |
23 | 23 | "@graasp/pyodide": "github:spaenleh/graasp-pyodide", |
24 | 24 | "@graasp/sdk": "github:graasp/graasp-sdk", |
25 | 25 | "@graasp/ui": "github:graasp/graasp-ui", |
26 | | - "@mui/icons-material": "5.10.9", |
| 26 | + "@mui/icons-material": "5.10.14", |
27 | 27 | "@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", |
31 | 31 | "@types/node": "17.0.45", |
32 | 32 | "@types/react": "18.0.24", |
33 | 33 | "@types/react-dom": "18.0.8", |
34 | | - "@uiw/react-codemirror": "4.12.4", |
| 34 | + "@uiw/react-codemirror": "4.15.1", |
35 | 35 | "@uppy/core": "^3.0.4", |
36 | 36 | "@uppy/dashboard": "^3.2.0", |
37 | 37 | "@uppy/drag-drop": "^3.0.1", |
|
41 | 41 | "@uppy/xhr-upload": "^3.0.4", |
42 | 42 | "date-fns": "2.29.3", |
43 | 43 | "file-saver": "^2.0.5", |
44 | | - "i18next": "22.0.3", |
| 44 | + "i18next": "22.0.6", |
45 | 45 | "immutable": "4.1.0", |
46 | 46 | "lodash.countby": "4.6.0", |
47 | 47 | "lodash.isequal": "4.5.0", |
|
55 | 55 | "react-i18next": "12.0.0", |
56 | 56 | "react-markdown": "8.0.3", |
57 | 57 | "react-mde": "12.0.8", |
58 | | - "react-router-dom": "6.4.2", |
| 58 | + "react-router-dom": "6.4.3", |
59 | 59 | "react-scripts": "5.0.1", |
60 | | - "react-toastify": "9.0.8", |
| 60 | + "react-toastify": "9.1.1", |
61 | 61 | "remark-breaks": "3.0.2", |
62 | 62 | "remark-gfm": "3.0.1", |
63 | | - "typescript": "4.8.4" |
| 63 | + "typescript": "4.9.3" |
64 | 64 | }, |
65 | 65 | "scripts": { |
66 | 66 | "start": "env-cmd -f ./.env.local react-scripts -r @cypress/instrument-cra start", |
|
87 | 87 | "release:major": "standard-version -a --release-as major" |
88 | 88 | }, |
89 | 89 | "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", |
92 | 92 | "@cypress/code-coverage": "3.10.0", |
93 | 93 | "@cypress/instrument-cra": "1.4.0", |
94 | 94 | "@trivago/prettier-plugin-sort-imports": "3.4.0", |
|
99 | 99 | "@types/lodash.isobject": "3.0.7", |
100 | 100 | "@types/lodash.isstring": "4.0.7", |
101 | 101 | "@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", |
106 | 106 | "env-cmd": "10.1.0", |
107 | 107 | "eslint": "8.26.0", |
108 | 108 | "eslint-config-airbnb": "19.0.4", |
|
115 | 115 | "eslint-plugin-prettier": "4.2.1", |
116 | 116 | "eslint-plugin-react": "^7.21.1", |
117 | 117 | "eslint-plugin-react-hooks": "4.6.0", |
118 | | - "husky": "8.0.1", |
| 118 | + "husky": "8.0.2", |
119 | 119 | "nyc": "15.1.0", |
120 | 120 | "prettier": "2.7.1", |
121 | 121 | "pretty-quick": "3.1.3", |
|
0 commit comments