|
26 | 26 | "@codemirror/lang-javascript": "^6.2.1", |
27 | 27 | "@emotion/react": "11.11.3", |
28 | 28 | "@emotion/styled": "11.11.0", |
29 | | - "@graasp/apps-query-client": "graasp/graasp-apps-query-client#266-fix-patch-update-immutable-ws", |
| 29 | + "@graasp/apps-query-client": "^3.4.4", |
30 | 30 | "@graasp/sdk": "3.6.0", |
31 | 31 | "@mui/icons-material": "5.15.10", |
32 | 32 | "@mui/lab": "5.0.0-alpha.165", |
33 | 33 | "@mui/material": "5.15.10", |
34 | 34 | "@mui/x-data-grid": "^6.19.4", |
35 | | - "@sentry/react": "7.100.1", |
| 35 | + "@sentry/react": "7.102.0", |
36 | 36 | "@tanstack/react-query": "^4.36.1", |
37 | 37 | "@tanstack/react-query-devtools": "^4.36.1", |
38 | | - "@uiw/react-codemirror": "^4.21.21", |
| 38 | + "@uiw/react-codemirror": "^4.21.22", |
39 | 39 | "date-fns": "^3.3.1", |
40 | 40 | "i18next": "23.9.0", |
41 | 41 | "lodash.isequal": "^4.5.0", |
|
46 | 46 | "react-dom": "18.2.0", |
47 | 47 | "react-i18next": "14.0.5", |
48 | 48 | "react-plotly.js": "^2.6.0", |
49 | | - "react-router-dom": "^6.22.0", |
| 49 | + "react-router-dom": "^6.22.1", |
50 | 50 | "typescript": "5.3.3" |
51 | 51 | }, |
52 | 52 | "scripts": { |
|
88 | 88 | "@types/react-dom": "18.2.19", |
89 | 89 | "@types/react-plotly.js": "^2.6.3", |
90 | 90 | "@types/uuid": "9.0.8", |
91 | | - "@typescript-eslint/eslint-plugin": "6.21.0", |
92 | | - "@typescript-eslint/parser": "6.21.0", |
| 91 | + "@typescript-eslint/eslint-plugin": "7.0.2", |
| 92 | + "@typescript-eslint/parser": "7.0.2", |
93 | 93 | "@vitejs/plugin-react": "^4.2.1", |
94 | | - "@vitest/browser": "^1.2.2", |
| 94 | + "@vitest/browser": "^1.3.0", |
95 | 95 | "concurrently": "8.2.2", |
96 | 96 | "cypress": "13.6.4", |
97 | 97 | "env-cmd": "10.1.0", |
98 | 98 | "eslint": "8.56.0", |
99 | 99 | "eslint-config-airbnb": "19.0.4", |
100 | | - "eslint-config-prettier": "8.10.0", |
| 100 | + "eslint-config-prettier": "9.1.0", |
101 | 101 | "eslint-config-react-app": "7.0.1", |
102 | 102 | "eslint-import-resolver-typescript": "^3.6.1", |
103 | 103 | "eslint-plugin-cypress": "2.15.1", |
104 | 104 | "eslint-plugin-import": "2.29.1", |
105 | 105 | "eslint-plugin-jsx-a11y": "6.8.0", |
106 | | - "eslint-plugin-prettier": "4.2.1", |
| 106 | + "eslint-plugin-prettier": "5.1.3", |
107 | 107 | "eslint-plugin-react": "^7.33.2", |
108 | 108 | "eslint-plugin-react-hooks": "4.6.0", |
109 | 109 | "husky": "9.0.11", |
110 | 110 | "jsdom": "^24.0.0", |
111 | 111 | "lodash.clonedeep": "^4.5.0", |
112 | 112 | "miragejs": "^0.1.48", |
113 | 113 | "nyc": "15.1.0", |
114 | | - "prettier": "2.8.8", |
115 | | - "pretty-quick": "3.3.1", |
| 114 | + "prettier": "3.2.5", |
| 115 | + "pretty-quick": "4.0.0", |
116 | 116 | "stylis-plugin-rtl": "^2.1.1", |
117 | 117 | "uuid": "^9.0.1", |
118 | | - "vite": "^5.1.1", |
| 118 | + "vite": "^5.1.3", |
119 | 119 | "vite-plugin-checker": "^0.6.4", |
120 | 120 | "vite-plugin-istanbul": "^5.0.0", |
121 | | - "vitest": "^1.2.2" |
| 121 | + "vitest": "^1.3.0" |
122 | 122 | }, |
123 | 123 | "browserslist": { |
124 | 124 | "production": [ |
|
0 commit comments