Skip to content

Commit 39fb53c

Browse files
Update react monorepo to v19.1.5
1 parent 66214fb commit 39fb53c

File tree

5 files changed

+149
-149
lines changed

5 files changed

+149
-149
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
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.5",
53+
"@types/react-dom": "19.1.5",
5454
"pagefind": "1.3.0",
5555
"postcss": "8.5.3",
5656
"tailwindcss": "4.1.3",

packages/react-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
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.5",
29+
"@types/react-dom": "19.1.5",
3030
"eslint-config-custom": "workspace:*",
3131
"react": "19.1.0",
3232
"rimraf": "6.0.1",

packages/react-mui-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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.5",
33+
"@types/react-dom": "19.1.5",
3434
"date-fns": "4.1.0",
3535
"eslint-config-custom": "workspace:*",
3636
"react": "19.1.0",

packages/react-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
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.5",
38+
"@types/react-dom": "19.1.5",
3939
"date-fns": "4.1.0",
4040
"eslint-config-custom": "workspace:*",
4141
"react": "19.1.0",

0 commit comments

Comments
 (0)