Skip to content

Commit f4d1267

Browse files
chore(deps): update react monorepo to v19
UITOOL-284
1 parent 9db7974 commit f4d1267

File tree

5 files changed

+256
-265
lines changed

5 files changed

+256
-265
lines changed

packages/components-props-analyzer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@swc/core": "1.9.3",
3232
"@types/fs-extra": "11.0.4",
3333
"@types/node": "22.10.1",
34-
"@types/react": "18.3.12",
35-
"@types/react-dom": "18.3.1",
34+
"@types/react": "19.0.1",
35+
"@types/react-dom": "19.0.2",
3636
"@typescript/twoslash": "3.2.8",
3737
"@typescript/vfs": "1.6.0",
3838
"cross-fetch": "4.0.0",
3939
"fs-extra": "11.2.0",
4040
"nodemon": "3.1.7",
41-
"react": "18.3.1",
42-
"react-dom": "18.3.1",
41+
"react": "19.0.0",
42+
"react-dom": "19.0.0",
4343
"rimraf": "6.0.1",
4444
"ts-node": "10.9.2",
4545
"tslib": "2.8.1",

packages/mantine/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@
7171
"@testing-library/user-event": "14.5.2",
7272
"@types/lodash.debounce": "4.0.9",
7373
"@types/lodash.defaultsdeep": "4.6.9",
74-
"@types/react": "18.3.12",
75-
"@types/react-dom": "18.3.1",
74+
"@types/react": "19.0.1",
75+
"@types/react-dom": "19.0.2",
7676
"embla-carousel-react": "7.1.0",
7777
"identity-obj-proxy": "3.0.0",
7878
"jsdom": "25.0.1",
7979
"postcss": "8.4.49",
8080
"postcss-preset-mantine": "^1.11.0",
8181
"postcss-simple-vars": "^7.0.1",
8282
"publint": "0.2.12",
83-
"react": "18.3.1",
84-
"react-dom": "18.3.1",
83+
"react": "19.0.0",
84+
"react-dom": "19.0.0",
8585
"rimraf": "6.0.1",
8686
"sass": "1.81.1",
8787
"tslib": "2.8.1",

packages/react-icons/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"@svgr/plugin-jsx": "8.1.0",
5353
"@swc/cli": "0.5.2",
5454
"@swc/core": "1.9.3",
55-
"@types/react": "18.3.12",
56-
"@types/react-dom": "18.3.1",
55+
"@types/react": "19.0.1",
56+
"@types/react-dom": "19.0.2",
5757
"fs-extra": "11.2.0",
5858
"glob": "11.0.0",
5959
"lodash.groupby": "4.6.0",
6060
"lodash.upperfirst": "4.3.1",
6161
"publint": "0.2.12",
62-
"react": "18.3.1",
63-
"react-dom": "18.3.1",
62+
"react": "19.0.0",
63+
"react-dom": "19.0.0",
6464
"rimraf": "6.0.1",
6565
"tslib": "2.8.1",
6666
"typescript": "5.7.2"

packages/website/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"encoding": "0.1.13",
3939
"lodash.kebabcase": "4.1.1",
4040
"pino-pretty": "13.0.0",
41-
"react": "18.3.1",
42-
"react-dom": "18.3.1",
41+
"react": "19.0.0",
42+
"react-dom": "19.0.0",
4343
"react-hook-form": "7.53.2",
4444
"react-imask": "7.6.1",
4545
"react-markdown": "9.0.1",
@@ -52,8 +52,8 @@
5252
"@types/klaw-sync": "6.0.5",
5353
"@types/lodash.kebabcase": "4.1.9",
5454
"@types/node": "22.10.1",
55-
"@types/react": "18.3.12",
56-
"@types/react-dom": "18.3.1",
55+
"@types/react": "19.0.1",
56+
"@types/react-dom": "19.0.2",
5757
"@vitejs/plugin-react-swc": "3.7.2",
5858
"autoprefixer": "10.4.20",
5959
"fs-extra": "11.2.0",

0 commit comments

Comments
 (0)