Skip to content

Commit da3321b

Browse files
authored
Relax mui material and icons peer dependencies in material-renderers (#2218)
Allow higher minor versions (by using `^`) instead of only higher patch versions (by using `~`)
1 parent 77624c6 commit da3321b

File tree

2 files changed

+4371
-12322
lines changed

2 files changed

+4371
-12322
lines changed

packages/material-renderers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"dependencies": {
8181
"@date-io/dayjs": "1.3.13",
82-
"dayjs": "1.10.6",
82+
"dayjs": "1.10.7",
8383
"lodash": "^4.17.21"
8484
},
8585
"peerDependencies": {
@@ -88,7 +88,7 @@
8888
"@jsonforms/core": "3.2.0-alpha.3",
8989
"@jsonforms/react": "3.2.0-alpha.3",
9090
"@mui/icons-material": "^5.11.16",
91-
"@mui/material": "~5.13.0",
91+
"@mui/material": "^5.13.0",
9292
"@mui/x-date-pickers": "^6.0.0",
9393
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
9494
},
@@ -97,7 +97,7 @@
9797
"@emotion/styled": "^11.3.0",
9898
"@jsonforms/core": "workspace:*",
9999
"@jsonforms/react": "workspace:*",
100-
"@mui/icons-material": "~5.11.16",
100+
"@mui/icons-material": "^5.11.16",
101101
"@mui/material": "~5.13.0",
102102
"@mui/x-date-pickers": "^6.5.0",
103103
"@rollup/plugin-commonjs": "^23.0.3",

0 commit comments

Comments
 (0)