From 76781a32187e1bcceee396b3224e10d78c68877f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:23:34 +0000 Subject: [PATCH] chore(deps): update material-ui monorepo to v6 --- package.json | 6 +- pnpm-lock.yaml | 305 +++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 249 insertions(+), 62 deletions(-) diff --git a/package.json b/package.json index e15b009ee..ae0e9fa38 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ "@emotion/styled": "11.11.5", "@mdx-js/loader": "3.0.1", "@mdx-js/react": "3.0.1", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "6.1.0", "@mui/lab": "5.0.0-alpha.173", - "@mui/material": "5.16.7", - "@mui/styles": "5.16.7", + "@mui/material": "6.1.0", + "@mui/styles": "6.1.0", "@next/eslint-plugin-next": "14.2.5", "@next/mdx": "14.2.5", "@rjsf/core": "5.20.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1211fb12..279621f85 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,17 +27,17 @@ dependencies: specifier: 3.0.1 version: 3.0.1(@types/react@18.3.3)(react@18.3.1) '@mui/icons-material': - specifier: 5.16.7 - version: 5.16.7(@mui/material@5.16.7)(@types/react@18.3.3)(react@18.3.1) + specifier: 6.1.0 + version: 6.1.0(@mui/material@6.1.0)(@types/react@18.3.3)(react@18.3.1) '@mui/lab': specifier: 5.0.0-alpha.173 - version: 5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.16.7)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + version: 5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.1.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@mui/material': - specifier: 5.16.7 - version: 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 6.1.0 + version: 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@mui/styles': - specifier: 5.16.7 - version: 5.16.7(@types/react@18.3.3)(react@18.3.1) + specifier: 6.1.0 + version: 6.1.0(@types/react@18.3.3)(react@18.3.1) '@next/eslint-plugin-next': specifier: 14.2.5 version: 14.2.5 @@ -49,7 +49,7 @@ dependencies: version: 5.20.0(@rjsf/utils@5.20.0)(react@18.3.1) '@rjsf/mui': specifier: 5.20.0 - version: 5.20.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.16.7)(@mui/material@5.16.7)(@rjsf/core@5.20.0)(@rjsf/utils@5.20.0)(react@18.3.1) + version: 5.20.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@6.1.0)(@mui/material@6.1.0)(@rjsf/core@5.20.0)(@rjsf/utils@5.20.0)(react@18.3.1) '@rjsf/utils': specifier: 5.20.0 version: 5.20.0(react@18.3.1) @@ -67,7 +67,7 @@ dependencies: version: 3.0.0(@tanstack/react-query@5.51.23)(axios@1.7.3) '@squonk/mui-theme': specifier: 3.0.2 - version: 3.0.2(@mui/material@5.16.7) + version: 3.0.2(@mui/material@6.1.0) '@squonk/sdf-parser': specifier: 1.3.0 version: 1.3.0 @@ -115,10 +115,10 @@ dependencies: version: 2.4.6(react@18.3.1) formik-mui: specifier: 4.0.0 - version: 4.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.16.7)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3) + version: 4.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.1.0)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3) formik-mui-lab: specifier: 1.0.0 - version: 1.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/lab@5.0.0-alpha.173)(@mui/material@5.16.7)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3) + version: 1.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/lab@5.0.0-alpha.173)(@mui/material@6.1.0)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3) immer: specifier: 9.0.21 version: 9.0.21 @@ -148,7 +148,7 @@ dependencies: version: 4.17.21 material-ui-popup-state: specifier: 5.1.2 - version: 5.1.2(@mui/material@5.16.7)(react@18.3.1) + version: 5.1.2(@mui/material@6.1.0)(react@18.3.1) nanoid: specifier: 5.0.7 version: 5.0.7 @@ -298,6 +298,13 @@ packages: regenerator-runtime: 0.14.1 dev: false + /@babel/runtime@7.25.6: + resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.1 + dev: false + /@babel/types@7.23.9: resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} engines: {node: '>=6.9.0'} @@ -353,10 +360,24 @@ packages: stylis: 4.2.0 dev: false + /@emotion/cache@11.13.1: + resolution: {integrity: sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==} + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.0 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + dev: false + /@emotion/hash@0.9.1: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} dev: false + /@emotion/hash@0.9.2: + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + dev: false + /@emotion/is-prop-valid@1.2.2: resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} dependencies: @@ -367,6 +388,10 @@ packages: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: false + /@emotion/memoize@0.9.0: + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + dev: false + /@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: @@ -426,6 +451,10 @@ packages: resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} dev: false + /@emotion/sheet@1.4.0: + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + dev: false + /@emotion/styled@11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1): resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==} peerDependencies: @@ -463,10 +492,18 @@ packages: resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} dev: false + /@emotion/utils@1.4.0: + resolution: {integrity: sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==} + dev: false + /@emotion/weak-memoize@0.3.1: resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} dev: false + /@emotion/weak-memoize@0.4.0: + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + dev: false + /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -916,7 +953,7 @@ packages: '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react': 18.3.3 - clsx: 2.1.0 + clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -926,24 +963,28 @@ packages: resolution: {integrity: sha512-RtsCt4Geed2/v74sbihWzzRs+HsIQCfclHeORh5Ynu2fS4icIKozcSubwuG7vtzq2uW3fOR1zITSP84TNt2GoQ==} dev: false - /@mui/icons-material@5.16.7(@mui/material@5.16.7)(@types/react@18.3.3)(react@18.3.1): - resolution: {integrity: sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==} - engines: {node: '>=12.0.0'} + /@mui/core-downloads-tracker@6.1.0: + resolution: {integrity: sha512-covEnIn/2er5YdtuukDRA52kmARhKrHjOvPsyTFMQApZdrTBI4h8jbEy2mxZqwMwcAFS9coonQXnEZKL1rUNdQ==} + dev: false + + /@mui/icons-material@6.1.0(@mui/material@6.1.0)(@types/react@18.3.3)(react@18.3.1): + resolution: {integrity: sha512-HxfB0jxwiMTYMN8gAnYn3avbF1aDrqBEuGIj6JDQ3YkLl650E1Wy8AIhwwyP47wdrv0at9aAR0iOO6VLb74A9w==} + engines: {node: '>=14.0.0'} peerDependencies: - '@mui/material': ^5.0.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 + '@mui/material': ^6.1.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.9 - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@babel/runtime': 7.25.6 + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@types/react': 18.3.3 react: 18.3.1 dev: false - /@mui/lab@5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.16.7)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): + /@mui/lab@5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.1.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Gt5zopIWwxDgGy/MXcp6GueD84xFFugFai4hYiXY0zowJpTVnIrTQCQXV004Q7rejJ7aaCntX9hpPJqCrioshA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -965,7 +1006,7 @@ packages: '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@mui/system': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) @@ -1003,7 +1044,46 @@ packages: '@popperjs/core': 2.11.8 '@types/react': 18.3.3 '@types/react-transition-group': 4.4.10 - clsx: 2.1.0 + clsx: 2.1.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-is: 18.3.1 + react-transition-group: 4.4.5(react-dom@18.3.1)(react@18.3.1) + dev: false + + /@mui/material@6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-4MJ46vmy1xbm8x+ZdRcWm8jEMMowdS8pYlhKQzg/qoKhOcLhImZvf2Jn6z9Dj6gl+lY+C/0MxaHF/avAAGys3Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material-pigment-css': ^6.1.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@mui/material-pigment-css': + optional: true + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) + '@mui/core-downloads-tracker': 6.1.0 + '@mui/system': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react@18.3.1) + '@mui/types': 7.2.16(@types/react@18.3.3) + '@mui/utils': 6.1.0(@types/react@18.3.3)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react': 18.3.3 + '@types/react-transition-group': 4.4.11 + clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 @@ -1029,6 +1109,23 @@ packages: react: 18.3.1 dev: false + /@mui/private-theming@6.1.0(@types/react@18.3.3)(react@18.3.1): + resolution: {integrity: sha512-+L5qccs4gwsR0r1dgjqhN24QEQRkqIbfOdxILyMbMkuI50x6wNyt9XrV+J3WtjtZTMGJCrUa5VmZBE6OEPGPWA==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@mui/utils': 6.1.0(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 + prop-types: 15.8.1 + react: 18.3.1 + dev: false + /@mui/styled-engine@5.16.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): resolution: {integrity: sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==} engines: {node: '>=12.0.0'} @@ -1051,23 +1148,46 @@ packages: react: 18.3.1 dev: false - /@mui/styles@5.16.7(@types/react@18.3.3)(react@18.3.1): - resolution: {integrity: sha512-FfXhHP/2MlqH+vLs2tIHMeCChmqSRgkOALVNLKkPrDsvtoq5J8OraOutCn1scpvRjr9mO8ZhW6jKx2t/vUDxtQ==} - engines: {node: '>=12.0.0'} + /@mui/styled-engine@6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): + resolution: {integrity: sha512-MZ+vtaCkjamrT41+b0Er9OMenjAtP/32+L6fARL9/+BZKuV2QbR3q3TmavT2x0NhDu35IM03s4yKqj32Ziqnyg==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 + '@emotion/react': ^11.4.1 + '@emotion/styled': ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@emotion/cache': 11.13.1 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/sheet': 1.4.0 + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) + csstype: 3.1.3 + prop-types: 15.8.1 + react: 18.3.1 + dev: false + + /@mui/styles@6.1.0(@types/react@18.3.3)(react@18.3.1): + resolution: {integrity: sha512-E18VFiRIUraVXdcxXy6PyBpK73nCN1xbVPEWREVFKYHjZrd1vR8RJ/zLdZDHwpubAxs8Jqr+7JPWmzBt79qAWw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.9 - '@emotion/hash': 0.9.1 - '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@babel/runtime': 7.25.6 + '@emotion/hash': 0.9.2 + '@mui/private-theming': 6.1.0(@types/react@18.3.3)(react@18.3.1) + '@mui/types': 7.2.16(@types/react@18.3.3) + '@mui/utils': 6.1.0(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 - clsx: 2.1.0 + clsx: 2.1.1 csstype: 3.1.3 hoist-non-react-statics: 3.3.2 jss: 10.10.0 @@ -1106,7 +1226,37 @@ packages: '@mui/types': 7.2.15(@types/react@18.3.3) '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 - clsx: 2.1.0 + clsx: 2.1.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 18.3.1 + dev: false + + /@mui/system@6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react@18.3.1): + resolution: {integrity: sha512-NumkGDqT6EdXfcoFLYQ+M4XlTW5hH3+aK48xAbRqKPXJfxl36CBt4DLduw/Voa5dcayGus9T6jm1AwU2hoJ5hQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) + '@mui/private-theming': 6.1.0(@types/react@18.3.3)(react@18.3.1) + '@mui/styled-engine': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) + '@mui/types': 7.2.16(@types/react@18.3.3) + '@mui/utils': 6.1.0(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 + clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 @@ -1123,6 +1273,17 @@ packages: '@types/react': 18.3.3 dev: false + /@mui/types@7.2.16(@types/react@18.3.3): + resolution: {integrity: sha512-qI8TV3M7ShITEEc8Ih15A2vLzZGLhD+/UPNwck/hcls2gwg7dyRjNGXcQYHKLB5Q7PuTRfrTkAoPa2VV1s67Ag==} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@types/react': 18.3.3 + dev: false + /@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1): resolution: {integrity: sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==} engines: {node: '>=12.0.0'} @@ -1143,6 +1304,26 @@ packages: react-is: 18.3.1 dev: false + /@mui/utils@6.1.0(@types/react@18.3.3)(react@18.3.1): + resolution: {integrity: sha512-oT8ZzMISRUhTVpdbYzY0CgrCBb3t/YEdcaM13tUnuTjZ15pdA6g5lx15ZJUdgYXV6PbJdw7tDQgMEr4uXK5TXQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@mui/types': 7.2.16(@types/react@18.3.3) + '@types/prop-types': 15.7.12 + '@types/react': 18.3.3 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-is: 18.3.1 + dev: false + /@next/bundle-analyzer@14.2.5: resolution: {integrity: sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==} dependencies: @@ -1487,7 +1668,7 @@ packages: react: 18.3.1 dev: false - /@rjsf/mui@5.20.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.16.7)(@mui/material@5.16.7)(@rjsf/core@5.20.0)(@rjsf/utils@5.20.0)(react@18.3.1): + /@rjsf/mui@5.20.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@6.1.0)(@mui/material@6.1.0)(@rjsf/core@5.20.0)(@rjsf/utils@5.20.0)(react@18.3.1): resolution: {integrity: sha512-KLrnRuPX0oO/4poKPlSZt4Wh7OSofaWOQvi4XTrAFg0AauIwd2/UZdcUpc68peKT7oS8jdrC8gfX1wq7prrMjA==} engines: {node: '>=14'} peerDependencies: @@ -1501,8 +1682,8 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) - '@mui/icons-material': 5.16.7(@mui/material@5.16.7)(@types/react@18.3.3)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/icons-material': 6.1.0(@mui/material@6.1.0)(@types/react@18.3.3)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@rjsf/core': 5.20.0(@rjsf/utils@5.20.0)(react@18.3.1) '@rjsf/utils': 5.20.0(react@18.3.1) react: 18.3.1 @@ -1810,12 +1991,12 @@ packages: - supports-color dev: true - /@squonk/mui-theme@3.0.2(@mui/material@5.16.7): + /@squonk/mui-theme@3.0.2(@mui/material@6.1.0): resolution: {integrity: sha512-HkVkm+uobTcQyQtpGqgVkFznMF1U9I0Od32V4NpjEQ5XGpVUL9WiuMtGirZX0d6GeAXWX7lCz7jz9XYQo+AGBA==} peerDependencies: '@mui/material': '>5' dependencies: - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) dev: false /@squonk/sdf-parser@1.3.0: @@ -2067,6 +2248,12 @@ packages: '@types/react': 18.3.3 dev: false + /@types/react-transition-group@4.4.11: + resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} + dependencies: + '@types/react': 18.3.3 + dev: false + /@types/react@18.3.3: resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} dependencies: @@ -3227,7 +3414,7 @@ packages: /css-vendor@2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 is-in-browser: 1.1.3 dev: false @@ -3751,7 +3938,7 @@ packages: /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 csstype: 3.1.3 dev: false @@ -4756,7 +4943,7 @@ packages: fetch-blob: 3.2.0 dev: false - /formik-mui-lab@1.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/lab@5.0.0-alpha.173)(@mui/material@5.16.7)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3): + /formik-mui-lab@1.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/lab@5.0.0-alpha.173)(@mui/material@6.1.0)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3): resolution: {integrity: sha512-4YSpaFXJ4fJ+er2Eu/XNcKyrrcUEWQiwxWjnSbki9bxRjjSDiKWCrRlDgM+vdl/HEiO+XrwrxA5I9M+xU4r1tg==} peerDependencies: '@emotion/react': '>=11.4.1' @@ -4769,14 +4956,14 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) - '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.16.7)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.1.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) formik: 2.4.6(react@18.3.1) react: 18.3.1 tiny-warning: 1.0.3 dev: false - /formik-mui@4.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.16.7)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3): + /formik-mui@4.0.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.1.0)(formik@2.4.6)(react@18.3.1)(tiny-warning@1.0.3): resolution: {integrity: sha512-1IzYE83t/Hz05XMQuqs3i/yL7vteqCtjwJDXPBKtomzbif96OrTB2dFk26XEBJaB6ogmtKcxLogrtex3pbOp2A==} peerDependencies: '@emotion/react': '>=11.4.1' @@ -4788,7 +4975,7 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.3)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) formik: 2.4.6(react@18.3.1) react: 18.3.1 tiny-warning: 1.0.3 @@ -5919,7 +6106,7 @@ packages: /jss-plugin-camel-case@10.10.0: resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 hyphenate-style-name: 1.0.4 jss: 10.10.0 dev: false @@ -5927,21 +6114,21 @@ packages: /jss-plugin-default-unit@10.10.0: resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 jss: 10.10.0 dev: false /jss-plugin-global@10.10.0: resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 jss: 10.10.0 dev: false /jss-plugin-nested@10.10.0: resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -5949,14 +6136,14 @@ packages: /jss-plugin-props-sort@10.10.0: resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 jss: 10.10.0 dev: false /jss-plugin-rule-value-function@10.10.0: resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -5964,7 +6151,7 @@ packages: /jss-plugin-vendor-prefixer@10.10.0: resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 css-vendor: 2.0.8 jss: 10.10.0 dev: false @@ -5972,7 +6159,7 @@ packages: /jss@10.10.0: resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 csstype: 3.1.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -6302,7 +6489,7 @@ packages: react: 18.3.1 dev: false - /material-ui-popup-state@5.1.2(@mui/material@5.16.7)(react@18.3.1): + /material-ui-popup-state@5.1.2(@mui/material@6.1.0)(react@18.3.1): resolution: {integrity: sha512-+MPpydg2a/NqSbF4vNKbsHeEktiH6j0OPtNud0ZbhElKRc915XdyNH3Z7N+lL/l1erHcsCHB85izHC+zc6GgmQ==} engines: {node: '>=16'} peerDependencies: @@ -6310,7 +6497,7 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.23.9 - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@types/prop-types': 15.7.11 '@types/react': 18.3.3 classnames: 2.5.1 @@ -7840,7 +8027,7 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.25.6 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1