Skip to content

Commit

Permalink
Relax mui material and icons peer dependencies in material-renderers (#…
Browse files Browse the repository at this point in the history
…2218)

Allow higher minor versions (by using `^`) instead of only higher patch versions (by using `~`)
  • Loading branch information
devbydaniel authored Nov 24, 2023
1 parent 77624c6 commit da3321b
Show file tree
Hide file tree
Showing 2 changed files with 4,371 additions and 12,322 deletions.
6 changes: 3 additions & 3 deletions packages/material-renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@date-io/dayjs": "1.3.13",
"dayjs": "1.10.6",
"dayjs": "1.10.7",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand All @@ -88,7 +88,7 @@
"@jsonforms/core": "3.2.0-alpha.3",
"@jsonforms/react": "3.2.0-alpha.3",
"@mui/icons-material": "^5.11.16",
"@mui/material": "~5.13.0",
"@mui/material": "^5.13.0",
"@mui/x-date-pickers": "^6.0.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
Expand All @@ -97,7 +97,7 @@
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "workspace:*",
"@jsonforms/react": "workspace:*",
"@mui/icons-material": "~5.11.16",
"@mui/icons-material": "^5.11.16",
"@mui/material": "~5.13.0",
"@mui/x-date-pickers": "^6.5.0",
"@rollup/plugin-commonjs": "^23.0.3",
Expand Down
Loading

0 comments on commit da3321b

Please sign in to comment.