|
63 | 63 | "lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'" |
64 | 64 | }, |
65 | 65 | "resolutions": { |
66 | | - "@types/react-dom": "17.0.25", |
67 | | - "@types/react": "17.0.80", |
| 66 | + "@types/react-dom": "18.3.0", |
| 67 | + "@types/react": "18.3.3", |
68 | 68 | "@types/seedrandom": "3.0.8", |
69 | 69 | "oidc-client-ts": "3.0.1", |
70 | 70 | "jwt-decode": "4.0.0", |
|
81 | 81 | "@matrix-org/react-sdk-module-api": "^2.4.0", |
82 | 82 | "@matrix-org/spec": "^1.7.0", |
83 | 83 | "@sentry/browser": "^8.0.0", |
84 | | - "@testing-library/react-hooks": "^8.0.1", |
85 | 84 | "@vector-im/compound-design-tokens": "^1.6.1", |
86 | 85 | "@vector-im/compound-web": "^5.5.0", |
87 | 86 | "@zxcvbn-ts/core": "^3.0.4", |
|
129 | 128 | "posthog-js": "1.149.1", |
130 | 129 | "qrcode": "1.5.3", |
131 | 130 | "re-resizable": "^6.9.0", |
132 | | - "react": "17.0.2", |
| 131 | + "react": "^18.3.1", |
133 | 132 | "react-beautiful-dnd": "^13.1.0", |
134 | 133 | "react-blurhash": "^0.3.0", |
135 | | - "react-dom": "17.0.2", |
| 134 | + "react-dom": "^18.3.1", |
136 | 135 | "react-focus-lock": "^2.5.1", |
137 | 136 | "react-transition-group": "^4.4.1", |
138 | 137 | "rfc4648": "^1.4.0", |
|
167 | 166 | "@playwright/test": "^1.40.1", |
168 | 167 | "@testing-library/dom": "^9.0.0", |
169 | 168 | "@testing-library/jest-dom": "^6.0.0", |
170 | | - "@testing-library/react": "^12.1.5", |
| 169 | + "@testing-library/react": "^14", |
171 | 170 | "@testing-library/user-event": "^14.4.3", |
172 | 171 | "@types/commonmark": "^0.27.4", |
173 | 172 | "@types/content-type": "^1.1.5", |
|
187 | 186 | "@types/node-fetch": "^2.6.2", |
188 | 187 | "@types/pako": "^2.0.0", |
189 | 188 | "@types/qrcode": "^1.3.5", |
190 | | - "@types/react": "17.0.80", |
| 189 | + "@types/react": "18.3.3", |
191 | 190 | "@types/react-beautiful-dnd": "^13.0.0", |
192 | | - "@types/react-dom": "17.0.25", |
| 191 | + "@types/react-dom": "18.3.0", |
193 | 192 | "@types/react-transition-group": "^4.4.0", |
194 | 193 | "@types/sanitize-html": "2.11.0", |
195 | 194 | "@types/sdp-transform": "^2.4.6", |
|
246 | 245 | "postcss": "^8.4.19", |
247 | 246 | "webpack": "^4.0.0 || ^5.0.0" |
248 | 247 | }, |
| 248 | + "peerDependencies": { |
| 249 | + "postcss": "^8.4.19", |
| 250 | + "webpack": "^4.0.0 || ^5.0.0" |
| 251 | + }, |
249 | 252 | "@casualbot/jest-sonar-reporter": { |
250 | 253 | "outputDirectory": "coverage", |
251 | 254 | "outputName": "jest-sonar-report.xml", |
|
0 commit comments