Skip to content

Commit 20bb54c

Browse files
fix(deps): update react monorepo
1 parent 6cc4323 commit 20bb54c

File tree

5 files changed

+422
-291
lines changed

5 files changed

+422
-291
lines changed

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
"next": "15.3.0",
4242
"nextra": "4.3.0-alpha.18",
4343
"nextra-theme-docs": "4.2.17",
44-
"react": "19.1.0",
45-
"react-dom": "19.1.0",
44+
"react": "19.1.1",
45+
"react-dom": "19.1.1",
4646
"tailwindcss-animate": "1.0.7"
4747
},
4848
"devDependencies": {
4949
"@next/eslint-plugin-next": "15.3.0",
5050
"@tailwindcss/postcss": "4.1.3",
5151
"@types/node": "22.14.1",
52-
"@types/react": "19.1.0",
53-
"@types/react-dom": "19.1.2",
52+
"@types/react": "19.1.8",
53+
"@types/react-dom": "19.1.6",
5454
"pagefind": "1.3.0",
5555
"postcss": "8.5.3",
5656
"tailwindcss": "4.1.3",

packages/react-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"devDependencies": {
2626
"@microsoft/api-extractor": "7.52.3",
2727
"@types/node": "22.14.1",
28-
"@types/react": "19.1.0",
29-
"@types/react-dom": "19.1.2",
28+
"@types/react": "19.1.8",
29+
"@types/react-dom": "19.1.6",
3030
"eslint-config-custom": "workspace:*",
31-
"react": "19.1.0",
31+
"react": "19.1.1",
3232
"rimraf": "6.0.1",
3333
"tsconfig": "workspace:*",
3434
"tsup": "8.4.0",

packages/react-mui-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"@mui/material": "7.0.2",
3030
"@mui/x-data-grid-pro": "7.28.3",
3131
"@types/node": "22.14.1",
32-
"@types/react": "19.1.0",
33-
"@types/react-dom": "19.1.2",
32+
"@types/react": "19.1.8",
33+
"@types/react-dom": "19.1.6",
3434
"date-fns": "4.1.0",
3535
"eslint-config-custom": "workspace:*",
36-
"react": "19.1.0",
36+
"react": "19.1.1",
3737
"rimraf": "6.0.1",
3838
"tsconfig": "workspace:*",
3939
"tsup": "8.4.0",

packages/react-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@mui/x-date-pickers": "7.28.3",
3535
"@mui/x-date-pickers-pro": "7.28.3",
3636
"@types/node": "22.14.1",
37-
"@types/react": "19.1.0",
38-
"@types/react-dom": "19.1.2",
37+
"@types/react": "19.1.8",
38+
"@types/react-dom": "19.1.6",
3939
"date-fns": "4.1.0",
4040
"eslint-config-custom": "workspace:*",
41-
"react": "19.1.0",
41+
"react": "19.1.1",
4242
"rimraf": "6.0.1",
4343
"tsconfig": "workspace:*",
4444
"tsup": "8.4.0",

0 commit comments

Comments
 (0)