Skip to content

Commit a4b25e2

Browse files
authored
deps(ui): Upgrade to react 19.2 (#100834)
upgrade the various packages from the react monorepo + types changelog https://react.dev/blog/2025/10/01/react-19-2
1 parent e96fd4d commit a4b25e2

File tree

3 files changed

+683
-648
lines changed

3 files changed

+683
-648
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default typescript.config([
192192
},
193193
settings: {
194194
react: {
195-
version: '19.1.0',
196-
defaultVersion: '19.1',
195+
version: '19.2.0',
196+
defaultVersion: '19.2',
197197
},
198198
'import/parsers': {'@typescript-eslint/parser': ['.ts', '.tsx']},
199199
'import/resolver': {typescript: {}},

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
"@types/lodash": "^4.14.182",
9595
"@types/papaparse": "^5.3.5",
9696
"@types/prismjs": "^1.26.0",
97-
"@types/react": "19.1.0",
97+
"@types/react": "19.2.0",
9898
"@types/react-date-range": "^1.4.4",
99-
"@types/react-dom": "19.1.1",
99+
"@types/react-dom": "19.2.0",
100100
"@types/react-grid-layout": "^1.3.2",
101101
"@types/react-lazyload": "3.2.3",
102102
"@types/react-mentions": "4.1.13",
@@ -153,10 +153,10 @@
153153
"process": "^0.11.10",
154154
"qrcode.react": "^3.1.0",
155155
"query-string": "7.0.1",
156-
"react": "19.1.0",
156+
"react": "19.2.0",
157157
"react-date-range": "^1.4.0",
158158
"react-docgen-typescript": "^2.2.2",
159-
"react-dom": "19.1.0",
159+
"react-dom": "19.2.0",
160160
"react-grid-layout": "^1.3.4",
161161
"react-lazyload": "^3.2.1",
162162
"react-mentions": "4.4.10",
@@ -209,7 +209,7 @@
209209
"eslint-plugin-mdx": "3.6.2",
210210
"eslint-plugin-no-relative-import-paths": "^1.6.1",
211211
"eslint-plugin-react": "7.37.5",
212-
"eslint-plugin-react-hooks": "5.2.0",
212+
"eslint-plugin-react-hooks": "6.1.0",
213213
"eslint-plugin-sentry": "^2.10.0",
214214
"eslint-plugin-testing-library": "^7.1.1",
215215
"eslint-plugin-typescript-sort-keys": "^3.3.0",
@@ -224,7 +224,7 @@
224224
"jest-junit": "16.0.0",
225225
"knip": "5.64.0",
226226
"postcss-styled-syntax": "0.7.0",
227-
"react-refresh": "0.16.0",
227+
"react-refresh": "0.18.0",
228228
"stylelint": "16.10.0",
229229
"stylelint-config-recommended": "^14.0.1",
230230
"terser": "5.40.0",
@@ -233,7 +233,7 @@
233233
"pnpm": {
234234
"overrides": {
235235
"react-mentions>@babel/runtime": "7.26.10",
236-
"react-is": "19.1.0"
236+
"react-is": "19.2.0"
237237
},
238238
"onlyBuiltDependencies": [
239239
"@sentry-internal/node-cpu-profiler",

0 commit comments

Comments
 (0)