Skip to content

Commit 429f11a

Browse files
committed
react-material: Allow material ui ^6 as peer dependency
fixes #2375
1 parent a23e990 commit 429f11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/material-renderers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"@emotion/styled": "^11.3.0",
8989
"@jsonforms/core": "3.4.0-alpha.3",
9090
"@jsonforms/react": "3.4.0-alpha.3",
91-
"@mui/icons-material": "^5.11.16",
92-
"@mui/material": "^5.13.0",
91+
"@mui/icons-material": "^5.11.16 || ^6.0.0",
92+
"@mui/material": "^5.13.0 || ^6.0.0",
9393
"@mui/x-date-pickers": "^6.0.0 || ^7.0.0",
9494
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
9595
},

0 commit comments

Comments
 (0)