diff --git a/packages/demo/package-lock.json b/packages/demo/package-lock.json index bfc14b9..32498be 100644 --- a/packages/demo/package-lock.json +++ b/packages/demo/package-lock.json @@ -15,10 +15,10 @@ "@mui/lab": "^5.0.0-alpha.45", "@mui/material": "^5.1", "@mui/system": "^5.1", - "@ui-schema/dictionary": "~0.0.10", - "@ui-schema/ds-material": "~0.4.0-alpha.5", - "@ui-schema/ui-schema": "~0.4.1", - "immutable": "^4.0.0", + "@ui-schema/dictionary": "~0.0.13", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react": "^18.0", "react-color": "^2.19.3", "react-colorful": "^5.0.0", @@ -873,18 +873,20 @@ } }, "node_modules/@ui-schema/dictionary": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@ui-schema/dictionary/-/dictionary-0.0.11.tgz", - "integrity": "sha512-r/JW5xGqVIEyRIyOn/rSble66gepVKcT+UVmWjK1meaM2s675pi86J9Xd6sIhTW/f1ni1u8tPjT7OWWapSn6KQ==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@ui-schema/dictionary/-/dictionary-0.0.13.tgz", + "integrity": "sha512-UI1ixgKMD/Mur+UMVU2X8DFraI6PzTmtSt6RfsGr7Tz+gPC4KA1HXJIA3jTFjoHbVPrHtmVKL1Sibcwpc0GRuw==", + "license": "MIT", "peerDependencies": { "@ui-schema/ui-schema": "~0.3.0 || ~0.4.0-alpha", - "immutable": "^4.0.0" + "immutable": "^4.0.0 || ^5.0.0" } }, "node_modules/@ui-schema/ds-material": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.1.tgz", - "integrity": "sha512-DBQyrRIQ0veVH8Us1MhoF9B+Qsrq5IqLcTfyaoJ8dKgPhN6NuJQBawzgBTvfEq+/XRj9i7ZWiLuHqNoEFUtnLA==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.3.tgz", + "integrity": "sha512-Kgv3l4GZ8wRNLXDuAeyuKCOMWlmsVggTBIcJBj6c9gGxSvh+6Sz9YZZSIzMaZyaBWXhrHmGCPXZTiyGh8cICRQ==", + "license": "MIT", "dependencies": { "react-uid": "^2.2.0" }, @@ -893,7 +895,7 @@ "@mui/material": "^5.1", "@types/react": "^17.0 || ^18.0", "@ui-schema/ui-schema": "~0.4.0-beta", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -903,12 +905,13 @@ } }, "node_modules/@ui-schema/ui-schema": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.5.tgz", - "integrity": "sha512-PNEJfK4f9AR8X4JTjjNzJmz2X6bOAPnBI+pwB+qNKOAPlDBBfZZdiJ3GMNfG73Y1xcsfvc1HGjChvkNaXaCZHA==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.7.tgz", + "integrity": "sha512-Up4Qf4I6nmIXg8cKwothCa0yfQKOSN7GLx5M0cqC1/i6irn9iB3NWd0vJVtkqYjZNQ5yHWdnTevFXuHopulBOw==", + "license": "MIT", "peerDependencies": { "@types/react": "^16.8 || ^17.0 || ^18.0", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^16.8 || ^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -1224,9 +1227,10 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", + "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index d3a3570..584f19c 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -13,12 +13,12 @@ "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/lab": "^5.0.0-alpha.45", - "@ui-schema/dictionary": "~0.0.10", - "@ui-schema/ds-material": "~0.4.0-alpha.5", - "@ui-schema/material-color": "~0.4.0", - "@ui-schema/material-colorful": "~0.0.1", - "@ui-schema/ui-schema": "~0.4.1", - "immutable": "^4.0.0", + "@ui-schema/dictionary": "~0.0.13", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/material-color": "~0.4.3", + "@ui-schema/material-colorful": "~0.0.4", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react": "^18.0", "react-color": "^2.19.3", "react-colorful": "^5.0.0", diff --git a/packages/material-color/package-lock.json b/packages/material-color/package-lock.json index 94d2291..7da0a0d 100644 --- a/packages/material-color/package-lock.json +++ b/packages/material-color/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui-schema/material-color", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui-schema/material-color", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "deepmerge": "^4.0" @@ -16,9 +16,9 @@ "@mui/material": "^5.1", "@types/react": "^18.0", "@types/react-color": "^3.0.12", - "@ui-schema/ds-material": "~0.4.0-alpha", - "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react": "^18.0", "react-color": "^2.0.0", "react-dom": "^18.0" @@ -29,7 +29,7 @@ "@types/react-color": "^3.0.12", "@ui-schema/ds-material": "~0.4.0-alpha", "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^17.0 || ^18.0", "react-color": "^2.0.0" }, @@ -378,10 +378,11 @@ } }, "node_modules/@ui-schema/ds-material": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.1.tgz", - "integrity": "sha512-DBQyrRIQ0veVH8Us1MhoF9B+Qsrq5IqLcTfyaoJ8dKgPhN6NuJQBawzgBTvfEq+/XRj9i7ZWiLuHqNoEFUtnLA==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.3.tgz", + "integrity": "sha512-Kgv3l4GZ8wRNLXDuAeyuKCOMWlmsVggTBIcJBj6c9gGxSvh+6Sz9YZZSIzMaZyaBWXhrHmGCPXZTiyGh8cICRQ==", "dev": true, + "license": "MIT", "dependencies": { "react-uid": "^2.2.0" }, @@ -390,7 +391,7 @@ "@mui/material": "^5.1", "@types/react": "^17.0 || ^18.0", "@ui-schema/ui-schema": "~0.4.0-beta", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -400,13 +401,14 @@ } }, "node_modules/@ui-schema/ui-schema": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.5.tgz", - "integrity": "sha512-PNEJfK4f9AR8X4JTjjNzJmz2X6bOAPnBI+pwB+qNKOAPlDBBfZZdiJ3GMNfG73Y1xcsfvc1HGjChvkNaXaCZHA==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.7.tgz", + "integrity": "sha512-Up4Qf4I6nmIXg8cKwothCa0yfQKOSN7GLx5M0cqC1/i6irn9iB3NWd0vJVtkqYjZNQ5yHWdnTevFXuHopulBOw==", "dev": true, + "license": "MIT", "peerDependencies": { "@types/react": "^16.8 || ^17.0 || ^18.0", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^16.8 || ^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -449,10 +451,11 @@ } }, "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", + "dev": true, + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/packages/material-color/package.json b/packages/material-color/package.json index 26183f5..ca8507c 100644 --- a/packages/material-color/package.json +++ b/packages/material-color/package.json @@ -1,6 +1,6 @@ { "name": "@ui-schema/material-color", - "version": "0.4.2", + "version": "0.4.3", "description": "React color pickers as MUI widgets for UI-Schema - using react-color.", "homepage": "https://ui-schema.bemit.codes/docs/material-color/material-color", "author": { @@ -51,9 +51,9 @@ "@types/react-color": "^3.0.12", "@mui/material": "^5.1", "@mui/icons-material": "^5.1", - "@ui-schema/ds-material": "~0.4.0-alpha", - "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react-color": "^2.0.0", "react": "^18.0", "react-dom": "^18.0" @@ -63,7 +63,7 @@ "@mui/icons-material": "^5.1", "@ui-schema/ds-material": "~0.4.0-alpha", "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react-color": "^2.0.0", "@types/react-color": "^3.0.12", "react": "^17.0 || ^18.0" diff --git a/packages/material-colorful/package-lock.json b/packages/material-colorful/package-lock.json index d7ee3e5..866284c 100644 --- a/packages/material-colorful/package-lock.json +++ b/packages/material-colorful/package-lock.json @@ -1,20 +1,20 @@ { "name": "@ui-schema/material-colorful", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui-schema/material-colorful", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": { "@mui/icons-material": "^5.1", "@mui/material": "^5.1", "@types/react": "^18.0", - "@ui-schema/ds-material": "~0.4.0-alpha", - "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react": "^18.0", "react-colorful": "^5.0", "react-dom": "^18.0" @@ -24,7 +24,7 @@ "@mui/material": "^5.1", "@ui-schema/ds-material": "~0.4.0-alpha", "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^17.0 || ^18.0", "react-colorful": "^5.0" } @@ -338,10 +338,11 @@ } }, "node_modules/@ui-schema/ds-material": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.1.tgz", - "integrity": "sha512-DBQyrRIQ0veVH8Us1MhoF9B+Qsrq5IqLcTfyaoJ8dKgPhN6NuJQBawzgBTvfEq+/XRj9i7ZWiLuHqNoEFUtnLA==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@ui-schema/ds-material/-/ds-material-0.4.3.tgz", + "integrity": "sha512-Kgv3l4GZ8wRNLXDuAeyuKCOMWlmsVggTBIcJBj6c9gGxSvh+6Sz9YZZSIzMaZyaBWXhrHmGCPXZTiyGh8cICRQ==", "dev": true, + "license": "MIT", "dependencies": { "react-uid": "^2.2.0" }, @@ -350,7 +351,7 @@ "@mui/material": "^5.1", "@types/react": "^17.0 || ^18.0", "@ui-schema/ui-schema": "~0.4.0-beta", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -360,13 +361,14 @@ } }, "node_modules/@ui-schema/ui-schema": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.5.tgz", - "integrity": "sha512-PNEJfK4f9AR8X4JTjjNzJmz2X6bOAPnBI+pwB+qNKOAPlDBBfZZdiJ3GMNfG73Y1xcsfvc1HGjChvkNaXaCZHA==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@ui-schema/ui-schema/-/ui-schema-0.4.7.tgz", + "integrity": "sha512-Up4Qf4I6nmIXg8cKwothCa0yfQKOSN7GLx5M0cqC1/i6irn9iB3NWd0vJVtkqYjZNQ5yHWdnTevFXuHopulBOw==", "dev": true, + "license": "MIT", "peerDependencies": { "@types/react": "^16.8 || ^17.0 || ^18.0", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react": "^16.8 || ^17.0 || ^18.0" }, "peerDependenciesMeta": { @@ -401,10 +403,11 @@ } }, "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", + "dev": true, + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/packages/material-colorful/package.json b/packages/material-colorful/package.json index e841aea..106b63c 100644 --- a/packages/material-colorful/package.json +++ b/packages/material-colorful/package.json @@ -1,6 +1,6 @@ { "name": "@ui-schema/material-colorful", - "version": "0.0.3", + "version": "0.0.4", "description": "React color pickers as MUI widgets for UI-Schema - using react-colorful.", "homepage": "https://ui-schema.bemit.codes/docs/material-color/material-color", "author": { @@ -49,9 +49,9 @@ "@types/react": "^18.0", "@mui/material": "^5.1", "@mui/icons-material": "^5.1", - "@ui-schema/ds-material": "~0.4.0-alpha", - "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "@ui-schema/ds-material": "~0.4.3", + "@ui-schema/ui-schema": "~0.4.7", + "immutable": "^5.0.0", "react-colorful": "^5.0", "react": "^18.0", "react-dom": "^18.0" @@ -61,7 +61,7 @@ "@mui/icons-material": "^5.1", "@ui-schema/ds-material": "~0.4.0-alpha", "@ui-schema/ui-schema": "~0.4.0-alpha", - "immutable": "^4.0.0", + "immutable": "^4.0.0 || ^5.0.0", "react-colorful": "^5.0", "react": "^17.0 || ^18.0" },