Skip to content

Commit c0bd39f

Browse files
committed
expand peer dep range immutable to include v5;
1 parent 5fb9bdc commit c0bd39f

File tree

6 files changed

+81
-71
lines changed

6 files changed

+81
-71
lines changed

packages/demo/package-lock.json

Lines changed: 23 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@emotion/react": "^11.9.0",
1414
"@emotion/styled": "^11.8.1",
1515
"@mui/lab": "^5.0.0-alpha.45",
16-
"@ui-schema/dictionary": "~0.0.10",
17-
"@ui-schema/ds-material": "~0.4.0-alpha.5",
18-
"@ui-schema/material-color": "~0.4.0",
19-
"@ui-schema/material-colorful": "~0.0.1",
20-
"@ui-schema/ui-schema": "~0.4.1",
21-
"immutable": "^4.0.0",
16+
"@ui-schema/dictionary": "~0.0.13",
17+
"@ui-schema/ds-material": "~0.4.3",
18+
"@ui-schema/material-color": "~0.4.3",
19+
"@ui-schema/material-colorful": "~0.0.4",
20+
"@ui-schema/ui-schema": "~0.4.7",
21+
"immutable": "^5.0.0",
2222
"react": "^18.0",
2323
"react-color": "^2.19.3",
2424
"react-colorful": "^5.0.0",

packages/material-color/package-lock.json

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/material-color/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-schema/material-color",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "React color pickers as MUI widgets for UI-Schema - using react-color.",
55
"homepage": "https://ui-schema.bemit.codes/docs/material-color/material-color",
66
"author": {
@@ -51,9 +51,9 @@
5151
"@types/react-color": "^3.0.12",
5252
"@mui/material": "^5.1",
5353
"@mui/icons-material": "^5.1",
54-
"@ui-schema/ds-material": "~0.4.0-alpha",
55-
"@ui-schema/ui-schema": "~0.4.0-alpha",
56-
"immutable": "^4.0.0",
54+
"@ui-schema/ds-material": "~0.4.3",
55+
"@ui-schema/ui-schema": "~0.4.7",
56+
"immutable": "^5.0.0",
5757
"react-color": "^2.0.0",
5858
"react": "^18.0",
5959
"react-dom": "^18.0"
@@ -63,7 +63,7 @@
6363
"@mui/icons-material": "^5.1",
6464
"@ui-schema/ds-material": "~0.4.0-alpha",
6565
"@ui-schema/ui-schema": "~0.4.0-alpha",
66-
"immutable": "^4.0.0",
66+
"immutable": "^4.0.0 || ^5.0.0",
6767
"react-color": "^2.0.0",
6868
"@types/react-color": "^3.0.12",
6969
"react": "^17.0 || ^18.0"

packages/material-colorful/package-lock.json

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/material-colorful/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-schema/material-colorful",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "React color pickers as MUI widgets for UI-Schema - using react-colorful.",
55
"homepage": "https://ui-schema.bemit.codes/docs/material-color/material-color",
66
"author": {
@@ -49,9 +49,9 @@
4949
"@types/react": "^18.0",
5050
"@mui/material": "^5.1",
5151
"@mui/icons-material": "^5.1",
52-
"@ui-schema/ds-material": "~0.4.0-alpha",
53-
"@ui-schema/ui-schema": "~0.4.0-alpha",
54-
"immutable": "^4.0.0",
52+
"@ui-schema/ds-material": "~0.4.3",
53+
"@ui-schema/ui-schema": "~0.4.7",
54+
"immutable": "^5.0.0",
5555
"react-colorful": "^5.0",
5656
"react": "^18.0",
5757
"react-dom": "^18.0"
@@ -61,7 +61,7 @@
6161
"@mui/icons-material": "^5.1",
6262
"@ui-schema/ds-material": "~0.4.0-alpha",
6363
"@ui-schema/ui-schema": "~0.4.0-alpha",
64-
"immutable": "^4.0.0",
64+
"immutable": "^4.0.0 || ^5.0.0",
6565
"react-colorful": "^5.0",
6666
"react": "^17.0 || ^18.0"
6767
},

0 commit comments

Comments
 (0)