From 3e6876a749ed5d65d42bc5667b8fc94fbc763c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:27:38 +0000 Subject: [PATCH 1/6] chore(deps): update pnpm to v8.14.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6d717c1..2c36f81f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "turbo": "1.11.3", "@turbo/gen": "1.11.3" }, - "packageManager": "pnpm@8.14.1", + "packageManager": "pnpm@8.14.3", "name": "ui" } From 2c32a30506c09777d9897e59808cdfa24c8e3982 Mon Sep 17 00:00:00 2001 From: DorijanH Date: Wed, 24 Jan 2024 14:05:24 +0100 Subject: [PATCH 2/6] fix(react-ui/select): Changed the way list decorators are injected --- .../components/ExampleSelectManageable.tsx | 9 ++++++++- packages/react-ui/Select/Select.tsx | 20 +++++++------------ ...lect] The way list decorators are injected | 0 3 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 packages/react-ui/changes/Changed [Select] The way list decorators are injected diff --git a/apps/docs/components/ExampleSelectManageable.tsx b/apps/docs/components/ExampleSelectManageable.tsx index 87e40366..e7d9509d 100644 --- a/apps/docs/components/ExampleSelectManageable.tsx +++ b/apps/docs/components/ExampleSelectManageable.tsx @@ -28,7 +28,14 @@ export function ExampleSelectManageable() { )} listEndDecorator={( - )} diff --git a/packages/react-ui/Select/Select.tsx b/packages/react-ui/Select/Select.tsx index 39e58bca..ef28a922 100644 --- a/packages/react-ui/Select/Select.tsx +++ b/packages/react-ui/Select/Select.tsx @@ -1,5 +1,5 @@ import { useState, useEffect, KeyboardEvent, SyntheticEvent, FocusEvent, ReactNode } from 'react'; -import { Autocomplete, TextField, CircularProgress, ChipTypeMap, Popper, Paper } from '@mui/material'; +import { Autocomplete, TextField, CircularProgress, ChipTypeMap, Paper } from '@mui/material'; import { type AutocompleteProps, createFilterOptions } from '@mui/material/Autocomplete'; import { useDebounce } from '@enterwell/react-hooks'; @@ -238,18 +238,12 @@ export function Select< {displayOption ? displayOption(option) : option.label} )} - PopperComponent={({ children, ...rest }) => ( - - - {listStartDecorator} - {typeof children === 'function' ? children({ placement: rest.placement ?? 'auto' }) : children} - {listEndDecorator} - - + PaperComponent={({ children, ...rest }) => ( + + {listStartDecorator} + {children} + {listEndDecorator} + )} filterOptions={customFilterOptions} renderInput={(params) => ( diff --git a/packages/react-ui/changes/Changed [Select] The way list decorators are injected b/packages/react-ui/changes/Changed [Select] The way list decorators are injected new file mode 100644 index 00000000..e69de29b From f2c5a741968ff29f0b3e77d2be0662fa8cd8f6a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 03:02:15 +0000 Subject: [PATCH 3/6] chore(deps): update dependency @microsoft/api-extractor to v7.39.4 --- packages/react-hooks/package.json | 2 +- packages/react-mui-hooks/package.json | 2 +- packages/react-ui/package.json | 2 +- pnpm-lock.yaml | 40 +++++++++++++-------------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index b71cec06..c23fe2c6 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -23,7 +23,7 @@ "lint": "eslint ." }, "devDependencies": { - "@microsoft/api-extractor": "7.39.1", + "@microsoft/api-extractor": "7.39.4", "@types/node": "18.19.8", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", diff --git a/packages/react-mui-hooks/package.json b/packages/react-mui-hooks/package.json index 3bf4c90a..086d1dbb 100644 --- a/packages/react-mui-hooks/package.json +++ b/packages/react-mui-hooks/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@enterwell/react-hooks": "workspace:*", "@enterwell/react-ui": "workspace:*", - "@microsoft/api-extractor": "7.39.1", + "@microsoft/api-extractor": "7.39.4", "@mui/material": "5.15.5", "@mui/x-data-grid-pro": "6.19.1", "@types/node": "18.19.8", diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 59777673..bbdde297 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -27,7 +27,7 @@ "@emotion/react": "11.11.3", "@emotion/styled": "11.11.0", "@enterwell/react-hooks": "workspace:*", - "@microsoft/api-extractor": "7.39.1", + "@microsoft/api-extractor": "7.39.4", "@mui/icons-material": "5.15.5", "@mui/material": "5.15.5", "@mui/system": "5.15.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13ae24ce..4ce337f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -134,8 +134,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@microsoft/api-extractor': - specifier: 7.39.1 - version: 7.39.1(@types/node@18.19.8) + specifier: 7.39.4 + version: 7.39.4(@types/node@18.19.8) '@types/node': specifier: 18.19.8 version: 18.19.8 @@ -159,7 +159,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.0.1 - version: 8.0.1(@microsoft/api-extractor@7.39.1)(typescript@5.3.3) + version: 8.0.1(@microsoft/api-extractor@7.39.4)(typescript@5.3.3) typescript: specifier: 5.3.3 version: 5.3.3 @@ -177,8 +177,8 @@ importers: specifier: workspace:* version: link:../react-ui '@microsoft/api-extractor': - specifier: 7.39.1 - version: 7.39.1(@types/node@18.19.8) + specifier: 7.39.4 + version: 7.39.4(@types/node@18.19.8) '@mui/material': specifier: 5.15.5 version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) @@ -211,7 +211,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.0.1 - version: 8.0.1(@microsoft/api-extractor@7.39.1)(typescript@5.3.3) + version: 8.0.1(@microsoft/api-extractor@7.39.4)(typescript@5.3.3) typescript: specifier: 5.3.3 version: 5.3.3 @@ -232,8 +232,8 @@ importers: specifier: workspace:* version: link:../react-hooks '@microsoft/api-extractor': - specifier: 7.39.1 - version: 7.39.1(@types/node@18.19.8) + specifier: 7.39.4 + version: 7.39.4(@types/node@18.19.8) '@mui/icons-material': specifier: 5.15.5 version: 5.15.5(@mui/material@5.15.5)(@types/react@18.2.48)(react@18.2.0) @@ -275,7 +275,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.0.1 - version: 8.0.1(@microsoft/api-extractor@7.39.1)(typescript@5.3.3) + version: 8.0.1(@microsoft/api-extractor@7.39.4)(typescript@5.3.3) typescript: specifier: 5.3.3 version: 5.3.3 @@ -1103,24 +1103,24 @@ packages: react: 18.2.0 dev: false - /@microsoft/api-extractor-model@7.28.4(@types/node@18.19.8): - resolution: {integrity: sha512-vucgyPmgHrJ/D4/xQywAmjTmSfxAx2/aDmD6TkIoLu51FdsAfuWRbijWA48AePy60OO+l+mmy9p2P/CEeBZqig==} + /@microsoft/api-extractor-model@7.28.7(@types/node@18.19.8): + resolution: {integrity: sha512-4gCGGEQGHmbQmarnDcEWS2cjj0LtNuD3D6rh3ZcAyAYTkceAugAk2eyQHGdTcGX8w3qMjWCTU1TPb8xHnMM+Kg==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.63.0(@types/node@18.19.8) + '@rushstack/node-core-library': 3.64.2(@types/node@18.19.8) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.39.1(@types/node@18.19.8): - resolution: {integrity: sha512-V0HtCufWa8hZZvSmlEzQZfINcJkHAU/bmpyJQj6w+zpI87EkR8DuBOW6RWrO9c7mUYFZoDaNgUTyKo83ytv+QQ==} + /@microsoft/api-extractor@7.39.4(@types/node@18.19.8): + resolution: {integrity: sha512-6YvfkpbEqRQ0UPdVBc+lOiq7VlXi9kw8U3w+RcXCFDVc/UljlXU5l9fHEyuBAW1GGO2opUe+yf9OscWhoHANhg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.4(@types/node@18.19.8) + '@microsoft/api-extractor-model': 7.28.7(@types/node@18.19.8) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.63.0(@types/node@18.19.8) + '@rushstack/node-core-library': 3.64.2(@types/node@18.19.8) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.17.1 colors: 1.2.5 @@ -1875,8 +1875,8 @@ packages: resolution: {integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==} dev: true - /@rushstack/node-core-library@3.63.0(@types/node@18.19.8): - resolution: {integrity: sha512-Q7B3dVpBQF1v+mUfxNcNZh5uHVR8ntcnkN5GYjbBLrxUYHBGKbnCM+OdcN+hzCpFlLBH6Ob0dEHhZ0spQwf24A==} + /@rushstack/node-core-library@3.64.2(@types/node@18.19.8): + resolution: {integrity: sha512-n1S2VYEklONiwKpUyBq/Fym6yAsfsCXrqFabuOMcCuj4C+zW+HyaspSHXJCKqkMxfjviwe/c9+DUqvRWIvSN9Q==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -8625,7 +8625,7 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsup@8.0.1(@microsoft/api-extractor@7.39.1)(typescript@5.3.3): + /tsup@8.0.1(@microsoft/api-extractor@7.39.4)(typescript@5.3.3): resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==} engines: {node: '>=18'} hasBin: true @@ -8644,7 +8644,7 @@ packages: typescript: optional: true dependencies: - '@microsoft/api-extractor': 7.39.1(@types/node@18.19.8) + '@microsoft/api-extractor': 7.39.4(@types/node@18.19.8) bundle-require: 4.0.1(esbuild@0.19.7) cac: 6.7.14 chokidar: 3.5.3 From 77d0c63773d72ed2d7cd4dabb77d95841fdbbbfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:43:41 +0000 Subject: [PATCH 4/6] fix(deps): update dependency classix to v2.1.36 --- apps/docs/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index bd32d00a..df6a28b2 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -33,7 +33,7 @@ "@mui/x-data-grid-pro": "6.19.1", "@mui/x-date-pickers": "5.0.20", "@mui/x-date-pickers-pro": "5.0.20", - "classix": "2.1.35", + "classix": "2.1.36", "comment-parser": "1.4.1", "next": "14.1.0", "nextra": "2.13.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13ae24ce..4db5954d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: 5.0.20 version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) classix: - specifier: 2.1.35 - version: 2.1.35 + specifier: 2.1.36 + version: 2.1.36 comment-parser: specifier: 1.4.1 version: 1.4.1 @@ -2924,8 +2924,8 @@ packages: engines: {node: '>=8'} dev: true - /classix@2.1.35: - resolution: {integrity: sha512-YRI5UjBq9Aspfnj6ZyCobyeye3EDAanCpBWqXhNH9bVloKC6Ejnz+K4pWu/qMSaJRJEtLgmfvkIRk5zbQqj2PA==} + /classix@2.1.36: + resolution: {integrity: sha512-1glwI9Ho7s/Z5vqCNLj3eYU+17A9KHjLREcmzJUmZS+GnXBgS1/or5fzqhB5b59jsPxazONrajM5d9hgJgnnlA==} dev: false /clean-regexp@1.0.0: From 838948b9aec4e73582baad0012332297a5565406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 02:40:05 +0000 Subject: [PATCH 5/6] chore(deps): update endbug/add-and-commit action to v9.1.4 --- .github/workflows/npm-publish-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-reusable.yml b/.github/workflows/npm-publish-reusable.yml index 87a38a7b..67cc4289 100644 --- a/.github/workflows/npm-publish-reusable.yml +++ b/.github/workflows/npm-publish-reusable.yml @@ -45,7 +45,7 @@ jobs: changes-location: ./packages/${{ inputs.name }}/changes path-to-project-file: ./packages/${{ inputs.name }}/package.json - name: Commit changelog changes - uses: EndBug/add-and-commit@v9.1.3 + uses: EndBug/add-and-commit@v9.1.4 with: message: "[skip ci] [version-bump] Automated commit for version ${{ steps.version-bump.outputs.bumped-semantic-version }}" - run: pnpm i --frozen-lockfile --filter=${{ inputs.name }}... From 4483b93d82415927b97494fc9fa7465bf559a04b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:28:45 +0000 Subject: [PATCH 6/6] chore(deps): update material-ui monorepo --- apps/docs/package.json | 10 +- packages/react-mui-hooks/package.json | 4 +- packages/react-ui/package.json | 6 +- pnpm-lock.yaml | 157 ++++++++++++++------------ 4 files changed, 97 insertions(+), 80 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index df6a28b2..24a4919e 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -26,11 +26,11 @@ "@enterwell/react-ui": "workspace:*", "@mdx-js/mdx": "3.0.0", "@mdx-js/react": "3.0.0", - "@mui/icons-material": "5.15.5", - "@mui/lab": "5.0.0-alpha.161", - "@mui/material": "5.15.5", - "@mui/system": "5.15.5", - "@mui/x-data-grid-pro": "6.19.1", + "@mui/icons-material": "5.15.6", + "@mui/lab": "5.0.0-alpha.162", + "@mui/material": "5.15.6", + "@mui/system": "5.15.6", + "@mui/x-data-grid-pro": "6.19.2", "@mui/x-date-pickers": "5.0.20", "@mui/x-date-pickers-pro": "5.0.20", "classix": "2.1.36", diff --git a/packages/react-mui-hooks/package.json b/packages/react-mui-hooks/package.json index 086d1dbb..5ea77168 100644 --- a/packages/react-mui-hooks/package.json +++ b/packages/react-mui-hooks/package.json @@ -26,8 +26,8 @@ "@enterwell/react-hooks": "workspace:*", "@enterwell/react-ui": "workspace:*", "@microsoft/api-extractor": "7.39.4", - "@mui/material": "5.15.5", - "@mui/x-data-grid-pro": "6.19.1", + "@mui/material": "5.15.6", + "@mui/x-data-grid-pro": "6.19.2", "@types/node": "18.19.8", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index bbdde297..fd12e7b4 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -28,9 +28,9 @@ "@emotion/styled": "11.11.0", "@enterwell/react-hooks": "workspace:*", "@microsoft/api-extractor": "7.39.4", - "@mui/icons-material": "5.15.5", - "@mui/material": "5.15.5", - "@mui/system": "5.15.5", + "@mui/icons-material": "5.15.6", + "@mui/material": "5.15.6", + "@mui/system": "5.15.6", "@mui/x-date-pickers-pro": "5.0.20", "@mui/x-date-pickers": "5.0.20", "@types/node": "18.19.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d51cef4..ad563e05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,26 +45,26 @@ importers: specifier: 3.0.0 version: 3.0.0(@types/react@18.2.48)(react@18.2.0) '@mui/icons-material': - specifier: 5.15.5 - version: 5.15.5(@mui/material@5.15.5)(@types/react@18.2.48)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@mui/material@5.15.6)(@types/react@18.2.48)(react@18.2.0) '@mui/lab': - specifier: 5.0.0-alpha.161 - version: 5.0.0-alpha.161(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 5.0.0-alpha.162 + version: 5.0.0-alpha.162(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/material': - specifier: 5.15.5 - version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/system': - specifier: 5.15.5 - version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/x-data-grid-pro': - specifier: 6.19.1 - version: 6.19.1(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 6.19.2 + version: 6.19.2(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/x-date-pickers': specifier: 5.0.20 - version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) '@mui/x-date-pickers-pro': specifier: 5.0.20 - version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) classix: specifier: 2.1.36 version: 2.1.36 @@ -180,11 +180,11 @@ importers: specifier: 7.39.4 version: 7.39.4(@types/node@18.19.8) '@mui/material': - specifier: 5.15.5 - version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/x-data-grid-pro': - specifier: 6.19.1 - version: 6.19.1(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 6.19.2 + version: 6.19.2(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@types/node': specifier: 18.19.8 version: 18.19.8 @@ -235,20 +235,20 @@ importers: specifier: 7.39.4 version: 7.39.4(@types/node@18.19.8) '@mui/icons-material': - specifier: 5.15.5 - version: 5.15.5(@mui/material@5.15.5)(@types/react@18.2.48)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@mui/material@5.15.6)(@types/react@18.2.48)(react@18.2.0) '@mui/material': - specifier: 5.15.5 - version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/system': - specifier: 5.15.5 - version: 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + specifier: 5.15.6 + version: 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/x-date-pickers': specifier: 5.0.20 - version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) '@mui/x-date-pickers-pro': specifier: 5.0.20 - version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) '@types/node': specifier: 18.19.8 version: 18.19.8 @@ -1146,8 +1146,8 @@ packages: resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: true - /@mui/base@5.0.0-beta.32(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-4VptvYeLUYMJhZapWBkD50GmKfOc0XT381KJcTK3ncZYIl8MdBhpR6l8jOyeP5cixUPBJhstjrnmQEAHjCLriw==} + /@mui/base@5.0.0-beta.33(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-WcSpoJUw/UYHXpvgtl4HyMar2Ar97illUpqiS/X1gtSBp6sdDW6kB2BJ9OlVQ+Kk/RL2GDp/WHA9sbjAYV35ow==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -1160,7 +1160,7 @@ packages: '@babel/runtime': 7.23.8 '@floating-ui/react-dom': 2.0.6(react-dom@18.2.0)(react@18.2.0) '@mui/types': 7.2.13(@types/react@18.2.48) - '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) + '@mui/utils': 5.15.6(@types/react@18.2.48)(react@18.2.0) '@popperjs/core': 2.11.8 '@types/react': 18.2.48 clsx: 2.1.0 @@ -1168,11 +1168,11 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - /@mui/core-downloads-tracker@5.15.5: - resolution: {integrity: sha512-VhT8klyXy8GrWrARqLMoM6Nzz809Jc3Wn5wd7WOZfre2vFO1rBV1dBANAPBhBqpaQI0HCMRTWEYoSyOFgRnz4A==} + /@mui/core-downloads-tracker@5.15.6: + resolution: {integrity: sha512-0aoWS4qvk1uzm9JBs83oQmIMIQeTBUeqqu8u+3uo2tMznrB5fIKqQVCbCgq+4Tm4jG+5F7dIvnjvQ2aV7UKtdw==} - /@mui/icons-material@5.15.5(@mui/material@5.15.5)(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-qiql0fd1JY7TZ1wm1RldvU7sL8QUatE9OC12i/qm5rnm/caTFyAfOyTIR7qqxorsJvoZGyrzwoMkal6Ij9kM0A==} + /@mui/icons-material@5.15.6(@mui/material@5.15.6)(@types/react@18.2.48)(react@18.2.0): + resolution: {integrity: sha512-GnkxMtlhs+8ieHLmCytg00ew0vMOiXGFCw8Ra9nxMsBjBqnrOI5gmXqUm+sGggeEU/HG8HyeqC1MX/IxOBJHzA==} engines: {node: '>=12.0.0'} peerDependencies: '@mui/material': ^5.0.0 @@ -1183,12 +1183,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.8 - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@types/react': 18.2.48 react: 18.2.0 - /@mui/lab@5.0.0-alpha.161(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-dLWWZrJAi44av+iiqEHpZHfPhZ4DM42ItS31yqBwboroawumG2GUyYvHVTyEFXM1Zr8+kufiZ9t28rqHXVf5+w==} + /@mui/lab@5.0.0-alpha.162(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nSdlhq1YVozKXn6mtItWmnU9b/gQ708RSWG6C+M/Y096MlQ7Mz1gdNWOEwcGw2HaNoNgDvuG0+0HKARAMIMaLg==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -1208,11 +1208,11 @@ packages: '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.48)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.48)(react@18.2.0) - '@mui/base': 5.0.0-beta.32(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/base': 5.0.0-beta.33(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/types': 7.2.13(@types/react@18.2.48) - '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) + '@mui/utils': 5.15.6(@types/react@18.2.48)(react@18.2.0) '@types/react': 18.2.48 clsx: 2.1.0 prop-types: 15.8.1 @@ -1220,8 +1220,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@mui/material@5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2KfA39f/UWeQl0O22UJs3x1nG3chYlyu9wnux5vTnxUTLzkgYIzQIHaH+ZOGpv5JiZBMKktAPNfhqyhSaQ49qQ==} + /@mui/material@5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rw7bDdpi2kzfmcDN78lHp8swArJ5sBCKsn+4G3IpGfu44ycyWAWX0VdlvkjcR9Yrws2KIm7c+8niXpWHUDbWoA==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -1240,11 +1240,11 @@ packages: '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.48)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.48)(react@18.2.0) - '@mui/base': 5.0.0-beta.32(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/core-downloads-tracker': 5.15.5 - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/base': 5.0.0-beta.33(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/core-downloads-tracker': 5.15.6 + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/types': 7.2.13(@types/react@18.2.48) - '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) + '@mui/utils': 5.15.6(@types/react@18.2.48)(react@18.2.0) '@types/react': 18.2.48 '@types/react-transition-group': 4.4.10 clsx: 2.1.0 @@ -1255,8 +1255,8 @@ packages: react-is: 18.2.0 react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - /@mui/private-theming@5.15.5(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-HU1KCyGNcJFsUamTbOM539ZDZJNI/XU7sZFdsN29glktUf+T6hNvDuO2ISinBiLTZy7Ab3R6DSSoYXRrLc4uwQ==} + /@mui/private-theming@5.15.6(@types/react@18.2.48)(react@18.2.0): + resolution: {integrity: sha512-ZBX9E6VNUSscUOtU8uU462VvpvBS7eFl5VfxAzTRVQBHflzL+5KtnGrebgf6Nd6cdvxa1o0OomiaxSKoN2XDmg==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -1266,13 +1266,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.8 - '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) + '@mui/utils': 5.15.6(@types/react@18.2.48)(react@18.2.0) '@types/react': 18.2.48 prop-types: 15.8.1 react: 18.2.0 - /@mui/styled-engine@5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(react@18.2.0): - resolution: {integrity: sha512-xoMUd8h270thNL7ZsOzmlluIAMsQg/HT7SCdRjPBVle+XHgTKaiWiRy1ekDOsrrF0rhjME3T7xeeUq2G269UUw==} + /@mui/styled-engine@5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(react@18.2.0): + resolution: {integrity: sha512-KAn8P8xP/WigFKMlEYUpU9z2o7jJnv0BG28Qu1dhNQVutsLVIFdRf5Nb+0ijp2qgtcmygQ0FtfRuXv5LYetZTg==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -1292,8 +1292,8 @@ packages: prop-types: 15.8.1 react: 18.2.0 - /@mui/system@5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-DMv2vGjUKaDt/m0RlzvLjpKiS5V0LoBhiMUHf5pWdj6uoNlN4FuKUe4pFeYmQMIO5DnVZKybmpPepfkdfEH+Og==} + /@mui/system@5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0): + resolution: {integrity: sha512-J01D//u8IfXvaEHMBQX5aO2l7Q+P15nt96c4NskX7yp5/+UuZP8XCQJhtBtLuj+M2LLyXHYGmCPeblsmmscP2Q==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -1311,10 +1311,10 @@ packages: '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.48)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.48)(react@18.2.0) - '@mui/private-theming': 5.15.5(@types/react@18.2.48)(react@18.2.0) - '@mui/styled-engine': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(react@18.2.0) + '@mui/private-theming': 5.15.6(@types/react@18.2.48)(react@18.2.0) + '@mui/styled-engine': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(react@18.2.0) '@mui/types': 7.2.13(@types/react@18.2.48) - '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) + '@mui/utils': 5.15.6(@types/react@18.2.48)(react@18.2.0) '@types/react': 18.2.48 clsx: 2.1.0 csstype: 3.1.2 @@ -1365,8 +1365,25 @@ packages: react: 18.2.0 react-is: 18.2.0 - /@mui/x-data-grid-pro@6.19.1(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-E9WOUvSxyLnin6F5npqBjTbHMN1ovJ7Jige9SadvKCmXtVS88HU/OtYWNnzVPrLtnIoOrI3yxdqltqzcC2kfOw==} + /@mui/utils@5.15.6(@types/react@18.2.48)(react@18.2.0): + resolution: {integrity: sha512-qfEhf+zfU9aQdbzo1qrSWlbPQhH1nCgeYgwhOVnj9Bn39shJQitEnXpSQpSNag8+uty5Od6PxmlNKPTnPySRKA==} + 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.23.8 + '@types/prop-types': 15.7.11 + '@types/react': 18.2.48 + prop-types: 15.8.1 + react: 18.2.0 + react-is: 18.2.0 + + /@mui/x-data-grid-pro@6.19.2(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-IOc/i4rM0Ot/G1fcHtHXlKECSb1GOJmllAOQ4ZlTlwsWc7B0V1RbbHngrAG/95svC5/l4UAdqC8ozOuj/TAYfQ==} engines: {node: '>=14.0.0'} peerDependencies: '@mui/material': ^5.4.1 @@ -1375,10 +1392,10 @@ packages: react-dom: ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.23.8 - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) - '@mui/x-data-grid': 6.19.1(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/x-data-grid': 6.19.2(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) '@mui/x-license-pro': 6.10.2(@types/react@18.2.48)(react@18.2.0) '@types/format-util': 1.0.3 clsx: 2.1.0 @@ -1389,8 +1406,8 @@ packages: transitivePeerDependencies: - '@types/react' - /@mui/x-data-grid@6.19.1(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-qtmt+XAOdxwb7p3vjk4HcfncAOe+0HzpcC6o6G+rzk9Hqq6MgG3yODrN9mRc/ONg0fD0eVlqDogXxNtJhcFmTQ==} + /@mui/x-data-grid@6.19.2(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-+wizP1jEzCKB5BSQ6OD5TP6RspEbWmFWcxi1XBgKrzryUZii1o4G2BW1+d/n4p3xETCUMKRkYfItrOJGlM/dBw==} engines: {node: '>=14.0.0'} peerDependencies: '@mui/material': ^5.4.1 @@ -1399,8 +1416,8 @@ packages: react-dom: ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.23.8 - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/utils': 5.15.5(@types/react@18.2.48)(react@18.2.0) clsx: 2.1.0 prop-types: 15.8.1 @@ -1410,7 +1427,7 @@ packages: transitivePeerDependencies: - '@types/react' - /@mui/x-date-pickers-pro@5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0): + /@mui/x-date-pickers-pro@5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-syNnokcG4lvj9SIcnfji6eVvpSpuHs+7jqLsJYDBTogxK53ctSXQVMb5GQ16ioTzEQSqZojhngHSj+/s11Ao1Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -1437,10 +1454,10 @@ packages: '@date-io/dayjs': 2.17.0 '@date-io/luxon': 2.17.0 '@date-io/moment': 2.17.0 - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/utils': 5.14.16(@types/react@18.2.48)(react@18.2.0) - '@mui/x-date-pickers': 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) + '@mui/x-date-pickers': 5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0) '@mui/x-license-pro': 5.17.12(@types/react@18.2.48)(react@18.2.0) clsx: 1.2.1 date-fns: 2.30.0 @@ -1454,7 +1471,7 @@ packages: - '@emotion/styled' - '@types/react' - /@mui/x-date-pickers@5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.5)(@mui/system@5.15.5)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0): + /@mui/x-date-pickers@5.0.20(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@mui/material@5.15.6)(@mui/system@5.15.6)(@types/react@18.2.48)(date-fns@2.30.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ERukSeHIoNLbI1C2XRhF9wRhqfsr+Q4B1SAw2ZlU7CWgcG8UBOxgqRKDEOVAIoSWL+DWT6GRuQjOKvj6UXZceA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -1490,8 +1507,8 @@ packages: '@date-io/moment': 2.17.0 '@emotion/react': 11.11.3(@types/react@18.2.48)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.48)(react@18.2.0) - '@mui/material': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.15.5(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) + '@mui/material': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.15.6(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.48)(react@18.2.0) '@mui/utils': 5.14.16(@types/react@18.2.48)(react@18.2.0) '@types/react-transition-group': 4.4.8 clsx: 1.2.1