Skip to content

Commit c91b0c2

Browse files
Update dependency @types/react to v19.1.2
1 parent 66214fb commit c91b0c2

File tree

5 files changed

+139
-139
lines changed

5 files changed

+139
-139
lines changed

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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",
52+
"@types/react": "19.1.2",
5353
"@types/react-dom": "19.1.2",
5454
"pagefind": "1.3.0",
5555
"postcss": "8.5.3",

packages/react-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@microsoft/api-extractor": "7.52.3",
2727
"@types/node": "22.14.1",
28-
"@types/react": "19.1.0",
28+
"@types/react": "19.1.2",
2929
"@types/react-dom": "19.1.2",
3030
"eslint-config-custom": "workspace:*",
3131
"react": "19.1.0",

packages/react-mui-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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",
32+
"@types/react": "19.1.2",
3333
"@types/react-dom": "19.1.2",
3434
"date-fns": "4.1.0",
3535
"eslint-config-custom": "workspace:*",

packages/react-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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",
37+
"@types/react": "19.1.2",
3838
"@types/react-dom": "19.1.2",
3939
"date-fns": "4.1.0",
4040
"eslint-config-custom": "workspace:*",

0 commit comments

Comments
 (0)