Skip to content

Commit 724f9cf

Browse files
committed
fix(deps): downgraded MUI to version 5.16.14 to remove hydration errors
1 parent d5ab3bc commit 724f9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ords-remix-jwt-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@emotion/cache": "^11.13.0",
3636
"@emotion/react": "^11.13.0",
3737
"@emotion/styled": "^11.13.0",
38-
"@mui/icons-material": "6.0.2",
39-
"@mui/material": "6.0.2",
38+
"@mui/icons-material": "5.16.14",
39+
"@mui/material": "5.16.14",
4040
"@remix-run/dev": "2.15.2",
4141
"@remix-run/node": "2.15.2",
4242
"@remix-run/react": "2.15.2",

0 commit comments

Comments
 (0)