|
23 | 23 | "@fortawesome/free-regular-svg-icons": "6.5.1", |
24 | 24 | "@fortawesome/free-solid-svg-icons": "6.5.1", |
25 | 25 | "@fortawesome/react-fontawesome": "0.2.0", |
26 | | - "@graasp/apps-query-client": "3.4.3", |
| 26 | + "@graasp/apps-query-client": "3.4.8", |
27 | 27 | "@graasp/pyodide": "github:graasp/graasp-pyodide", |
28 | | - "@graasp/sdk": "3.3.0", |
| 28 | + "@graasp/sdk": "4.1.0", |
29 | 29 | "@graasp/ui": "4.1.1", |
30 | 30 | "@mui/icons-material": "5.15.1", |
31 | 31 | "@mui/lab": "5.0.0-alpha.134", |
|
53 | 53 | "lodash.isequal": "4.5.0", |
54 | 54 | "lodash.isobject": "3.0.2", |
55 | 55 | "lodash.isstring": "4.0.1", |
| 56 | + "lodash.orderby": "4.6.0", |
| 57 | + "lodash.sumby": "4.6.0", |
56 | 58 | "prism-react-renderer": "2.3.1", |
57 | 59 | "react": "18.2.0", |
| 60 | + "react-csv": "2.2.2", |
58 | 61 | "react-diff-viewer": "3.1.1", |
59 | 62 | "react-dom": "18.2.0", |
60 | 63 | "react-i18next": "13.5.0", |
61 | 64 | "react-markdown": "9.0.1", |
62 | 65 | "react-mde": "12.0.8", |
63 | 66 | "react-router-dom": "6.21.0", |
| 67 | + "react-sparklines": "1.7.0", |
| 68 | + "react-syntax-highlighter": "15.5.0", |
64 | 69 | "react-toastify": "9.1.3", |
65 | 70 | "remark-breaks": "4.0.0", |
66 | 71 | "remark-gfm": "4.0.0", |
|
98 | 103 | "@trivago/prettier-plugin-sort-imports": "4.3.0", |
99 | 104 | "@types/file-saver": "^2.0.7", |
100 | 105 | "@types/i18n": "0.13.10", |
101 | | - "@types/lodash.countby": "4.6.9", |
| 106 | + "@types/lodash.countby": "^4", |
102 | 107 | "@types/lodash.isequal": "4.5.8", |
103 | 108 | "@types/lodash.isobject": "3.0.9", |
104 | 109 | "@types/lodash.isstring": "4.0.9", |
| 110 | + "@types/lodash.orderby": "^4", |
| 111 | + "@types/lodash.sumby": "4.6.9", |
| 112 | + "@types/react-csv": "1.1.10", |
| 113 | + "@types/react-sparklines": "^1", |
| 114 | + "@types/react-syntax-highlighter": "^15", |
105 | 115 | "@types/uuid": "9.0.7", |
106 | 116 | "@typescript-eslint/eslint-plugin": "6.15.0", |
107 | 117 | "@typescript-eslint/parser": "6.15.0", |
|
151 | 161 | ] |
152 | 162 | }, |
153 | 163 | "resolutions": { |
154 | | - "@codemirror/state": "6.3.3" |
| 164 | + "@codemirror/state": "6.3.3", |
| 165 | + "react": "18.2.0", |
| 166 | + "react-dom": "18.2.0", |
| 167 | + "@types/react": "18.2.60", |
| 168 | + "@types/react-dom": "18.2.19" |
155 | 169 | }, |
156 | 170 | "packageManager": "[email protected]", |
157 | 171 | "msw": { |
|
0 commit comments