diff --git a/package.json b/package.json index 46cfc5ba..b6c26216 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ "@emotion/styled": "11.11.5", "@mdx-js/loader": "3.1.0", "@mdx-js/react": "3.1.0", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "6.1.6", "@mui/lab": "5.0.0-alpha.173", - "@mui/material": "5.16.7", - "@mui/styles": "5.16.7", + "@mui/material": "6.1.6", + "@mui/styles": "6.1.6", "@next/eslint-plugin-next": "14.2.5", "@next/mdx": "14.2.5", "@rjsf/core": "5.22.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dba3037a..2c44a728 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,17 +27,17 @@ dependencies: specifier: 3.1.0 version: 3.1.0(@types/react@18.3.12)(react@18.3.1) '@mui/icons-material': - specifier: 5.16.7 - version: 5.16.7(@mui/material@5.16.7)(@types/react@18.3.12)(react@18.3.1) + specifier: 6.1.6 + version: 6.1.6(@mui/material@6.1.6)(@types/react@18.3.12)(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.12)(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.6)(@types/react@18.3.12)(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.12)(react-dom@18.3.1)(react@18.3.1) + specifier: 6.1.6 + version: 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) '@mui/styles': - specifier: 5.16.7 - version: 5.16.7(@types/react@18.3.12)(react@18.3.1) + specifier: 6.1.6 + version: 6.1.6(@types/react@18.3.12)(react@18.3.1) '@next/eslint-plugin-next': specifier: 14.2.5 version: 14.2.5 @@ -49,7 +49,7 @@ dependencies: version: 5.22.3(@rjsf/utils@5.22.3)(react@18.3.1) '@rjsf/mui': specifier: 5.22.3 - version: 5.22.3(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.16.7)(@mui/material@5.16.7)(@rjsf/core@5.22.3)(@rjsf/utils@5.22.3)(react@18.3.1) + version: 5.22.3(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@6.1.6)(@mui/material@6.1.6)(@rjsf/core@5.22.3)(@rjsf/utils@5.22.3)(react@18.3.1) '@rjsf/utils': specifier: 5.22.3 version: 5.22.3(react@18.3.1) @@ -67,7 +67,7 @@ dependencies: version: 3.1.0-beta.2(@tanstack/react-query@5.59.20)(axios@1.7.7) '@squonk/mui-theme': specifier: 3.0.2 - version: 3.0.2(@mui/material@5.16.7) + version: 3.0.2(@mui/material@6.1.6) '@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.6)(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.6)(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.3.1 - version: 5.3.1(@mui/material@5.16.7)(react@18.3.1) + version: 5.3.1(@mui/material@6.1.6)(react@18.3.1) nanoid: specifier: 5.0.8 version: 5.0.8 @@ -388,6 +388,16 @@ 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.1 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + dev: false + /@emotion/hash@0.9.2: resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} dev: false @@ -500,6 +510,10 @@ packages: 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.1(eslint@8.57.1): resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -985,24 +999,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.12)(react@18.3.1): - resolution: {integrity: sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==} - engines: {node: '>=12.0.0'} + /@mui/core-downloads-tracker@6.1.6: + resolution: {integrity: sha512-nz1SlR9TdBYYPz4qKoNasMPRiGb4PaIHFkzLzhju0YVYS5QSuFF2+n7CsiHMIDcHv3piPu/xDWI53ruhOqvZwQ==} + dev: false + + /@mui/icons-material@6.1.6(@mui/material@6.1.6)(@types/react@18.3.12)(react@18.3.1): + resolution: {integrity: sha512-5r9urIL2lxXb/sPN3LFfFYEibsXJUb986HhhIeu1gOcte460pwdSiEhBSxkAuyT8Dj7jvu9MjqSBmSumQELo8A==} + 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.6 + '@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.26.0 - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) '@types/react': 18.3.12 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.12)(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.6)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Gt5zopIWwxDgGy/MXcp6GueD84xFFugFai4hYiXY0zowJpTVnIrTQCQXV004Q7rejJ7aaCntX9hpPJqCrioshA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -1024,7 +1042,7 @@ packages: '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) '@mui/base': 5.0.0-beta.40(@types/react@18.3.12)(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.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(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.12)(react@18.3.1) '@mui/types': 7.2.19(@types/react@18.3.12) '@mui/utils': 5.16.6(@types/react@18.3.12)(react@18.3.1) @@ -1071,6 +1089,45 @@ packages: react-transition-group: 4.4.5(react-dom@18.3.1)(react@18.3.1) dev: false + /@mui/material@6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-1yvejiQ/601l5AK3uIdUlAVElyCxoqKnl7QA+2oFB/2qYPWfRwDgavW/MoywS5Y2gZEslcJKhe0s2F3IthgFgw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material-pigment-css': ^6.1.6 + '@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.26.0 + '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) + '@mui/core-downloads-tracker': 6.1.6 + '@mui/system': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react@18.3.1) + '@mui/types': 7.2.19(@types/react@18.3.12) + '@mui/utils': 6.1.6(@types/react@18.3.12)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react': 18.3.12 + '@types/react-transition-group': 4.4.11 + 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/private-theming@5.16.6(@types/react@18.3.12)(react@18.3.1): resolution: {integrity: sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==} engines: {node: '>=12.0.0'} @@ -1088,6 +1145,23 @@ packages: react: 18.3.1 dev: false + /@mui/private-theming@6.1.6(@types/react@18.3.12)(react@18.3.1): + resolution: {integrity: sha512-ioAiFckaD/fJSnTrUMWgjl9HYBWt7ixCh7zZw7gDZ+Tae7NuprNV6QJK95EidDT7K0GetR2rU3kAeIR61Myttw==} + 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.26.0 + '@mui/utils': 6.1.6(@types/react@18.3.12)(react@18.3.1) + '@types/react': 18.3.12 + 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'} @@ -1110,21 +1184,45 @@ packages: react: 18.3.1 dev: false - /@mui/styles@5.16.7(@types/react@18.3.12)(react@18.3.1): - resolution: {integrity: sha512-FfXhHP/2MlqH+vLs2tIHMeCChmqSRgkOALVNLKkPrDsvtoq5J8OraOutCn1scpvRjr9mO8ZhW6jKx2t/vUDxtQ==} - engines: {node: '>=12.0.0'} + /@mui/styled-engine@6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): + resolution: {integrity: sha512-I+yS1cSuSvHnZDBO7e7VHxTWpj+R7XlSZvTC4lS/OIbUNJOMMSd3UDP6V2sfwzAdmdDNBi7NGCRv2SZ6O9hGDA==} + 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.26.0 + '@emotion/cache': 11.13.1 + '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) + '@emotion/serialize': 1.3.2 + '@emotion/sheet': 1.4.0 + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) + csstype: 3.1.3 + prop-types: 15.8.1 + react: 18.3.1 + dev: false + + /@mui/styles@6.1.6(@types/react@18.3.12)(react@18.3.1): + resolution: {integrity: sha512-2cGEUMi4kYNskrg2Upe0bR3Th2/e4j3Vd6R2lIMksBDivJH9o+nkwLjtf91KUOhKZ4BReCDVDC398dbOs+Ygdw==} + 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.26.0 '@emotion/hash': 0.9.2 - '@mui/private-theming': 5.16.6(@types/react@18.3.12)(react@18.3.1) + '@mui/private-theming': 6.1.6(@types/react@18.3.12)(react@18.3.1) '@mui/types': 7.2.19(@types/react@18.3.12) - '@mui/utils': 5.16.6(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.6(@types/react@18.3.12)(react@18.3.1) '@types/react': 18.3.12 clsx: 2.1.1 csstype: 3.1.3 @@ -1171,6 +1269,36 @@ packages: react: 18.3.1 dev: false + /@mui/system@6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react@18.3.1): + resolution: {integrity: sha512-qOf1VUE9wK8syiB0BBCp82oNBAVPYdj4Trh+G1s+L+ImYiKlubWhhqlnvWt3xqMevR+D2h1CXzA1vhX2FvA+VQ==} + 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.26.0 + '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) + '@mui/private-theming': 6.1.6(@types/react@18.3.12)(react@18.3.1) + '@mui/styled-engine': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) + '@mui/types': 7.2.19(@types/react@18.3.12) + '@mui/utils': 6.1.6(@types/react@18.3.12)(react@18.3.1) + '@types/react': 18.3.12 + clsx: 2.1.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 18.3.1 + dev: false + /@mui/types@7.2.19(@types/react@18.3.12): resolution: {integrity: sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==} peerDependencies: @@ -1202,6 +1330,26 @@ packages: react-is: 18.3.1 dev: false + /@mui/utils@6.1.6(@types/react@18.3.12)(react@18.3.1): + resolution: {integrity: sha512-sBS6D9mJECtELASLM+18WUcXF6RH3zNxBRFeyCRg8wad6NbyNrdxLuwK+Ikvc38sTZwBzAz691HmSofLqHd9sQ==} + 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.26.0 + '@mui/types': 7.2.19(@types/react@18.3.12) + '@types/prop-types': 15.7.13 + '@types/react': 18.3.12 + 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: @@ -1730,7 +1878,7 @@ packages: react: 18.3.1 dev: false - /@rjsf/mui@5.22.3(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.16.7)(@mui/material@5.16.7)(@rjsf/core@5.22.3)(@rjsf/utils@5.22.3)(react@18.3.1): + /@rjsf/mui@5.22.3(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@6.1.6)(@mui/material@6.1.6)(@rjsf/core@5.22.3)(@rjsf/utils@5.22.3)(react@18.3.1): resolution: {integrity: sha512-SVhzJPT/hLBevWA0ADcWskRWqKcW2T0IrDMYEIRt5PAHK1OFrHbOzwfbtOkOKUTU99R9CwfgXPFXayAG+wXNJA==} engines: {node: '>=14'} peerDependencies: @@ -1744,8 +1892,8 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) - '@mui/icons-material': 5.16.7(@mui/material@5.16.7)(@types/react@18.3.12)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/icons-material': 6.1.6(@mui/material@6.1.6)(@types/react@18.3.12)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) '@rjsf/core': 5.22.3(@rjsf/utils@5.22.3)(react@18.3.1) '@rjsf/utils': 5.22.3(react@18.3.1) react: 18.3.1 @@ -2058,12 +2206,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.6): 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.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) dev: false /@squonk/sdf-parser@1.3.0: @@ -5093,7 +5241,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.6)(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' @@ -5106,14 +5254,14 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(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.12)(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.12)(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.6)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(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.6)(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' @@ -5125,7 +5273,7 @@ packages: dependencies: '@emotion/react': 11.11.4(@types/react@18.3.12)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.12)(react@18.3.1) - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(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 @@ -6738,7 +6886,7 @@ packages: react: 18.3.1 dev: false - /material-ui-popup-state@5.3.1(@mui/material@5.16.7)(react@18.3.1): + /material-ui-popup-state@5.3.1(@mui/material@6.1.6)(react@18.3.1): resolution: {integrity: sha512-mmx1DsQwF/2cmcpHvS/QkUwOQG2oAM+cDEQU0DaZVYnvwKyTB3AFgu8l1/E+LQFausmzpSJoljwQSZXkNvt7eA==} engines: {node: '>=16'} peerDependencies: @@ -6746,7 +6894,7 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.26.0 - '@mui/material': 5.16.7(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.1.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.12)(react-dom@18.3.1)(react@18.3.1) '@types/prop-types': 15.7.13 '@types/react': 18.3.12 classnames: 2.5.1