From 55f8d70b8e4412f4115ed35ba782e8f6c537b213 Mon Sep 17 00:00:00 2001 From: Denys Oblohin Date: Mon, 13 Jan 2025 20:49:39 +0200 Subject: [PATCH] Support MUI 6 (#1175) * mui 6 * chlog --- CHANGELOG.md | 1 + packages/examples/package.json | 10 +- packages/mui/package.json | 14 +- packages/sandbox/package.json | 10 +- packages/sandbox_next/package.json | 10 +- packages/tests/package.json | 10 +- pnpm-lock.yaml | 734 +++++++++++++---------------- 7 files changed, 351 insertions(+), 438 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5888aaea1..0b4434ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - 6.6.8 - Support safe navigation operator in SpEL operators/functions (PR #1172) (issue #1010) - SpEL: backward compatibility for import of `CollectionUtils.containsAny` (PR #1174) (issue #1007) + - Support MUI 6 (PR #1175) (issue #1113) - 6.6.7 - Fix import of ambiguous operators (like, select_any_in) (PR #1168) (issue #1159) - Allow import of epoch for date/datetime widgets from JsonLogic (PR #1171) (issue #1154) diff --git a/packages/examples/package.json b/packages/examples/package.json index b88f3fbd0..3c3a04d0a 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -35,11 +35,11 @@ "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/pickers": "^3.3.11", - "@mui/base": "^5.0.0-beta.40", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.18", - "@mui/system": "^5.15.15", - "@mui/x-date-pickers": "^7.9.0", + "@mui/base": "^5.0.0-beta.68", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/system": "^6.3.1", + "@mui/x-date-pickers": "^7.23.6", "@popperjs/core": "^2.11.8", "@react-awesome-query-builder/antd": "workspace:^", "@react-awesome-query-builder/bootstrap": "workspace:^", diff --git a/packages/mui/package.json b/packages/mui/package.json index a5bc554a8..0d4d86dd9 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -66,11 +66,11 @@ "@babel/runtime": "^7.24.5", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/base": "^5.0.0-beta.40", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.18", - "@mui/system": "^5.15.15", - "@mui/x-date-pickers": "^7.9.0", + "@mui/base": "^5.0.0-beta.68", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/system": "^6.3.1", + "@mui/x-date-pickers": "^7.23.6", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "react": "^17.0.2", @@ -81,8 +81,8 @@ "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/base": "^5.0.0-alpha.87", - "@mui/icons-material": "^5.2.4", - "@mui/material": "^5.2.4", + "@mui/icons-material": "^5.2.4 || ^6.0.0", + "@mui/material": "^5.2.4 || ^6.0.0", "@mui/x-date-pickers": "^5.0.0-beta.2 || ^6.0.0 || ^7.0.0", "react": "^16.8.4 || ^17.0.1 || ^18.0.0", "react-dom": "^16.8.4 || ^17.0.1 || ^18.0.0" diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index c7f1613df..26dccae0c 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -38,11 +38,11 @@ "@ant-design/icons": "^5.3.7", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/base": "^5.0.0-beta.40", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.18", - "@mui/system": "^5.15.15", - "@mui/x-date-pickers": "^7.9.0", + "@mui/base": "^5.0.0-beta.68", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/system": "^6.3.1", + "@mui/x-date-pickers": "^7.23.6", "@react-awesome-query-builder/antd": "workspace:^", "@react-awesome-query-builder/mui": "workspace:^", "antd": "^5.18.3", diff --git a/packages/sandbox_next/package.json b/packages/sandbox_next/package.json index 02134300b..63068ad3f 100644 --- a/packages/sandbox_next/package.json +++ b/packages/sandbox_next/package.json @@ -36,11 +36,11 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/base": "^5.0.0-beta.40", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.18", - "@mui/system": "^5.15.15", - "@mui/x-date-pickers": "^7.9.0", + "@mui/base": "^5.0.0-beta.68", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/system": "^6.3.1", + "@mui/x-date-pickers": "^7.23.6", "@react-awesome-query-builder/core": "workspace:^", "@react-awesome-query-builder/mui": "workspace:^", "@react-awesome-query-builder/sql": "workspace:^", diff --git a/packages/tests/package.json b/packages/tests/package.json index b9970126d..f4e3459a0 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -35,11 +35,11 @@ "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/pickers": "^3.3.11", - "@mui/base": "^5.0.0-beta.40", - "@mui/icons-material": "^5.15.18", - "@mui/material": "^5.15.18", - "@mui/system": "^5.15.15", - "@mui/x-date-pickers": "^7.9.0", + "@mui/base": "^5.0.0-beta.68", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/system": "^6.3.1", + "@mui/x-date-pickers": "^7.23.6", "@popperjs/core": "^2.11.8", "@react-awesome-query-builder/antd": "workspace:^", "@react-awesome-query-builder/bootstrap": "workspace:^", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1159dd932..b7fd859fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -357,20 +357,20 @@ importers: specifier: ^3.3.11 version: 3.3.11(@material-ui/core@4.12.4)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@mui/base': - specifier: ^5.0.0-beta.40 - version: 5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^5.0.0-beta.68 + version: 5.0.0-beta.68(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/icons-material': - specifier: ^5.15.18 - version: 5.15.18(@mui/material@5.15.18)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@mui/material@6.3.1)(@types/react@17.0.80)(react@17.0.2) '@mui/material': - specifier: ^5.15.18 - version: 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/system': - specifier: ^5.15.15 - version: 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) '@mui/x-date-pickers': - specifier: ^7.9.0 - version: 7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) + specifier: ^7.23.6 + version: 7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -703,7 +703,7 @@ importers: version: 4.17.21 material-ui-confirm: specifier: ^3.0.5 - version: 3.0.7(@mui/material@5.15.18)(react-dom@17.0.2)(react@17.0.2) + version: 3.0.7(@mui/material@6.3.1)(react-dom@17.0.2)(react@17.0.2) devDependencies: '@babel/cli': specifier: ^7.24.7 @@ -745,20 +745,20 @@ importers: specifier: ^11.11.5 version: 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) '@mui/base': - specifier: ^5.0.0-beta.40 - version: 5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^5.0.0-beta.68 + version: 5.0.0-beta.68(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/icons-material': - specifier: ^5.15.18 - version: 5.15.18(@mui/material@5.15.18)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@mui/material@6.3.1)(@types/react@17.0.80)(react@17.0.2) '@mui/material': - specifier: ^5.15.18 - version: 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/system': - specifier: ^5.15.15 - version: 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) '@mui/x-date-pickers': - specifier: ^7.9.0 - version: 7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) + specifier: ^7.23.6 + version: 7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) '@types/react': specifier: ^17.0.39 version: 17.0.80 @@ -787,20 +787,20 @@ importers: specifier: ^11.11.5 version: 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) '@mui/base': - specifier: ^5.0.0-beta.40 - version: 5.0.0-beta.40(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^5.0.0-beta.68 + version: 5.0.0-beta.68(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@mui/icons-material': - specifier: ^5.15.18 - version: 5.15.18(@mui/material@5.15.18)(@types/react@18.3.2)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@mui/material@6.3.1)(@types/react@18.3.2)(react@18.3.1) '@mui/material': - specifier: ^5.15.18 - version: 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@mui/system': - specifier: ^5.15.15 - version: 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) '@mui/x-date-pickers': - specifier: ^7.9.0 - version: 7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^7.23.6 + version: 7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@react-awesome-query-builder/antd': specifier: workspace:^ version: link:../antd @@ -854,20 +854,20 @@ importers: specifier: ^11.11.5 version: 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) '@mui/base': - specifier: ^5.0.0-beta.40 - version: 5.0.0-beta.40(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^5.0.0-beta.68 + version: 5.0.0-beta.68(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@mui/icons-material': - specifier: ^5.15.18 - version: 5.15.18(@mui/material@5.15.18)(@types/react@18.3.2)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@mui/material@6.3.1)(@types/react@18.3.2)(react@18.3.1) '@mui/material': - specifier: ^5.15.18 - version: 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@mui/system': - specifier: ^5.15.15 - version: 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) '@mui/x-date-pickers': - specifier: ^7.9.0 - version: 7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^7.23.6 + version: 7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@react-awesome-query-builder/core': specifier: workspace:^ version: link:../core @@ -1070,20 +1070,20 @@ importers: specifier: ^3.3.11 version: 3.3.11(@material-ui/core@4.12.4)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@mui/base': - specifier: ^5.0.0-beta.40 - version: 5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^5.0.0-beta.68 + version: 5.0.0-beta.68(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/icons-material': - specifier: ^5.15.18 - version: 5.15.18(@mui/material@5.15.18)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@mui/material@6.3.1)(@types/react@17.0.80)(react@17.0.2) '@mui/material': - specifier: ^5.15.18 - version: 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@mui/system': - specifier: ^5.15.15 - version: 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) + specifier: ^6.3.1 + version: 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) '@mui/x-date-pickers': - specifier: ^7.9.0 - version: 7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) + specifier: ^7.23.6 + version: 7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -2776,6 +2776,12 @@ packages: dependencies: regenerator-runtime: 0.14.1 + /@babel/runtime@7.26.0: + resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.1 + /@babel/template@7.24.0: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} @@ -2876,12 +2882,24 @@ packages: '@emotion/weak-memoize': 0.3.1 stylis: 4.2.0 + /@emotion/cache@11.14.0: + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + /@emotion/hash@0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} /@emotion/hash@0.9.1: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} + /@emotion/hash@0.9.2: + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + /@emotion/is-prop-valid@1.2.2: resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} dependencies: @@ -2890,6 +2908,9 @@ packages: /@emotion/memoize@0.8.1: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} + /@emotion/memoize@0.9.0: + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + /@emotion/react@11.11.4(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: @@ -2940,9 +2961,21 @@ packages: '@emotion/utils': 1.2.1 csstype: 3.1.3 + /@emotion/serialize@1.3.3: + resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.2 + csstype: 3.1.3 + /@emotion/sheet@1.2.2: resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} + /@emotion/sheet@1.4.0: + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + /@emotion/styled@11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==} peerDependencies: @@ -2984,6 +3017,9 @@ packages: react: 18.3.1 dev: false + /@emotion/unitless@0.10.0: + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + /@emotion/unitless@0.7.5: resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} @@ -3008,9 +3044,15 @@ packages: /@emotion/utils@1.2.1: resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} + /@emotion/utils@1.4.2: + resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + /@emotion/weak-memoize@0.3.1: resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} + /@emotion/weak-memoize@0.4.0: + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + /@esbuild/aix-ppc64@0.21.5: resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} engines: {node: '>=12'} @@ -3266,8 +3308,8 @@ packages: '@floating-ui/core': 1.6.2 '@floating-ui/utils': 0.2.2 - /@floating-ui/react-dom@2.0.9(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==} + /@floating-ui/react-dom@2.1.2(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -3276,8 +3318,8 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /@floating-ui/react-dom@2.0.9(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==} + /@floating-ui/react-dom@2.1.2(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -3885,21 +3927,21 @@ packages: /@microsoft/load-themed-styles@1.10.295: resolution: {integrity: sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg==} - /@mui/base@5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} - engines: {node: '>=12.0.0'} + /@mui/base@5.0.0-beta.68(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-F1JMNeLS9Qhjj3wN86JUQYBtJoXyQvknxlzwNl6eS0ZABo1MiohMONj3/WQzYPSXIKC2bS/ZbyBzdHhi2GnEpA==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.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: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.5 - '@floating-ui/react-dom': 2.0.9(react-dom@17.0.2)(react@17.0.2) - '@mui/types': 7.2.14(@types/react@17.0.80) - '@mui/utils': 5.15.14(@types/react@17.0.80)(react@17.0.2) + '@babel/runtime': 7.26.0 + '@floating-ui/react-dom': 2.1.2(react-dom@17.0.2)(react@17.0.2) + '@mui/types': 7.2.21(@types/react@17.0.80) + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) '@popperjs/core': 2.11.8 '@types/react': 17.0.80 clsx: 2.1.1 @@ -3907,21 +3949,21 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /@mui/base@5.0.0-beta.40(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} - engines: {node: '>=12.0.0'} + /@mui/base@5.0.0-beta.68(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-F1JMNeLS9Qhjj3wN86JUQYBtJoXyQvknxlzwNl6eS0ZABo1MiohMONj3/WQzYPSXIKC2bS/ZbyBzdHhi2GnEpA==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.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: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.5 - '@floating-ui/react-dom': 2.0.9(react-dom@18.3.1)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.2) - '@mui/utils': 5.15.14(@types/react@18.3.2)(react@18.3.1) + '@babel/runtime': 7.26.0 + '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1)(react@18.3.1) + '@mui/types': 7.2.21(@types/react@18.3.2) + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react': 18.3.2 clsx: 2.1.1 @@ -3930,332 +3972,207 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@mui/core-downloads-tracker@5.15.18: - resolution: {integrity: sha512-/9pVk+Al8qxAjwFUADv4BRZgMpZM4m5E+2Q/20qhVPuIJWqKp4Ie4tGExac6zu93rgPTYVQGgu+1vjiT0E+cEw==} + /@mui/core-downloads-tracker@6.3.1: + resolution: {integrity: sha512-2OmnEyoHpj5//dJJpMuxOeLItCCHdf99pjMFfUFdBteCunAK9jW+PwEo4mtdGcLs7P+IgZ+85ypd52eY4AigoQ==} - /@mui/icons-material@5.15.18(@mui/material@5.15.18)(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==} - engines: {node: '>=12.0.0'} + /@mui/icons-material@6.3.1(@mui/material@6.3.1)(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-nJmWj1PBlwS3t1PnoqcixIsftE+7xrW3Su7f0yrjPw4tVjYrgkhU0hrRp+OlURfZ3ptdSkoBkalee9Bhf1Erfw==} + 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.3.1 + '@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.24.5 - '@mui/material': 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@babel/runtime': 7.26.0 + '@mui/material': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@types/react': 17.0.80 react: 17.0.2 - /@mui/icons-material@5.15.18(@mui/material@5.15.18)(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==} - engines: {node: '>=12.0.0'} + /@mui/icons-material@6.3.1(@mui/material@6.3.1)(@types/react@18.3.2)(react@18.3.1): + resolution: {integrity: sha512-nJmWj1PBlwS3t1PnoqcixIsftE+7xrW3Su7f0yrjPw4tVjYrgkhU0hrRp+OlURfZ3ptdSkoBkalee9Bhf1Erfw==} + 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.3.1 + '@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.24.5 - '@mui/material': 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + '@babel/runtime': 7.26.0 + '@mui/material': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) '@types/react': 18.3.2 react: 18.3.1 dev: false - /@mui/material@5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-n+/dsiqux74fFfcRUJjok+ieNQ7+BEk6/OwX9cLcLvriZrZb+/7Y8+Fd2HlUUbn5N0CDurgAHm0VH1DqyJ9HAw==} - engines: {node: '>=12.0.0'} + /@mui/material@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-ynG9ayhxgCsHJ/dtDcT1v78/r2GwQyP3E0hPz3GdPRl0uFJz/uUTtI5KFYwadXmbC+Uv3bfB8laZ6+Cpzh03gA==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 + '@mui/material-pigment-css': ^6.3.1 + '@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.24.5 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) - '@mui/base': 5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@mui/core-downloads-tracker': 5.15.18 - '@mui/system': 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) - '@mui/types': 7.2.14(@types/react@17.0.80) - '@mui/utils': 5.15.14(@types/react@17.0.80)(react@17.0.2) + '@mui/core-downloads-tracker': 6.3.1 + '@mui/system': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) + '@mui/types': 7.2.21(@types/react@17.0.80) + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) + '@popperjs/core': 2.11.8 '@types/react': 17.0.80 - '@types/react-transition-group': 4.4.10 + '@types/react-transition-group': 4.4.12(@types/react@17.0.80) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-is: 18.2.0 + react-is: 19.0.0 react-transition-group: 4.4.5(react-dom@17.0.2)(react@17.0.2) - /@mui/material@5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-n+/dsiqux74fFfcRUJjok+ieNQ7+BEk6/OwX9cLcLvriZrZb+/7Y8+Fd2HlUUbn5N0CDurgAHm0VH1DqyJ9HAw==} - engines: {node: '>=12.0.0'} + /@mui/material@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-ynG9ayhxgCsHJ/dtDcT1v78/r2GwQyP3E0hPz3GdPRl0uFJz/uUTtI5KFYwadXmbC+Uv3bfB8laZ6+Cpzh03gA==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 + '@mui/material-pigment-css': ^6.3.1 + '@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.24.5 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) - '@mui/base': 5.0.0-beta.40(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) - '@mui/core-downloads-tracker': 5.15.18 - '@mui/system': 5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.2) - '@mui/utils': 5.15.14(@types/react@18.3.2)(react@18.3.1) + '@mui/core-downloads-tracker': 6.3.1 + '@mui/system': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) + '@mui/types': 7.2.21(@types/react@18.3.2) + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) + '@popperjs/core': 2.11.8 '@types/react': 18.3.2 - '@types/react-transition-group': 4.4.10 + '@types/react-transition-group': 4.4.12(@types/react@18.3.2) 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.2.0 + react-is: 19.0.0 react-transition-group: 4.4.5(react-dom@18.3.1)(react@18.3.1) dev: false - /@mui/private-theming@5.15.14(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.8 - '@mui/utils': 5.15.14(@types/react@17.0.80)(react@17.0.2) - '@types/react': 17.0.80 - prop-types: 15.8.1 - react: 17.0.2 - - /@mui/private-theming@5.15.14(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==} - engines: {node: '>=12.0.0'} + /@mui/private-theming@6.3.1(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-g0u7hIUkmXmmrmmf5gdDYv9zdAig0KoxhIQn1JN8IVqApzf/AyRhH3uDGx5mSvs8+a1zb4+0W6LC260SyTTtdQ==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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.24.8 - '@mui/utils': 5.15.14(@types/react@18.3.2)(react@18.3.1) - '@types/react': 18.3.2 - prop-types: 15.8.1 - react: 18.3.1 - dev: false - - /@mui/private-theming@5.16.4(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-ZsAm8cq31SJ37SVWLRlu02v9SRthxnfQofaiv14L5Bht51B0dz6yQEoVU/V8UduZDCCIrWkBHuReVfKhE/UuXA==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.8 - '@mui/utils': 5.16.4(@types/react@17.0.80)(react@17.0.2) + '@babel/runtime': 7.26.0 + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) '@types/react': 17.0.80 prop-types: 15.8.1 react: 17.0.2 - /@mui/private-theming@5.16.4(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-ZsAm8cq31SJ37SVWLRlu02v9SRthxnfQofaiv14L5Bht51B0dz6yQEoVU/V8UduZDCCIrWkBHuReVfKhE/UuXA==} - engines: {node: '>=12.0.0'} + /@mui/private-theming@6.3.1(@types/react@18.3.2)(react@18.3.1): + resolution: {integrity: sha512-g0u7hIUkmXmmrmmf5gdDYv9zdAig0KoxhIQn1JN8IVqApzf/AyRhH3uDGx5mSvs8+a1zb4+0W6LC260SyTTtdQ==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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.24.8 - '@mui/utils': 5.16.4(@types/react@18.3.2)(react@18.3.1) + '@babel/runtime': 7.26.0 + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) '@types/react': 18.3.2 prop-types: 15.8.1 react: 18.3.1 dev: false - /@mui/styled-engine@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2): - resolution: {integrity: sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.4.1 - '@emotion/styled': ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) - csstype: 3.1.3 - prop-types: 15.8.1 - react: 17.0.2 - - /@mui/styled-engine@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): - resolution: {integrity: sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.4.1 - '@emotion/styled': ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) - csstype: 3.1.3 - prop-types: 15.8.1 - react: 18.3.1 - dev: false - - /@mui/styled-engine@5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2): - resolution: {integrity: sha512-0+mnkf+UiAmTVB8PZFqOhqf729Yh0Cxq29/5cA3VAyDVTRIUUQ8FXQhiAhUIbijFmM72rY80ahFPXIm4WDbzcA==} - engines: {node: '>=12.0.0'} + /@mui/styled-engine@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2): + resolution: {integrity: sha512-/7CC0d2fIeiUxN5kCCwYu4AWUDd9cCTxWCyo0v/Rnv6s8uk6hWgJC3VLZBoDENBHf/KjqDZuYJ2CR+7hD6QYww==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.4.1 '@emotion/styled': ^11.3.0 - react: ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': optional: true '@emotion/styled': optional: true dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 + '@babel/runtime': 7.26.0 + '@emotion/cache': 11.14.0 '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) csstype: 3.1.3 prop-types: 15.8.1 react: 17.0.2 - /@mui/styled-engine@5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): - resolution: {integrity: sha512-0+mnkf+UiAmTVB8PZFqOhqf729Yh0Cxq29/5cA3VAyDVTRIUUQ8FXQhiAhUIbijFmM72rY80ahFPXIm4WDbzcA==} - engines: {node: '>=12.0.0'} + /@mui/styled-engine@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): + resolution: {integrity: sha512-/7CC0d2fIeiUxN5kCCwYu4AWUDd9cCTxWCyo0v/Rnv6s8uk6hWgJC3VLZBoDENBHf/KjqDZuYJ2CR+7hD6QYww==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.4.1 '@emotion/styled': ^11.3.0 - react: ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': optional: true '@emotion/styled': optional: true dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 + '@babel/runtime': 7.26.0 + '@emotion/cache': 11.14.0 '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 dev: false - /@mui/system@5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-aulox6N1dnu5PABsfxVGOZffDVmlxPOVgj56HrUnJE8MCSh8lOvvkd47cebIVQQYAjpwieXQXiDPj5pwM40jTQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.5.0 - '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.5 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) - '@mui/private-theming': 5.15.14(@types/react@17.0.80)(react@17.0.2) - '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2) - '@mui/types': 7.2.14(@types/react@17.0.80) - '@mui/utils': 5.15.14(@types/react@17.0.80)(react@17.0.2) - '@types/react': 17.0.80 - clsx: 2.1.1 - csstype: 3.1.3 - prop-types: 15.8.1 - react: 17.0.2 - - /@mui/system@5.15.15(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-aulox6N1dnu5PABsfxVGOZffDVmlxPOVgj56HrUnJE8MCSh8lOvvkd47cebIVQQYAjpwieXQXiDPj5pwM40jTQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.5.0 - '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.5 - '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) - '@mui/private-theming': 5.15.14(@types/react@18.3.2)(react@18.3.1) - '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.2) - '@mui/utils': 5.15.14(@types/react@18.3.2)(react@18.3.1) - '@types/react': 18.3.2 - clsx: 2.1.1 - csstype: 3.1.3 - prop-types: 15.8.1 - react: 18.3.1 - dev: false - - /@mui/system@5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-ET1Ujl2/8hbsD611/mqUuNArMCGv/fIWO/f8B3ZqF5iyPHM2aS74vhTNyjytncc4i6dYwGxNk+tLa7GwjNS0/w==} - engines: {node: '>=12.0.0'} + /@mui/system@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-AwqQ3EAIT2np85ki+N15fF0lFXX1iFPqenCzVOSl3QXKy2eifZeGd9dGtt7pGMoFw5dzW4dRGGzRpLAq9rkl7A==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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 @@ -4264,27 +4181,27 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) - '@mui/private-theming': 5.16.4(@types/react@17.0.80)(react@17.0.2) - '@mui/styled-engine': 5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2) - '@mui/types': 7.2.15(@types/react@17.0.80) - '@mui/utils': 5.16.4(@types/react@17.0.80)(react@17.0.2) + '@mui/private-theming': 6.3.1(@types/react@17.0.80)(react@17.0.2) + '@mui/styled-engine': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@17.0.2) + '@mui/types': 7.2.21(@types/react@17.0.80) + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) '@types/react': 17.0.80 clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 17.0.2 - /@mui/system@5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-ET1Ujl2/8hbsD611/mqUuNArMCGv/fIWO/f8B3ZqF5iyPHM2aS74vhTNyjytncc4i6dYwGxNk+tLa7GwjNS0/w==} - engines: {node: '>=12.0.0'} + /@mui/system@6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1): + resolution: {integrity: sha512-AwqQ3EAIT2np85ki+N15fF0lFXX1iFPqenCzVOSl3QXKy2eifZeGd9dGtt7pGMoFw5dzW4dRGGzRpLAq9rkl7A==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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 @@ -4293,13 +4210,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) - '@mui/private-theming': 5.16.4(@types/react@18.3.2)(react@18.3.1) - '@mui/styled-engine': 5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.2) - '@mui/utils': 5.16.4(@types/react@18.3.2)(react@18.3.1) + '@mui/private-theming': 6.3.1(@types/react@18.3.2)(react@18.3.1) + '@mui/styled-engine': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) + '@mui/types': 7.2.21(@types/react@18.3.2) + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) '@types/react': 18.3.2 clsx: 2.1.1 csstype: 3.1.3 @@ -4307,136 +4224,83 @@ packages: react: 18.3.1 dev: false - /@mui/types@7.2.14(@types/react@17.0.80): - resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.80 - - /@mui/types@7.2.14(@types/react@18.3.2): - resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.3.2 - dev: false - - /@mui/types@7.2.15(@types/react@17.0.80): - resolution: {integrity: sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.80 - - /@mui/types@7.2.15(@types/react@18.3.2): - resolution: {integrity: sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.3.2 - dev: false - - /@mui/utils@5.15.14(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==} - engines: {node: '>=12.0.0'} + /@mui/types@7.2.21(@types/react@17.0.80): + resolution: {integrity: sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.8 - '@types/prop-types': 15.7.12 '@types/react': 17.0.80 - prop-types: 15.8.1 - react: 17.0.2 - react-is: 18.2.0 - /@mui/utils@5.15.14(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==} - engines: {node: '>=12.0.0'} + /@mui/types@7.2.21(@types/react@18.3.2): + resolution: {integrity: sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true dependencies: - '@babel/runtime': 7.24.8 - '@types/prop-types': 15.7.12 '@types/react': 18.3.2 - prop-types: 15.8.1 - react: 18.3.1 - react-is: 18.2.0 dev: false - /@mui/utils@5.16.4(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-nlppYwq10TBIFqp7qxY0SvbACOXeOjeVL3pOcDsK0FT8XjrEXh9/+lkg8AEIzD16z7YfiJDQjaJG2OLkE7BxNg==} - engines: {node: '>=12.0.0'} + /@mui/utils@6.3.1(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-sjGjXAngoio6lniQZKJ5zGfjm+LD2wvLwco7FbKe1fu8A7VIFmz2SwkLb+MDPLNX1lE7IscvNNyh1pobtZg2tw==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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.24.8 - '@types/prop-types': 15.7.12 + '@babel/runtime': 7.26.0 + '@mui/types': 7.2.21(@types/react@17.0.80) + '@types/prop-types': 15.7.14 '@types/react': 17.0.80 clsx: 2.1.1 prop-types: 15.8.1 react: 17.0.2 - react-is: 18.3.1 + react-is: 19.0.0 - /@mui/utils@5.16.4(@types/react@18.3.2)(react@18.3.1): - resolution: {integrity: sha512-nlppYwq10TBIFqp7qxY0SvbACOXeOjeVL3pOcDsK0FT8XjrEXh9/+lkg8AEIzD16z7YfiJDQjaJG2OLkE7BxNg==} - engines: {node: '>=12.0.0'} + /@mui/utils@6.3.1(@types/react@18.3.2)(react@18.3.1): + resolution: {integrity: sha512-sjGjXAngoio6lniQZKJ5zGfjm+LD2wvLwco7FbKe1fu8A7VIFmz2SwkLb+MDPLNX1lE7IscvNNyh1pobtZg2tw==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.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.24.8 - '@types/prop-types': 15.7.12 + '@babel/runtime': 7.26.0 + '@mui/types': 7.2.21(@types/react@18.3.2) + '@types/prop-types': 15.7.14 '@types/react': 18.3.2 clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 - react-is: 18.3.1 + react-is: 19.0.0 dev: false - /@mui/x-date-pickers@7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-mfJuKOdrrdlH5FskXl0aypRmZuVctNRwn5Xw0aMgE3n1ORCpzDSGCXd5El1/PdH3/3olT+vPFmxXKMQju5UMow==} + /@mui/x-date-pickers@7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@17.0.80)(moment@2.30.1)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-jt6rEAYLju3NZe3y2S+I5KcTiSHV79FW0jeNUEUTceg1qsPzseHbND66k3zVF0hO3N2oZtLtPywof6vN5Doe+Q==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.9.0 '@emotion/styled': ^11.8.1 - '@mui/material': ^5.15.14 - date-fns: ^2.25.0 || ^3.2.0 - date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 + '@mui/material': ^5.15.14 || ^6.0.0 + '@mui/system': ^5.15.14 || ^6.0.0 + date-fns: ^2.25.0 || ^3.2.0 || ^4.0.0 + date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0 dayjs: ^1.10.7 luxon: ^3.0.2 moment: ^2.29.4 - moment-hijri: ^2.1.2 + moment-hijri: ^2.1.2 || ^3.0.0 moment-jalaali: ^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.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 @@ -4457,14 +4321,14 @@ packages: moment-jalaali: optional: true dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) - '@mui/base': 5.0.0-beta.40(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@mui/material': 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@mui/system': 5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) - '@mui/utils': 5.16.4(@types/react@17.0.80)(react@17.0.2) - '@types/react-transition-group': 4.4.10 + '@mui/material': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@mui/system': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react@17.0.2) + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) + '@mui/x-internals': 7.23.6(@types/react@17.0.80)(react@17.0.2) + '@types/react-transition-group': 4.4.12(@types/react@17.0.80) clsx: 2.1.1 moment: 2.30.1 prop-types: 15.8.1 @@ -4474,22 +4338,23 @@ packages: transitivePeerDependencies: - '@types/react' - /@mui/x-date-pickers@7.10.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@5.15.18)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-mfJuKOdrrdlH5FskXl0aypRmZuVctNRwn5Xw0aMgE3n1ORCpzDSGCXd5El1/PdH3/3olT+vPFmxXKMQju5UMow==} + /@mui/x-date-pickers@7.23.6(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/material@6.3.1)(@mui/system@6.3.1)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-jt6rEAYLju3NZe3y2S+I5KcTiSHV79FW0jeNUEUTceg1qsPzseHbND66k3zVF0hO3N2oZtLtPywof6vN5Doe+Q==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.9.0 '@emotion/styled': ^11.8.1 - '@mui/material': ^5.15.14 - date-fns: ^2.25.0 || ^3.2.0 - date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 + '@mui/material': ^5.15.14 || ^6.0.0 + '@mui/system': ^5.15.14 || ^6.0.0 + date-fns: ^2.25.0 || ^3.2.0 || ^4.0.0 + date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0 dayjs: ^1.10.7 luxon: ^3.0.2 moment: ^2.29.4 - moment-hijri: ^2.1.2 + moment-hijri: ^2.1.2 || ^3.0.0 moment-jalaali: ^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.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 @@ -4510,14 +4375,14 @@ packages: moment-jalaali: optional: true dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.26.0 '@emotion/react': 11.11.4(@types/react@18.3.2)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.3.2)(react@18.3.1) - '@mui/base': 5.0.0-beta.40(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) - '@mui/material': 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) - '@mui/system': 5.16.4(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) - '@mui/utils': 5.16.4(@types/react@18.3.2)(react@18.3.1) - '@types/react-transition-group': 4.4.10 + '@mui/material': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react-dom@18.3.1)(react@18.3.1) + '@mui/system': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.3.2)(react@18.3.1) + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) + '@mui/x-internals': 7.23.6(@types/react@18.3.2)(react@18.3.1) + '@types/react-transition-group': 4.4.12(@types/react@18.3.2) clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 @@ -4527,6 +4392,31 @@ packages: - '@types/react' dev: false + /@mui/x-internals@7.23.6(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-hT1Pa4PNCnxwiauPbYMC3p4DiEF1x05Iu4C1MtC/jMJ1LtthymLmTuQ6ZQ53/R9FeqK6sYd6A6noR+vNMjp5DA==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + dependencies: + '@babel/runtime': 7.26.0 + '@mui/utils': 6.3.1(@types/react@17.0.80)(react@17.0.2) + react: 17.0.2 + transitivePeerDependencies: + - '@types/react' + + /@mui/x-internals@7.23.6(@types/react@18.3.2)(react@18.3.1): + resolution: {integrity: sha512-hT1Pa4PNCnxwiauPbYMC3p4DiEF1x05Iu4C1MtC/jMJ1LtthymLmTuQ6ZQ53/R9FeqK6sYd6A6noR+vNMjp5DA==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + dependencies: + '@babel/runtime': 7.26.0 + '@mui/utils': 6.3.1(@types/react@18.3.2)(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - '@types/react' + dev: false + /@next/env@14.2.23: resolution: {integrity: sha512-CysUC9IO+2Bh0omJ3qrb47S8DtsTKbFidGm6ow4gXIG6reZybqxbkH2nhdEm1tC8SmgzDdpq3BIML0PWsmyUYA==} @@ -5928,6 +5818,9 @@ packages: /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} + /@types/prop-types@15.7.14: + resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==} + /@types/qs@6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} @@ -5950,6 +5843,21 @@ packages: dependencies: '@types/react': 18.3.2 + /@types/react-transition-group@4.4.12(@types/react@17.0.80): + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' + dependencies: + '@types/react': 17.0.80 + + /@types/react-transition-group@4.4.12(@types/react@18.3.2): + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' + dependencies: + '@types/react': 18.3.2 + dev: false + /@types/react@17.0.80: resolution: {integrity: sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==} dependencies: @@ -11317,14 +11225,14 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: false - /material-ui-confirm@3.0.7(@mui/material@5.15.18)(react-dom@17.0.2)(react@17.0.2): + /material-ui-confirm@3.0.7(@mui/material@6.3.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-HZkym2nYSdKAmcCVtj/N/ygwWz/mlbWLrLAY6oRxBvD4Z1JBEmBNC//4yGAiNKlR0/9BlC6GKdY5RnqUaTwSKA==} peerDependencies: '@mui/material': '>= 5.0.0' react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@mui/material': 5.15.18(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@mui/material': 6.3.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false @@ -14080,6 +13988,10 @@ packages: /react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + dev: true + + /react-is@19.0.0: + resolution: {integrity: sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==} /react-popper@2.3.0(@popperjs/core@2.11.8)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==} @@ -14184,7 +14096,7 @@ packages: dependencies: object-assign: 4.1.1 react: 17.0.2 - react-is: 18.2.0 + react-is: 18.3.1 dev: true /react-test-renderer@17.0.2(react@17.0.2):