|
11 | 11 | "type": "module", |
12 | 12 | "dependencies": { |
13 | 13 | "@codemirror/lang-javascript": "^6.2.2", |
14 | | - "@emotion/react": "11.13.3", |
15 | | - "@emotion/styled": "11.13.0", |
16 | | - "@graasp/apps-query-client": "3.7.0", |
17 | | - "@graasp/sdk": "^4.32.1", |
| 14 | + "@emotion/react": "11.14.0", |
| 15 | + "@emotion/styled": "11.14.0", |
| 16 | + "@graasp/apps-query-client": "3.7.3", |
| 17 | + "@graasp/sdk": "^5.5.0", |
18 | 18 | "@graasp/stylis-plugin-rtl": "^2.2.0", |
19 | | - "@graasp/ui": "5.3.0", |
20 | | - "@mui/icons-material": "5.16.7", |
21 | | - "@mui/lab": "5.0.0-alpha.170", |
22 | | - "@mui/material": "5.16.7", |
23 | | - "@sentry/react": "8.34.0", |
| 19 | + "@graasp/ui": "5.4.7", |
| 20 | + "@mui/icons-material": "6.3.1", |
| 21 | + "@mui/lab": "6.0.0-beta.22", |
| 22 | + "@mui/material": "6.3.1", |
| 23 | + "@sentry/react": "8.47.0", |
24 | 24 | "@tanstack/react-query": "^4.36.1", |
25 | 25 | "@tanstack/react-query-devtools": "^4.36.1", |
26 | | - "@types/node": "20.16.11", |
27 | | - "@types/react": "18.3.11", |
28 | | - "@types/react-dom": "18.3.1", |
| 26 | + "@types/node": "22.10.5", |
| 27 | + "@types/react": "18.3.18", |
| 28 | + "@types/react-dom": "18.3.5", |
29 | 29 | "@types/stopword": "^2.0.3", |
30 | | - "@uiw/react-codemirror": "^4.23.5", |
| 30 | + "@uiw/react-codemirror": "^4.23.7", |
31 | 31 | "date-fns": "^4.1.0", |
32 | 32 | "file-saver": "^2.0.5", |
33 | | - "i18next": "^23.16.0", |
| 33 | + "i18next": "^24.2.0", |
34 | 34 | "lodash.countby": "^4.6.0", |
35 | 35 | "lodash.flatten": "^4.4.0", |
36 | 36 | "lodash.groupby": "^4.6.0", |
37 | | - "lucide-react": "^0.452.0", |
38 | | - "prism-react-renderer": "^2.4.0", |
| 37 | + "lucide-react": "^0.469.0", |
| 38 | + "prism-react-renderer": "^2.4.1", |
39 | 39 | "react": "18.3.1", |
40 | 40 | "react-dom": "18.3.1", |
41 | | - "react-i18next": "^15.0.3", |
42 | | - "react-markdown": "^9.0.1", |
| 41 | + "react-i18next": "^15.4.0", |
| 42 | + "react-markdown": "^9.0.3", |
43 | 43 | "react-mde": "12.0.8", |
44 | | - "react-router-dom": "^6.27.0", |
45 | | - "react-toastify": "10.0.6", |
| 44 | + "react-router-dom": "^6.28.1", |
| 45 | + "react-toastify": "11.0.2", |
46 | 46 | "react-wordcloud": "^1.2.7", |
47 | 47 | "remark-breaks": "^4.0.0", |
48 | 48 | "remark-gfm": "^4.0.0", |
49 | | - "stopword": "^3.1.1", |
| 49 | + "stopword": "^3.1.4", |
50 | 50 | "string-to-color": "^2.2.2", |
51 | | - "typescript": "5.6.3" |
| 51 | + "typescript": "5.7.2" |
52 | 52 | }, |
53 | 53 | "scripts": { |
54 | 54 | "dev": "yarn vite", |
|
73 | 73 | "cov:report": "open ./coverage/lcov-report/index.html" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@commitlint/cli": "19.6.0", |
| 76 | + "@commitlint/cli": "19.6.1", |
77 | 77 | "@commitlint/config-conventional": "19.6.0", |
78 | | - "@cypress/code-coverage": "3.13.4", |
79 | | - "@eslint/compat": "^1.2.0", |
80 | | - "@eslint/eslintrc": "^3.1.0", |
81 | | - "@eslint/js": "^9.12.0", |
82 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 78 | + "@cypress/code-coverage": "3.13.9", |
| 79 | + "@eslint/compat": "^1.2.4", |
| 80 | + "@eslint/eslintrc": "^3.2.0", |
| 81 | + "@eslint/js": "^9.17.0", |
| 82 | + "@trivago/prettier-plugin-sort-imports": "^5.2.1", |
83 | 83 | "@types/file-saver": "^2.0.7", |
84 | 84 | "@types/i18n": "0.13.12", |
85 | 85 | "@types/lodash.countby": "^4.6.9", |
86 | 86 | "@types/lodash.flatten": "^4.4.9", |
87 | 87 | "@types/lodash.groupby": "^4.6.9", |
88 | 88 | "@types/uuid": "10.0.0", |
89 | | - "@typescript-eslint/eslint-plugin": "8.8.1", |
90 | | - "@typescript-eslint/parser": "8.8.1", |
91 | | - "@vitejs/plugin-react": "^4.3.2", |
92 | | - "axios": "1.7.7", |
93 | | - "concurrently": "9.0.1", |
94 | | - "cypress": "13.15.0", |
| 89 | + "@typescript-eslint/eslint-plugin": "8.19.0", |
| 90 | + "@typescript-eslint/parser": "8.19.0", |
| 91 | + "@vitejs/plugin-react": "^4.3.4", |
| 92 | + "axios": "1.7.9", |
| 93 | + "concurrently": "9.1.2", |
| 94 | + "cypress": "13.17.0", |
95 | 95 | "env-cmd": "10.1.0", |
96 | | - "eslint": "^9.12.0", |
| 96 | + "eslint": "^9.17.0", |
97 | 97 | "eslint-config-airbnb": "19.0.4", |
98 | 98 | "eslint-config-airbnb-typescript": "^18.0.0", |
99 | 99 | "eslint-config-prettier": "9.1.0", |
100 | 100 | "eslint-config-react-app": "7.0.1", |
101 | | - "eslint-import-resolver-typescript": "^3.6.3", |
102 | | - "eslint-plugin-cypress": "4.0.0", |
| 101 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 102 | + "eslint-plugin-cypress": "4.1.0", |
103 | 103 | "eslint-plugin-import": "2.31.0", |
104 | | - "eslint-plugin-jsx-a11y": "6.10.0", |
| 104 | + "eslint-plugin-jsx-a11y": "6.10.2", |
105 | 105 | "eslint-plugin-prettier": "5.2.1", |
106 | | - "eslint-plugin-react": "^7.37.1", |
107 | | - "eslint-plugin-react-hooks": "5.0.0", |
108 | | - "globals": "^15.11.0", |
109 | | - "husky": "9.1.6", |
| 106 | + "eslint-plugin-react": "^7.37.3", |
| 107 | + "eslint-plugin-react-hooks": "5.1.0", |
| 108 | + "globals": "^15.14.0", |
| 109 | + "husky": "9.1.7", |
110 | 110 | "miragejs": "^0.1.48", |
111 | | - "nock": "^13.5.5", |
| 111 | + "nock": "^13.5.6", |
112 | 112 | "nyc": "17.1.0", |
113 | | - "prettier": "3.3.3", |
114 | | - "uuid": "10.0.0", |
115 | | - "vite": "^5.4.9", |
| 113 | + "prettier": "3.4.2", |
| 114 | + "uuid": "11.0.4", |
| 115 | + "vite": "^6.0.7", |
116 | 116 | "vite-plugin-checker": "^0.8.0", |
117 | 117 | "vite-plugin-istanbul": "^6.0.2", |
118 | | - "vitest": "^2.1.3" |
| 118 | + "vitest": "^2.1.8" |
119 | 119 | }, |
120 | 120 | "browserslist": { |
121 | 121 | "production": [ |
|
138 | 138 | "src/**/*.d.ts" |
139 | 139 | ] |
140 | 140 | }, |
141 | | - "packageManager": "yarn@4.2.2", |
| 141 | + "packageManager": "yarn@4.6.0", |
142 | 142 | "msw": { |
143 | 143 | "workerDirectory": "public" |
144 | 144 | }, |
|
0 commit comments