Skip to content

Commit 980e910

Browse files
committed
chore(deps): migrate to MUI@7 & react>=18 (#4816)
migrate MUI & useId
1 parent 8fd59cf commit 980e910

File tree

21 files changed

+170
-148
lines changed

21 files changed

+170
-148
lines changed

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@hitachivantara/uikit-react-viz": "*",
2222
"@hitachivantara/uikit-styles": "*",
2323
"@hv/templates": "*",
24-
"@mui/material": "^5.14.20",
24+
"@mui/material": "^7.0.2",
2525
"@phosphor-icons/react": "^2.1.7",
2626
"arquero": "^5.3.0",
2727
"clsx": "^2.0.0",

apps/default-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@hitachivantara/app-shell-shared": "*",
1717
"@hitachivantara/uikit-react-core": "*",
1818
"@hitachivantara/uikit-react-icons": "*",
19-
"@mui/material": "^5.12.3",
19+
"@mui/material": "^7.0.2",
2020
"@types/react-table": "^7.7.14",
2121
"clsx": "^2.0.0",
2222
"i18next": "^24.2.2",

examples/uikit-app-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@hitachivantara/app-shell-navigation": "latest",
1515
"@hitachivantara/uikit-react-core": "latest",
1616
"@hitachivantara/uikit-react-icons": "latest",
17-
"@mui/material": "^5.16.14",
17+
"@mui/material": "^7.0.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"react-router-dom": "^6.14.2"

examples/uikit-vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@emotion/styled": "^11.11.0",
1515
"@hitachivantara/uikit-react-core": "latest",
1616
"@hitachivantara/uikit-react-icons": "latest",
17-
"@mui/material": "^5.16.14",
17+
"@mui/material": "^7.0.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},

0 commit comments

Comments
 (0)