diff --git a/.changeset/nervous-kangaroos-rush.md b/.changeset/nervous-kangaroos-rush.md new file mode 100644 index 0000000000..b1f08446c5 --- /dev/null +++ b/.changeset/nervous-kangaroos-rush.md @@ -0,0 +1,7 @@ +--- +'@commercetools-frontend/application-components': minor +'@commercetools-frontend/application-shell': minor +'@commercetools-frontend/constants': minor +--- + +Removes the workspaces button from app-bar, and the workspaces gradient background from public page layout. diff --git a/packages/application-components/src/components/public-page-layout/public-page-layout.styles.ts b/packages/application-components/src/components/public-page-layout/public-page-layout.styles.ts index db9b444bc5..bb8131b81a 100644 --- a/packages/application-components/src/components/public-page-layout/public-page-layout.styles.ts +++ b/packages/application-components/src/components/public-page-layout/public-page-layout.styles.ts @@ -17,666 +17,3 @@ export const ContainerColumn = styled.div` export const ContainerColumnWide = styled.div` width: ${uiKitDesignTokens.constraint15}; `; - -export const GradientBackgroundContainer = styled.div` -display: flex; -justify-content: center; -align-items: center; -height: 100vh; -width: 100%; - ---1x: 25%; ---1y: 25%; ---2x: 75%; ---2y: 25%; ---3x: 25%; ---3y: 75%; ---4x: 75%; ---4y: 75%; - - -@keyframes gradients { -0% { - --1x: 25%; - --1y: 25%; - --2x: 75%; - --2y: 25%; - --3x: 25%; - --3y: 75%; - --4x: 75%; - --4y: 75%; -} -1% { - --1y: 26%; - --2y: 26%; - --3y: 74%; - --4y: 74%; -} -2% { - --1y: 27%; - --2y: 27%; - --3y: 73%; - --4y: 73%; -} -3% { - --1y: 28%; - --2y: 28%; - --3y: 72%; - --4y: 72%; -} -4% { - --1y: 29%; - --2y: 29%; - --3y: 71%; - --4y: 71%; -} -5% { - --1y: 30%; - --2y: 30%; - --3y: 70%; - --4y: 70%; -} -6% { - --1y: 31%; - --2y: 31%; - --3y: 69%; - --4y: 69%; -} -7% { - --1y: 32%; - --2y: 32%; - --3y: 68%; - --4y: 68%; -} -8% { - --1y: 33%; - --2y: 33%; - --3y: 67%; - --4y: 67%; -} -9% { - --1y: 34%; - --2y: 34%; - --3y: 66%; - --4y: 66%; -} -10% { - --1y: 35%; - --2y: 35%; - --3y: 65%; - --4y: 65%; -} -11% { - --1y: 36%; - --2y: 36%; - --3y: 64%; - --4y: 64%; -} -12% { - --1y: 37%; - --2y: 37%; - --3y: 63%; - --4y: 63%; -} -13% { - --1y: 38%; - --2y: 38%; - --3y: 62%; - --4y: 62%; -} -14% { - --1y: 39%; - --2y: 39%; - --3y: 61%; - --4y: 61%; -} -15% { - --1y: 40%; - --2y: 40%; - --3y: 60%; - --4y: 60%; -} -16% { - --1y: 41%; - --2y: 41%; - --3y: 59%; - --4y: 59%; -} -17% { - --1y: 42%; - --2y: 42%; - --3y: 58%; - --4y: 58%; -} -18% { - --1y: 43%; - --2y: 43%; - --3y: 57%; - --4y: 57%; -} -19% { - --1y: 44%; - --2y: 44%; - --3y: 56%; - --4y: 56%; -} -20% { - --1y: 45%; - --2y: 45%; - --3y: 55%; - --4y: 55%; -} -21% { - --1y: 46%; - --2y: 46%; - --3y: 54%; - --4y: 54%; -} -22% { - --1y: 47%; - --2y: 47%; - --3y: 53%; - --4y: 53%; -} -23% { - --1y: 48%; - --2y: 48%; - --3y: 52%; - --4y: 52%; -} -24% { - --1y: 49%; - --2y: 49%; - --3y: 51%; - --4y: 51%; -} -25% { - --1y: 50%; - --2y: 50%; - --3y: 50%; - --4y: 50%; -} -26% { - --1y: 51%; - --2y: 51%; - --3y: 49%; - --4y: 49%; -} -27% { - --1y: 52%; - --2y: 52%; - --3y: 48%; - --4y: 48%; -} -28% { - --1y: 53%; - --2y: 53%; - --3y: 47%; - --4y: 47%; -} -29% { - --1y: 54%; - --2y: 54%; - --3y: 46%; - --4y: 46%; -} -30% { - --1y: 55%; - --2y: 55%; - --3y: 45%; - --4y: 45%; -} -31% { - --1y: 56%; - --2y: 56%; - --3y: 44%; - --4y: 44%; -} -32% { - --1y: 57%; - --2y: 57%; - --3y: 43%; - --4y: 43%; -} -33% { - --1y: 58%; - --2y: 58%; - --3y: 42%; - --4y: 42%; -} -34% { - --1y: 59%; - --2y: 59%; - --3y: 41%; - --4y: 41%; -} -35% { - --1y: 60%; - --2y: 60%; - --3y: 40%; - --4y: 40%; -} -36% { - --1y: 61%; - --2y: 61%; - --3y: 39%; - --4y: 39%; -} -37% { - --1y: 62%; - --2y: 62%; - --3y: 38%; - --4y: 38%; -} -38% { - --1y: 63%; - --2y: 63%; - --3y: 37%; - --4y: 37%; -} -39% { - --1y: 64%; - --2y: 64%; - --3y: 36%; - --4y: 36%; -} -40% { - --1y: 65%; - --2y: 65%; - --3y: 35%; - --4y: 35%; -} -41% { - --1y: 66%; - --2y: 66%; - --3y: 34%; - --4y: 34%; -} -42% { - --1y: 67%; - --2y: 67%; - --3y: 33%; - --4y: 33%; -} -43% { - --1y: 68%; - --2y: 68%; - --3y: 32%; - --4y: 32%; -} -44% { - --1y: 69%; - --2y: 69%; - --3y: 31%; - --4y: 31%; -} -45% { - --1y: 70%; - --2y: 70%; - --3y: 30%; - --4y: 30%; -} -46% { - --1y: 71%; - --2y: 71%; - --3y: 29%; - --4y: 29%; -} -47% { - --1y: 72%; - --2y: 72%; - --3y: 28%; - --4y: 28%; -} -48% { - --1y: 73%; - --2y: 73%; - --3y: 27%; - --4y: 27%; -} -49% { - --1y: 74%; - --2y: 74%; - --3y: 26%; - --4y: 26%; -} -50% { - --1x: 25%; - --1y: 75%; - --2x: 75%; - --2y: 75%; - --3x: 25%; - --3y: 25%; - --4x: 75%; - --4y: 25%; -} -51% { - --1y: 74%; - --2y: 74%; - --3y: 26%; - --4y: 26%; -} -52% { - --1y: 73%; - --2y: 73%; - --3y: 27%; - --4y: 27%; -} -53% { - --1y: 72%; - --2y: 72%; - --3y: 28%; - --4y: 28%; -} -54% { - --1y: 71%; - --2y: 71%; - --3y: 29%; - --4y: 29%; -} -55% { - --1y: 70%; - --2y: 70%; - --3y: 30%; - --4y: 30%; -} -56% { - --1y: 69%; - --2y: 69%; - --3y: 31%; - --4y: 31%; -} -57% { - --1y: 68%; - --2y: 68%; - --3y: 32%; - --4y: 32%; -} -58% { - --1y: 67%; - --2y: 67%; - --3y: 33%; - --4y: 33%; -} -59% { - --1y: 66%; - --2y: 66%; - --3y: 34%; - --4y: 34%; -} -60% { - --1y: 65%; - --2y: 65%; - --3y: 35%; - --4y: 35%; -} -61% { - --1y: 64%; - --2y: 64%; - --3y: 36%; - --4y: 36%; -} -62% { - --1y: 63%; - --2y: 63%; - --3y: 37%; - --4y: 37%; -} -63% { - --1y: 62%; - --2y: 62%; - --3y: 38%; - --4y: 38%; -} -64% { - --1y: 61%; - --2y: 61%; - --3y: 39%; - --4y: 39%; -} -65% { - --1y: 60%; - --2y: 60%; - --3y: 40%; - --4y: 40%; -} -66% { - --1y: 59%; - --2y: 59%; - --3y: 41%; - --4y: 41%; -} -67% { - --1y: 58%; - --2y: 58%; - --3y: 42%; - --4y: 42%; -} -68% { - --1y: 57%; - --2y: 57%; - --3y: 43%; - --4y: 43%; -} -69% { - --1y: 56%; - --2y: 56%; - --3y: 44%; - --4y: 44%; -} -70% { - --1y: 55%; - --2y: 55%; - --3y: 45%; - --4y: 45%; -} -71% { - --1y: 54%; - --2y: 54%; - --3y: 46%; - --4y: 46%; -} -72% { - --1y: 53%; - --2y: 53%; - --3y: 47%; - --4y: 47%; -} -73% { - --1y: 52%; - --2y: 52%; - --3y: 48%; - --4y: 48%; -} -74% { - --1y: 51%; - --2y: 51%; - --3y: 49%; - --4y: 49%; -} -75% { - --1y: 50%; - --2y: 50%; - --3y: 50%; - --4y: 50%; -} -76% { - --1y: 49%; - --2y: 49%; - --3y: 51%; - --4y: 51%; -} -77% { - --1y: 48%; - --2y: 48%; - --3y: 52%; - --4y: 52%; -} -78% { - --1y: 47%; - --2y: 47%; - --3y: 53%; - --4y: 53%; -} -79% { - --1y: 46%; - --2y: 46%; - --3y: 54%; - --4y: 54%; -} -80% { - --1y: 45%; - --2y: 45%; - --3y: 55%; - --4y: 55%; -} -81% { - --1y: 44%; - --2y: 44%; - --3y: 56%; - --4y: 56%; -} -82% { - --1y: 43%; - --2y: 43%; - --3y: 57%; - --4y: 57%; -} -83% { - --1y: 42%; - --2y: 42%; - --3y: 58%; - --4y: 58%; -} -84% { - --1y: 41%; - --2y: 41%; - --3y: 59%; - --4y: 59%; -} -85% { - --1y: 40%; - --2y: 40%; - --3y: 60%; - --4y: 60%; -} -86% { - --1y: 39%; - --2y: 39%; - --3y: 61%; - --4y: 61%; -} -87% { - --1y: 38%; - --2y: 38%; - --3y: 62%; - --4y: 62%; -} -88% { - --1y: 37%; - --2y: 37%; - --3y: 63%; - --4y: 63%; -} -89% { - --1y: 36%; - --2y: 36%; - --3y: 64%; - --4y: 64%; -} -90% { - --1y: 35%; - --2y: 35%; - --3y: 65%; - --4y: 65%; -} -91% { - --1y: 34%; - --2y: 34%; - --3y: 66%; - --4y: 66%; -} -92% { - --1y: 33%; - --2y: 33%; - --3y: 67%; - --4y: 67%; -} -93% { - --1y: 32%; - --2y: 32%; - --3y: 68%; - --4y: 68%; -} -94% { - --1y: 31%; - --2y: 31%; - --3y: 69%; - --4y: 69%; -} -95% { - --1y: 30%; - --2y: 30%; - --3y: 70%; - --4y: 70%; -} -96% { - --1y: 29%; - --2y: 29%; - --3y: 71%; - --4y: 71%; -} -97% { - --1y: 28%; - --2y: 28%; - --3y: 72%; - --4y: 72%; -} -98% { - --1y: 27%; - --2y: 27%; - --3y: 73%; - --4y: 73%; -} -99% { - --1y: 26%; - --2y: 26%; - --3y: 74%; - --4y: 74%; -} -100% { - --1x: 25%; - --1y: 25%; - --2x: 75%; - --2y: 25%; - --3x: 25%; - --3y: 75%; - --4x: 75%; - --4y: 75%; -} -} - -background: radial-gradient( - 70% 70% at var(--3x) var(--3y), - var(--color-primary-90) 1%, - transparent 65% - ), - radial-gradient( - 70% 70% at var(--2x) var(--2y), - var(--color-primary-90) 1%, - transparent 75% - ), - radial-gradient( - 30% 90% at var(--4x) var(--4y), - var(--color-turquoise-90) 0% 5%, - transparent 80% - ), - radial-gradient( - 30% 90% at var(--1x) var(--1y), - var(--color-turquoise-90) 0% 5%, - transparent 80% - ); -background-blend-mode: color; -animation: gradients 10s ease both infinite; -} -`; diff --git a/packages/application-components/src/components/public-page-layout/public-page-layout.tsx b/packages/application-components/src/components/public-page-layout/public-page-layout.tsx index f27e2eca0b..fe7a4ac530 100644 --- a/packages/application-components/src/components/public-page-layout/public-page-layout.tsx +++ b/packages/application-components/src/components/public-page-layout/public-page-layout.tsx @@ -1,8 +1,6 @@ import { FC, ReactNode } from 'react'; import { css } from '@emotion/react'; -import { useFlagVariation } from '@flopflip/react-broadcast'; import CommercetoolsLogoSmallSvg from '@commercetools-frontend/assets/logos/commercetools_logo_small.svg'; -import { featureFlags } from '@commercetools-frontend/constants'; import { designTokens as uiKitDesignTokens } from '@commercetools-uikit/design-system'; import Spacings from '@commercetools-uikit/spacings'; import Text from '@commercetools-uikit/text'; @@ -10,7 +8,6 @@ import { Container, ContainerColumn, ContainerColumnWide, - GradientBackgroundContainer, } from './public-page-layout.styles'; const year = new Date().getUTCFullYear(); @@ -47,17 +44,8 @@ const PublicPageLayoutContent: FC = (props) => { }; const PublicPageLayout: FC = (props) => { - const enableWorkspacesUi = useFlagVariation( - featureFlags.ENABLE_WORKSPACES_UI - ); - - // @ts-ignore It's coming from the MC API, it's an object { value: boolean }. - const isWorkspacesUiEnabled = enableWorkspacesUi?.value; - const ContainerToShow = isWorkspacesUiEnabled - ? GradientBackgroundContainer - : Container; return ( - + @@ -95,7 +83,7 @@ const PublicPageLayout: FC = (props) => { - + ); }; PublicPageLayout.displayName = 'PublicPageLayout'; diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index 5c735f9251..5d1f9968d5 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -60,7 +60,6 @@ "@commercetools-uikit/select-input": "^19.9.0", "@commercetools-uikit/spacings": "^19.9.0", "@commercetools-uikit/text": "^19.9.0", - "@commercetools-uikit/tooltip": "^19.9.0", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@flopflip/combine-adapters": "14.0.2", diff --git a/packages/application-shell/src/components/app-bar/app-bar.tsx b/packages/application-shell/src/components/app-bar/app-bar.tsx index 8ef7572d91..6c61cd07c9 100644 --- a/packages/application-shell/src/components/app-bar/app-bar.tsx +++ b/packages/application-shell/src/components/app-bar/app-bar.tsx @@ -10,7 +10,6 @@ import LoadingPlaceholder from '../loading-placeholder'; import ProjectSwitcher from '../project-switcher'; import { REQUESTS_IN_FLIGHT_LOADER_DOM_ID } from '../requests-in-flight-loader/constants'; import UserSettingsMenu from '../user-settings-menu'; -import WorkspacesNavigationButton from '../workspaces-navigation-button'; type Props = { user: TFetchLoggedInUserQuery['user']; @@ -117,7 +116,6 @@ const AppBar = (props: Props) => { `} >
- {props.user ? ( { - it('should render the button when the feature flag is enabled and projectKey is provided', async () => { - renderApp(, { - flags: { - [featureFlags.ENABLE_WORKSPACES_UI]: { value: true }, - }, - }); - - const button = await screen.findByRole('button', { - name: FEATURE_NAME, - }); - expect(button).toBeInTheDocument(); - }); - - it('should not render the button when the feature flag is disabled', () => { - renderApp(, { - flags: { - [featureFlags.ENABLE_WORKSPACES_UI]: { value: false }, - }, - }); - - expect(screen.queryByRole('button')).not.toBeInTheDocument(); - }); -}); diff --git a/packages/application-shell/src/components/workspaces-navigation-button/workspaces-navigation-button.tsx b/packages/application-shell/src/components/workspaces-navigation-button/workspaces-navigation-button.tsx deleted file mode 100644 index 8d614c5278..0000000000 --- a/packages/application-shell/src/components/workspaces-navigation-button/workspaces-navigation-button.tsx +++ /dev/null @@ -1,57 +0,0 @@ -import { css } from '@emotion/react'; -import { useFlagVariation } from '@flopflip/react-broadcast'; -import { useIntl } from 'react-intl'; -import WorkspacesIcon from '@commercetools-frontend/assets/images/workspaces-icon.svg'; -import { featureFlags } from '@commercetools-frontend/constants'; -import { designTokens } from '@commercetools-uikit/design-system'; -import SecondaryButton from '@commercetools-uikit/secondary-button'; -import Tooltip from '@commercetools-uikit/tooltip'; -import location from '../../utils/location/location'; -import messages from './messages'; - -export const FEATURE_NAME = 'Workspaces'; - -const WorkspacesIconComponent = () => { - return workspaces icon; -}; - -const WorkspacesNavigationButton = () => { - const { formatMessage } = useIntl(); - const workspacesAppBarButtonEnabled = useFlagVariation( - featureFlags.ENABLE_WORKSPACES_UI - ); - - // @ts-ignore It's coming from the MC API, it's an object { value: boolean }. - const isWorkspacesButtonEnabled = workspacesAppBarButtonEnabled?.value; - - if (!isWorkspacesButtonEnabled) return null; - - return ( -
-
- - } - label={FEATURE_NAME} - as="a" - onClick={() => { - location.replace('/workspaces'); - }} - /> - -
-
- ); -}; - -export default WorkspacesNavigationButton; diff --git a/packages/constants/src/feature-toggles.ts b/packages/constants/src/feature-toggles.ts index cd9124a7af..cadf2fee66 100644 --- a/packages/constants/src/feature-toggles.ts +++ b/packages/constants/src/feature-toggles.ts @@ -18,12 +18,10 @@ */ export const CUSTOM_VIEWS = 'enableCustomViews'; -export const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi'; export const FLAGS = {}; // Long-lived feature flags, defined in the MC API. export const DEFAULT_FLAGS = { [CUSTOM_VIEWS]: { value: true }, - [ENABLE_WORKSPACES_UI]: { value: false }, }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3faf7a158..eaa4ff87d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,7 +62,7 @@ importers: version: 8.5.0 '@commercetools-uikit/design-system': specifier: ^19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools/github-labels': specifier: 1.1.0 version: 1.1.0(@octokit/core@6.1.2) @@ -1214,7 +1214,7 @@ importers: version: 17.1.0(eslint@8.57.0) eslint-plugin-prettier: specifier: ^4.2.1 - version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@3.3.3) + version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@2.8.8) devDependencies: '@tsconfig/node16': specifier: ^16.1.1 @@ -1495,7 +1495,7 @@ importers: devDependencies: '@apollo/client': specifier: 3.7.14 - version: 3.7.14(graphql@16.9.0)(react-dom@17.0.2)(react@17.0.2) + version: 3.7.14(graphql@16.8.2)(react-dom@17.0.2)(react@17.0.2) '@testing-library/dom': specifier: ^9.3.1 version: 9.3.1 @@ -1695,9 +1695,6 @@ importers: '@commercetools-uikit/text': specifier: ^19.9.0 version: 19.9.0(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': - specifier: ^19.9.0 - version: 19.9.0(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@17.0.80)(react@17.0.2) @@ -2086,7 +2083,7 @@ importers: version: link:../application-components '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(react@18.3.1) + version: 11.11.4(@types/react@17.0.81)(react@17.0.2) '@tsconfig/node16': specifier: ^16.1.1 version: 16.1.1 @@ -2609,10 +2606,10 @@ importers: version: 4.6.0 '@vitejs/plugin-react': specifier: 4.3.1 - version: 4.3.1(vite@4.5.5) + version: 4.3.1(vite@4.5.3) '@vitejs/plugin-react-swc': specifier: 3.7.0 - version: 3.7.0(vite@4.5.5) + version: 3.7.0(vite@4.5.3) autoprefixer: specifier: ^10.4.15 version: 10.4.15(postcss@8.4.38) @@ -2732,7 +2729,7 @@ importers: version: 0.11.0 vite: specifier: ~4.5.3 - version: 4.5.5(@types/node@18.17.14) + version: 4.5.3(@types/node@18.17.14) webpack: specifier: 5.94.0 version: 5.94.0 @@ -3129,7 +3126,7 @@ importers: version: 7.22.15 '@commercetools-docs/ui-kit': specifier: 24.2.0 - version: 24.2.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + version: 24.2.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) '@commercetools-frontend/actions-global': specifier: 22.34.0 version: link:../packages/actions-global @@ -3165,67 +3162,67 @@ importers: version: link:../packages/sdk '@commercetools-uikit/card': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/checkbox-input': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/constraints': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/date-time-input': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(moment-timezone@0.5.40)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(moment-timezone@0.5.40)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/flat-button': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/grid': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react@17.0.2) '@commercetools-uikit/hooks': specifier: 19.9.0 version: 19.9.0(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/label': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/link': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/loading-spinner': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/notifications': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/primary-button': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/secondary-button': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/spacings': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: 19.9.0 - version: 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.82)(react@17.0.2) + version: 11.11.4(@types/react@17.0.81)(react@17.0.2) '@flopflip/react-broadcast': specifier: 14.0.2 version: 14.0.2(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) apollo-link-rest: specifier: ^0.9.0 - version: 0.9.0(@apollo/client@3.11.8)(graphql@16.8.2)(qs@6.11.2) + version: 0.9.0(@apollo/client@3.7.14)(graphql@16.8.2)(qs@6.11.2) graphql: specifier: 16.8.2 version: 16.8.2 @@ -3391,7 +3388,7 @@ importers: version: 9.0.3 '@vitejs/plugin-react': specifier: 4.3.1 - version: 4.3.1(vite@4.5.5) + version: 4.3.1(vite@4.5.3) formik: specifier: 2.4.6 version: 2.4.6(react@17.0.2) @@ -3424,7 +3421,7 @@ importers: version: 9.0.1 vite: specifier: ~4.5.3 - version: 4.5.5(@types/node@18.17.14) + version: 4.5.3(@types/node@18.17.14) website-components-playground: dependencies: @@ -3527,10 +3524,10 @@ importers: version: 5.3.3 '@vitejs/plugin-react': specifier: 4.3.1 - version: 4.3.1(vite@4.5.5) + version: 4.3.1(vite@4.5.3) vite: specifier: ~4.5.3 - version: 4.5.5(@types/node@18.17.14) + version: 4.5.3(@types/node@18.17.14) packages: @@ -3549,45 +3546,6 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - /@apollo/client@3.11.8(@types/react@17.0.82)(graphql@16.8.2)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==} - peerDependencies: - graphql: ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 - subscriptions-transport-ws: ^0.9.0 || ^0.11.0 - peerDependenciesMeta: - graphql-ws: - optional: true - react: - optional: true - react-dom: - optional: true - subscriptions-transport-ws: - optional: true - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) - '@wry/caches': 1.0.1 - '@wry/equality': 0.5.7 - '@wry/trie': 0.5.0 - graphql: 16.8.2 - graphql-tag: 2.12.6(graphql@16.8.2) - hoist-non-react-statics: 3.3.2 - optimism: 0.18.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - rehackt: 0.1.0(@types/react@17.0.82)(react@17.0.2) - response-iterator: 0.2.6 - symbol-observable: 4.0.0 - ts-invariant: 0.10.3 - tslib: 2.7.0 - zen-observable-ts: 1.2.5 - transitivePeerDependencies: - - '@types/react' - dev: false - /@apollo/client@3.7.14(graphql@16.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg==} peerDependencies: @@ -3659,42 +3617,6 @@ packages: tslib: 2.6.2 zen-observable-ts: 1.2.5 - /@apollo/client@3.7.14(graphql@16.9.0)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - subscriptions-transport-ws: ^0.9.0 || ^0.11.0 - peerDependenciesMeta: - graphql-ws: - optional: true - react: - optional: true - react-dom: - optional: true - subscriptions-transport-ws: - optional: true - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) - '@wry/context': 0.7.3 - '@wry/equality': 0.5.7 - '@wry/trie': 0.3.2 - graphql: 16.9.0 - graphql-tag: 2.12.6(graphql@16.9.0) - hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - response-iterator: 0.2.6 - symbol-observable: 4.0.0 - ts-invariant: 0.10.3 - tslib: 2.6.2 - zen-observable-ts: 1.2.5 - dev: true - /@ardatan/aggregate-error@0.0.6: resolution: {integrity: sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==} engines: {node: '>=8'} @@ -3779,7 +3701,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.24.5 - picocolors: 1.1.0 + picocolors: 1.0.0 /@babel/code-frame@7.24.7: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} @@ -3950,7 +3872,7 @@ packages: resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -3969,7 +3891,6 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 - dev: false /@babel/helper-annotate-as-pure@7.24.7: resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} @@ -4020,7 +3941,7 @@ packages: dependencies: '@babel/compat-data': 7.25.4 '@babel/helper-validator-option': 7.24.8 - browserslist: 4.24.0 + browserslist: 4.23.3 lru-cache: 5.1.1 semver: 6.3.1 @@ -4144,41 +4065,41 @@ packages: - supports-color dev: false - /@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.22.17): + /@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.24.5): resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.22.17) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 '@babel/traverse': 7.25.6 semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.24.5): + /@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 '@babel/traverse': 7.25.6 semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} @@ -4187,9 +4108,10 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.22.17 - '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 + dev: false /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} @@ -4198,18 +4120,30 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.23.0 - '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.22.17): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.25.2): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + + /@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2): resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 regexpu-core: 5.3.2 semver: 6.3.1 @@ -4245,12 +4179,12 @@ packages: - supports-color dev: false - /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.22.17): + /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2): resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 debug: 4.3.7 @@ -4398,21 +4332,6 @@ packages: '@babel/helper-split-export-declaration': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 - /@babel/helper-module-transforms@7.25.2(@babel/core@7.22.17): - resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.22.17 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-simple-access': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-module-transforms@7.25.2(@babel/core@7.24.5): resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} engines: {node: '>=6.9.0'} @@ -4492,13 +4411,13 @@ packages: '@babel/helper-wrap-function': 7.22.17 dev: false - /@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.22.17): + /@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-wrap-function': 7.25.0 '@babel/traverse': 7.25.6 @@ -4548,33 +4467,33 @@ packages: - supports-color dev: false - /@babel/helper-replace-supers@7.25.0(@babel/core@7.22.17): + /@babel/helper-replace-supers@7.25.0(@babel/core@7.24.5): resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/helper-replace-supers@7.25.0(@babel/core@7.24.5): + /@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/helper-simple-access@7.24.5: resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} @@ -4761,26 +4680,26 @@ packages: dependencies: '@babel/types': 7.25.6 - /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.22.17): + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2): resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.22.17): + /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -4804,13 +4723,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.22.17): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -4838,27 +4757,27 @@ packages: '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.0) dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.22.17): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.22.17) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.22.17): + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/traverse': 7.25.6 transitivePeerDependencies: @@ -4890,15 +4809,15 @@ packages: '@babel/plugin-syntax-do-expressions': 7.22.5(@babel/core@7.22.17) dev: false - /@babel/plugin-proposal-do-expressions@7.24.7(@babel/core@7.22.17): + /@babel/plugin-proposal-do-expressions@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-M9pJwhoROof4rc4WzDdMoftv8JrtYfBVurvReacQ8lit+qUd0d71+1zUltb6/zCI7HBW4+KZbtBGmcudXw0GDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-do-expressions': 7.24.7(@babel/core@7.22.17) + '@babel/plugin-syntax-do-expressions': 7.24.7(@babel/core@7.25.2) dev: true /@babel/plugin-proposal-export-default-from@7.22.17(@babel/core@7.22.17): @@ -4912,15 +4831,15 @@ packages: '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.22.17) dev: false - /@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.22.17): + /@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-CcmFwUJ3tKhLjPdt4NP+SHMshebytF8ZTYOv5ZDpkzq2sin80Wb5vJrGt8fhPrORQCfoSa0LAxC/DW+GAC5+Hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.22.17) + '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.25.2) dev: true /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.5): @@ -4945,6 +4864,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.17 + dev: false /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} @@ -4955,6 +4875,15 @@ packages: '@babel/core': 7.23.0 dev: false + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.25.2 + dev: true + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.17): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -5010,7 +4939,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.0 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5): @@ -5019,7 +4948,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2): @@ -5028,7 +4957,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.17): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -5038,6 +4967,7 @@ packages: dependencies: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.24.5 + dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -5049,6 +4979,16 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2): + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-do-expressions@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-60pOTgQGY00/Kiozrtu286Aqg50IxDy/jIHhlMzXjYTs1Q8lbeOgqC9NLidtqfBNwdX6bZCT6FJ2i5xzt+JKzw==} engines: {node: '>=6.9.0'} @@ -5059,13 +4999,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-do-expressions@7.24.7(@babel/core@7.22.17): + /@babel/plugin-syntax-do-expressions@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-lQee+garSbTjCvXdzfjXeSzPd03pyBXALfB2C4bW7SwORrZAs5CDt67toH8MRPuvQFYvWpkXYe07AhHDY3tWfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -5076,6 +5016,7 @@ packages: dependencies: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.24.5 + dev: false /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -5086,6 +5027,15 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2): + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==} engines: {node: '>=6.9.0'} @@ -5096,13 +5046,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-export-default-from@7.24.7(@babel/core@7.22.17): + /@babel/plugin-syntax-export-default-from@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-bTPz4/635WQ9WhwsyPdxUJDVpsi/X9BMmy/8Rf/UAlOO4jSql4CxUCjWI5PiM+jG+c4LVPTScoTw80geFj9+Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -5113,6 +5063,7 @@ packages: dependencies: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.24.5 + dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} @@ -5123,6 +5074,15 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2): + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.24.0): resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} @@ -5130,7 +5090,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.0 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.24.5): @@ -5140,7 +5100,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.17): @@ -5173,13 +5133,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.22.17): + /@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.25.2): resolution: {integrity: sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -5203,13 +5163,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.22.17): + /@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.25.2): resolution: {integrity: sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -5313,16 +5273,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.22.17): - resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.17 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==} engines: {node: '>=6.9.0'} @@ -5440,7 +5390,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.0 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5): @@ -5449,7 +5399,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2): @@ -5458,7 +5408,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.17): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -5527,6 +5477,7 @@ packages: dependencies: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.24.5 + dev: false /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -5538,6 +5489,16 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2): + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.17): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} @@ -5606,16 +5567,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.22.17): - resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.17 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} engines: {node: '>=6.9.0'} @@ -5634,6 +5585,7 @@ packages: '@babel/core': 7.22.17 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.17) '@babel/helper-plugin-utils': 7.24.5 + dev: false /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} @@ -5646,6 +5598,17 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.5 + dev: true + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} @@ -5666,25 +5629,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} @@ -5712,16 +5675,16 @@ packages: '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.17) + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color @@ -5751,16 +5714,16 @@ packages: '@babel/helper-remap-async-to-generator': 7.22.17(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.22.17) + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -5785,25 +5748,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==} @@ -5825,25 +5788,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.22.17): + /@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.24.5): resolution: {integrity: sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.24.5): + /@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} @@ -5884,14 +5847,14 @@ packages: - supports-color dev: false - /@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -5925,16 +5888,16 @@ packages: - supports-color dev: false - /@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.17) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -5979,39 +5942,39 @@ packages: - supports-color dev: false - /@babel/plugin-transform-classes@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-classes@7.25.4(@babel/core@7.24.5): resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.22.17) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) '@babel/traverse': 7.25.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-classes@7.25.4(@babel/core@7.24.5): + /@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) '@babel/traverse': 7.25.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} @@ -6035,27 +5998,27 @@ packages: '@babel/template': 7.24.0 dev: false - /@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 '@babel/template': 7.25.0 - dev: true + dev: false - /@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/template': 7.25.0 - dev: false + dev: true /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==} @@ -6077,25 +6040,25 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.22.17): + /@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.5): resolution: {integrity: sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.5): + /@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.25.2): resolution: {integrity: sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} @@ -6119,14 +6082,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -6150,24 +6113,24 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true - /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.22.17): + /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -6193,15 +6156,15 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) dev: true /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.17): @@ -6226,13 +6189,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: @@ -6261,15 +6224,15 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) dev: true /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.24.0): @@ -6279,7 +6242,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.0 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.24.0) dev: false @@ -6290,7 +6253,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.24.5) dev: false @@ -6314,31 +6277,31 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-for-of@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} @@ -6364,33 +6327,33 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-function-name@7.25.1(@babel/core@7.22.17): + /@babel/plugin-transform-function-name@7.25.1(@babel/core@7.24.5): resolution: {integrity: sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-function-name@7.25.1(@babel/core@7.24.5): + /@babel/plugin-transform-function-name@7.25.1(@babel/core@7.25.2): resolution: {integrity: sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} @@ -6414,15 +6377,15 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) dev: true /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.17): @@ -6445,25 +6408,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-literals@7.25.2(@babel/core@7.22.17): + /@babel/plugin-transform-literals@7.25.2(@babel/core@7.24.5): resolution: {integrity: sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-literals@7.25.2(@babel/core@7.24.5): + /@babel/plugin-transform-literals@7.25.2(@babel/core@7.25.2): resolution: {integrity: sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} @@ -6487,15 +6450,15 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.17) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) dev: true /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.17): @@ -6518,25 +6481,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} @@ -6560,14 +6523,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -6621,33 +6584,33 @@ packages: '@babel/helper-simple-access': 7.24.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.22.17): + /@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.5): resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-simple-access': 7.24.7 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.5): + /@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.25.2): resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.24.5) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-simple-access': 7.24.7 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==} @@ -6675,14 +6638,14 @@ packages: '@babel/helper-validator-identifier': 7.24.5 dev: false - /@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.22.17): + /@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.25.2): resolution: {integrity: sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 '@babel/traverse': 7.25.6 @@ -6712,14 +6675,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -6747,14 +6710,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -6778,13 +6741,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-new-target@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -6821,15 +6784,15 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0) dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) dev: true /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.17): @@ -6854,15 +6817,15 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.17) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) dev: true /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.22.17): @@ -6893,17 +6856,17 @@ packages: '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.22.17) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) dev: true /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.17): @@ -6932,31 +6895,31 @@ packages: - supports-color dev: false - /@babel/plugin-transform-object-super@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.22.17) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.24.5) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} @@ -6980,15 +6943,15 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) dev: true /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.22.17): @@ -7027,16 +6990,16 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0) dev: false - /@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.22.17): + /@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2): resolution: {integrity: sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -7061,25 +7024,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-parameters@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} @@ -7120,14 +7083,14 @@ packages: - supports-color dev: false - /@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -7163,17 +7126,17 @@ packages: - supports-color dev: false - /@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.22.17) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.17) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -7198,25 +7161,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.23.0): resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} @@ -7248,25 +7211,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} @@ -7288,14 +7251,14 @@ packages: '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) dev: false - /@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -7346,37 +7309,37 @@ packages: '@babel/types': 7.24.5 dev: false - /@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.22.17): + /@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.24.5): resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.22.17) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.5) '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.24.5): + /@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.25.2): resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.5) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} @@ -7400,13 +7363,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7433,13 +7396,13 @@ packages: regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 regenerator-transform: 0.15.2 dev: true @@ -7464,13 +7427,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7491,18 +7454,18 @@ packages: - supports-color dev: false - /@babel/plugin-transform-runtime@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.22.17) - babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.22.17) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.22.17) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -7528,25 +7491,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} @@ -7570,31 +7533,31 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-spread@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - dev: true + dev: false - /@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} @@ -7616,13 +7579,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7646,25 +7609,25 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.5): resolution: {integrity: sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.8 - dev: true + dev: false - /@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.5): + /@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - dev: false + dev: true /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} @@ -7686,13 +7649,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.22.17): + /@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2): resolution: {integrity: sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7741,18 +7704,18 @@ packages: - supports-color dev: false - /@babel/plugin-transform-typescript@7.25.2(@babel/core@7.22.17): + /@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2): resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.22.17) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.22.17) + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -7777,13 +7740,13 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7809,14 +7772,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7842,14 +7805,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.22.17): + /@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -7875,14 +7838,14 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.22.17): + /@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 dev: true @@ -8068,94 +8031,94 @@ packages: - supports-color dev: false - /@babel/preset-env@7.25.4(@babel/core@7.22.17): + /@babel/preset-env@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.25.4 - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.22.17) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.17) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.17) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.17) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.17) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-import-assertions': 7.25.6(@babel/core@7.22.17) - '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.22.17) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.17) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.17) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.17) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.17) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.17) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.17) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.17) - '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.22.17) - '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.22.17) - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.22.17) - '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.22.17) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.17) - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.22.17) - babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.22.17) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.22.17) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.25.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: @@ -8183,6 +8146,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 '@babel/types': 7.24.5 esutils: 2.0.3 + dev: false /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} @@ -8195,6 +8159,17 @@ packages: esutils: 2.0.3 dev: false + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2): + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/types': 7.24.5 + esutils: 2.0.3 + dev: true + /@babel/preset-react@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} engines: {node: '>=6.9.0'} @@ -8225,19 +8200,19 @@ packages: '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.23.0) dev: false - /@babel/preset-react@7.24.7(@babel/core@7.22.17): + /@babel/preset-react@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.22.17) - '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.22.17) + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -8290,18 +8265,18 @@ packages: - supports-color dev: false - /@babel/preset-typescript@7.24.7(@babel/core@7.22.17): + /@babel/preset-typescript@7.24.7(@babel/core@7.25.2): resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.22.17) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -8748,7 +8723,7 @@ packages: '@babel/runtime-corejs3': 7.22.15 dev: false - /@commercetools-docs/ui-kit@24.2.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-docs/ui-kit@24.2.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-+VEBhduXDuXJtacIB8+JogAxIzGq6hJUNfmokzWgAYMkdGNHb9g8oMe1RZnUWlJ4d42qDCQ47nUB6fZM7Y4j5Q==} peerDependencies: react: 18.x @@ -8756,22 +8731,22 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/card': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/loading-spinner': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/primary-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/card': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/loading-spinner': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/primary-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@react-hook/latest': 1.0.3(react@17.0.2) '@react-hook/resize-observer': 1.2.6(react@17.0.2) '@types/lodash.kebabcase': 4.1.9 @@ -8792,7 +8767,7 @@ packages: react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) react-is: 18.2.0 react-modal: 3.16.1(react-dom@17.0.2)(react@17.0.2) - rehype-react: 7.2.0(@types/react@17.0.82) + rehype-react: 7.2.0(@types/react@17.0.81) remark-frontmatter: 4.0.1 remark-parse: 10.0.2 remark-rehype: 10.1.0 @@ -8807,16 +8782,16 @@ packages: - typescript dev: false - /@commercetools-frontend/application-config@22.33.0: - resolution: {integrity: sha512-ISX0JC6p5GC4u7lWtudXt+mKJvOpjlGUnr8kTFSkvlMpsPSTWtT6eDuY+lNR2i/8R06RX30GmhDlzPNtktF5MQ==} + /@commercetools-frontend/application-config@22.34.0: + resolution: {integrity: sha512-S3lwjQx8MuEMOl5xCc6EQy80yOS9ZjB7vl8ERLkkdp9uja7UHCvd4frCRCR8aUxY0ril+azV05vfBr77u4aBFg==} engines: {node: 16.x || >=18.0.0} dependencies: '@babel/core': 7.24.5 '@babel/register': 7.22.15(@babel/core@7.24.5) '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-frontend/babel-preset-mc-app': 22.33.0 - '@commercetools-frontend/constants': 22.33.0 + '@commercetools-frontend/babel-preset-mc-app': 22.34.0 + '@commercetools-frontend/constants': 22.34.0 '@types/dompurify': 2.4.0 '@types/lodash': 4.17.4 '@types/react': 17.0.80 @@ -8834,30 +8809,30 @@ packages: - utf-8-validate dev: true - /@commercetools-frontend/babel-preset-mc-app@22.33.0: - resolution: {integrity: sha512-F/0z++RoOIyRyciSZUHWSspFJhocxDdLRDSUD3t6iOenj90Er6QVY0Z4Lxzr7+TqzhpuRKHpMrjYRNNldAwPXw==} + /@commercetools-frontend/babel-preset-mc-app@22.34.0: + resolution: {integrity: sha512-keKxSiZ1Hjv64gnAdr93Wu4VBcD48BiuaRtIRL4wl75gEHirbYZRVg4GNIyTzGdCHL0/D75NTqObkDjenHDswA==} engines: {node: 16.x || >=18.0.0} dependencies: - '@babel/core': 7.22.17 - '@babel/plugin-proposal-do-expressions': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.22.17) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.22.17) - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.22.17) - '@babel/plugin-transform-runtime': 7.25.4(@babel/core@7.22.17) - '@babel/preset-env': 7.25.4(@babel/core@7.22.17) - '@babel/preset-react': 7.24.7(@babel/core@7.22.17) - '@babel/preset-typescript': 7.24.7(@babel/core@7.22.17) - '@babel/runtime': 7.22.15 + '@babel/core': 7.25.2 + '@babel/plugin-proposal-do-expressions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.25.4(@babel/core@7.25.2) + '@babel/preset-env': 7.25.4(@babel/core@7.25.2) + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@emotion/babel-plugin': 11.12.0 - '@emotion/babel-preset-css-prop': 11.12.0(@babel/core@7.22.17) - babel-plugin-dev-expression: 0.2.3(@babel/core@7.22.17) + '@emotion/babel-preset-css-prop': 11.12.0(@babel/core@7.25.2) + babel-plugin-dev-expression: 0.2.3(@babel/core@7.25.2) babel-plugin-lodash: 3.3.4 babel-plugin-macros: 3.1.0 babel-plugin-preval: 5.1.0 @@ -8867,8 +8842,8 @@ packages: - supports-color dev: true - /@commercetools-frontend/constants@22.33.0: - resolution: {integrity: sha512-a1Ud+BLzEkz7SbYpQ1RbRlgFc108wdumU7IMvzwEasnQjQi+DuVZ3bSwLFuUR4zaRp/6m3LB+f0ohWrtHAEMRA==} + /@commercetools-frontend/constants@22.34.0: + resolution: {integrity: sha512-pg7WqxsK1+ewOQcZM9IvYNW4Om5VmKhRZuwcPaiEOm707ThNgHjFCnQcK4F6kV5/A5NvoO8xAUju8+5oVr32ag==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 @@ -8941,8 +8916,8 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-frontend/application-config': 22.33.0 - '@commercetools-frontend/constants': 22.33.0 + '@commercetools-frontend/application-config': 22.34.0 + '@commercetools-frontend/constants': 22.34.0 '@commercetools-test-data/commons': 8.2.3 '@commercetools-test-data/core': 8.2.3 '@commercetools-test-data/graphql-types': 8.2.3 @@ -8978,17 +8953,17 @@ packages: '@babel/runtime-corejs3': 7.22.15 '@faker-js/faker': 8.4.1 - /@commercetools-uikit/accessible-button@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/accessible-button@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-CmSHDUnG3bNxhXHe4S1JWfEg6+ZlkKuvzugB2m+vukDtyuk/vMoWEV8bWXrh94K30QMJNpxJP7JE7wG7dF5HxA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/react-is': 17.0.7 lodash: 4.17.21 prop-types: 15.8.1 @@ -9020,17 +8995,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/accessible-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/accessible-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-E9xqiio/jv2aCDLe8IVLIXK4Hcgu0lzHVCt1wbQuijSv9t6J7VJ48AZ8vDZUCbwLpe08QbABHLvOe68vPv3HVQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/react-is': 17.0.7 lodash: 4.17.21 prop-types: 15.8.1 @@ -9055,14 +9030,14 @@ packages: - '@types/react' dev: false - /@commercetools-uikit/accessible-hidden@19.9.0(@types/react@17.0.82)(react@17.0.2): + /@commercetools-uikit/accessible-hidden@19.9.0(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-NWGWXzl6seX8QXYRRS2A8KiG3eQhnvyGYRL3oRSIG5fyaqtR87M/KlWwgq1M4Nq9aJzWLprsO77gBGuydU0sjQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -9129,7 +9104,7 @@ packages: - typescript dev: false - /@commercetools-uikit/async-select-input@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/async-select-input@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-usPVo9cvEcbLUAT6fWmPOqLz1MwLkCHSThWPtwx5Pd/iiuTDOruNR0Pd3E8PQeD8h85hXj7qCK7pGv2fRaoxhA==} peerDependencies: react: 17.x @@ -9138,22 +9113,22 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/loading-spinner': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/loading-spinner': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) - react-select: 5.8.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript @@ -9191,7 +9166,7 @@ packages: - react dev: false - /@commercetools-uikit/calendar-utils@19.9.0(@types/react@17.0.82)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/calendar-utils@19.9.0(@types/react@17.0.81)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-hcRz4ZmHgwKhljZJb2ExRxwbjP0SqtvFj942IkUm3a2r92r9DOnqGI7T186MyHauOHktpbLLpbNPJpG18+YqCA==} peerDependencies: moment: 2.x @@ -9201,31 +9176,31 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 moment: 2.29.4 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) - react-select: 5.8.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/card@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/card@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-D63NPkeI0HmcPrK22qSQrGeI6DpyzmM9iZzmnwVH3V3dieCHTDYHsa9jhSVA4tLEvsA5nG4vclXznj48tBZjNQ==} peerDependencies: react: 17.x @@ -9233,11 +9208,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inset': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inset': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/react-router-dom': 5.3.3 prop-types: 15.8.1 react: 17.0.2 @@ -9269,7 +9244,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/card@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/card@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-3kIpnFAKa7007Tk3Y+GtHBwKtZkT/Wp5cZSz0SvHdnytuzLbmRz5daZ4Sjb68kF0Mg1JsJAIDW4k5++fbTjJ6w==} peerDependencies: react: 17.x @@ -9277,11 +9252,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/react-router-dom': 5.3.3 prop-types: 15.8.1 react: 17.0.2 @@ -9291,20 +9266,20 @@ packages: - react-dom dev: false - /@commercetools-uikit/checkbox-input@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/checkbox-input@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-f7hMVHCGDPR7rEzSzaKL2dR2vKkXn9PmUoq/EJRezpYdpZaW3GT4Gynm/VlvyfcUpygBCAnmIC84UpEx0en4zg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -9333,7 +9308,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/collapsible-motion@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/collapsible-motion@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-D/wTZ2KHp0eVv6Mn0Ur0A3HNvHobqd8g4oGTiu4NLK6eV1i3NN91KlyqMt2uVFWjAJuxlTAEXx3FBbTQbWiegA==} peerDependencies: react: 17.x @@ -9342,8 +9317,8 @@ packages: '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9352,17 +9327,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/constraints@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/constraints@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-3sACZtHho1Sc599WSXFjI2/woTWo7gcP2CqUKuxyPioayC3l8Gh1Ol8qPsRiWSO+Z1xLGk4UCIUJeOwRtCEmig==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -9388,17 +9363,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/constraints@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/constraints@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-f5Damq2j8fzZ0QnPomw/HYi6l6YNw/zrlNX7xhL80Neb8RZV/9NPtHf+1UkVT4POF3kYIcCwBD78xNBMXkROAg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -9500,7 +9475,7 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table-manager@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/data-table-manager@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-lnhnBnCbqLBX/h8q/xCh87WDzaxz/sD1AF5VA0aqfyg1vR3KohpYcCJI/8KcoZBqOiw83nfahQML5vnVPvOftg==} peerDependencies: react: 17.x @@ -9509,30 +9484,30 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/accessible-hidden': 19.9.0(@types/react@17.0.82)(react@17.0.2) - '@commercetools-uikit/async-select-input': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/card': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/collapsible-motion': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/dropdown-menu': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/grid': 19.9.0(@types/react@17.0.82)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-hidden': 19.9.0(@types/react@17.0.81)(react@17.0.2) + '@commercetools-uikit/async-select-input': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/card': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/collapsible-motion': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/dropdown-menu': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/grid': 19.9.0(@types/react@17.0.81)(react@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/primary-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/radio-input': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/tag': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/primary-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/radio-input': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/tag': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) debounce-promise: 3.1.2 lodash: 4.17.21 prop-types: 15.8.1 @@ -9603,22 +9578,22 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/data-table@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-EVb1KMtnzIcYaeLF+bS185T5dzDzizLwEiOy07bXqfbENX1Qmi/aMsM4ij3f87dJz6ZcKMubORpXq8pwLqisUA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/data-table-manager': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/data-table-manager': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9631,7 +9606,7 @@ packages: - typescript dev: false - /@commercetools-uikit/date-time-input@19.9.0(@types/react@17.0.82)(moment-timezone@0.5.40)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/date-time-input@19.9.0(@types/react@17.0.81)(moment-timezone@0.5.40)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-4mNU4YfWeH46bma8VYkGmZ06vE0aIy4dFevR9MFGgsLF6onU4KpQDWpxaSIvM3XspArAmmdNNm4Gn+IhZmM4Jw==} peerDependencies: moment: 2.x @@ -9640,21 +9615,21 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/calendar-time-utils': 19.9.0(moment-timezone@0.5.40)(react@17.0.2) - '@commercetools-uikit/calendar-utils': 19.9.0(@types/react@17.0.82)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/calendar-utils': 19.9.0(@types/react@17.0.81)(moment@2.29.4)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) downshift: 6.1.12(react@17.0.2) moment: 2.29.4 prop-types: 15.8.1 @@ -9669,13 +9644,13 @@ packages: - typescript dev: false - /@commercetools-uikit/design-system@18.4.0(@types/react@17.0.82)(react-dom@17.0.2): + /@commercetools-uikit/design-system@18.4.0(@types/react@17.0.81)(react-dom@17.0.2): resolution: {integrity: sha512-6gLcZfwpX6wWnP0gv28dD9IPJfMVuS346uz/CBy83TU3gYXwE4JgIPnseHxpaM9q1WU9AQW41cOjsQdtaO76hg==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/hooks': 18.4.0(react-dom@17.0.2)(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9699,13 +9674,13 @@ packages: - react-dom dev: false - /@commercetools-uikit/design-system@19.9.0(@types/react@17.0.82)(react-dom@17.0.2): + /@commercetools-uikit/design-system@19.9.0(@types/react@17.0.81)(react-dom@17.0.2): resolution: {integrity: sha512-L9/xvUXXDbXVEL6XWFL4hDpURSR/aSjhVlj7EzDCRL2ZFkUthPumo7cIF1e7HvGV/zeAOsjft8zcu6LgbDqsaA==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9768,23 +9743,23 @@ packages: - typescript dev: false - /@commercetools-uikit/dropdown-menu@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/dropdown-menu@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-WSEaNl05iFqBG8TMSaFHFgh3WsSmYLZVcp2QAZnhoBINOD3aQaPR0kru2m2+o/UxnmKV+IglVdPRqaWlGC7CSg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -9891,25 +9866,25 @@ packages: - typescript dev: false - /@commercetools-uikit/field-label@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/field-label@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-llU2EgiQOX5h/IAQyfsK2Ot8qvsWMDslyPCNQ76KGSRdrg4d3MXqiU2zMCAVKV6HEAylxSL6T/o9SYpR2m5xzQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -9959,20 +9934,20 @@ packages: - typescript dev: false - /@commercetools-uikit/flat-button@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/flat-button@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-smPGax2L4EfJe34+3pRnHM/ckWspGGrKMD5MPrKXcWt7Y0lYf41hZr6niGMfExSMmv8Ptr4TfR7nOjpaDuSqZQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10031,20 +10006,20 @@ packages: - typescript dev: false - /@commercetools-uikit/flat-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/flat-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-lSlfW3OhaNWzi2jVRdU3pNwIuP8OwNZr7zYlm3zr/qbXo1vegGpNy6YVMM+Gc3QbseBz3X5ogXHHeZxvJJ/AUw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10070,15 +10045,15 @@ packages: - '@types/react' dev: false - /@commercetools-uikit/grid@19.9.0(@types/react@17.0.82)(react@17.0.2): + /@commercetools-uikit/grid@19.9.0(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-z9JwaW058dQMTB/s8TEHqVwodHAbC11dG3qUkZNqdMjxyVbPNsS4xDzNy5ISULZ+5eScvSVtrrLJlwAe6ZJpIA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -10172,20 +10147,20 @@ packages: - typescript dev: false - /@commercetools-uikit/icon-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/icon-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-21FhzCT50KGbpnFmZMnnIClNIxKFOuZ8L+BRuUWNUIFcvH5KkNh0f5Sbph7ZjAfXKv/Wq2/oFiU5N13sOJyYoQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10196,17 +10171,17 @@ packages: - typescript dev: false - /@commercetools-uikit/icons@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/icons@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-srRaj/yJCc+s9i9Tkl19mVB8TIf4Jpma7RieyRoIueBORo9PrliAKcvbWtATEFAackcCTyW1UfJQdTRKqewi5A==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/dompurify': 2.4.0 dompurify: 2.4.7 prop-types: 15.8.1 @@ -10238,17 +10213,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/icons@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/icons@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1lFAkdZfMeCgHjl5mV4QIKNdv8p3uOsz1Hi/2Ua0tv4zYpjOC2a5UbtFKLNo64VoPaUQXTGZE8vwSoSAbfwASg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/dompurify': 2.4.0 dompurify: 2.5.5 prop-types: 15.8.1 @@ -10305,7 +10280,7 @@ packages: - typescript dev: false - /@commercetools-uikit/input-utils@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/input-utils@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-lmjDeuc56GmhF6mOYRbAZ9BO+7Dk9E+Jt+BwRaQjRfEdwtEoxEF0bChf7YhjWh+aSr9QCLvte6l2VbXWtsdS3w==} peerDependencies: react: 17.x @@ -10313,15 +10288,15 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) - react-textarea-autosize: 8.4.0(@types/react@17.0.82)(react@17.0.2) + react-textarea-autosize: 8.4.0(@types/react@17.0.81)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom @@ -10349,7 +10324,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/label@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/label@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-xmbe0nEH5ilcMI5CWEHQ5b7dz0O1hqOP7ARjgkaYCRshREYz+5eKsvIq8u/cdf9KvKTYMODsl+B4xcjGCJs/Vg==} peerDependencies: react: 17.x @@ -10357,11 +10332,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -10397,7 +10372,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/link@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/link@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-UpQa4hfyk2ae68f1hTnincKpbQJP/PtplmKvkDaKduI0hMxc0qtxog83YsFgk9Tu7sZHqgOtNFL4JzB/uMK67Q==} peerDependencies: react: 17.x @@ -10406,12 +10381,12 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) '@types/history': 4.7.11 '@types/react-router-dom': 5.3.3 history: 4.10.1 @@ -10424,18 +10399,18 @@ packages: - react-dom dev: false - /@commercetools-uikit/loading-spinner@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/loading-spinner@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-nfmxjc0SWMEOFTfvlSpPm4H1oPuNAhUQhMItPrm78bxAoHA2hJPjOIVEmNwzrm1kN6+CVfBbyVGGLqIGZKTsPA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -10487,18 +10462,18 @@ packages: - typescript dev: false - /@commercetools-uikit/loading-spinner@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/loading-spinner@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-8GIKO72oTGzx6wpQ9Y9sM1TgKh+Q2cbAb3+qJjhbWPXvBDuctmKix71Tp9pvEDMB8IueSVmHfaeYfi/pAM88uA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -10752,7 +10727,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/notifications@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/notifications@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-g1g79gTcMIhlQUPv69fDrerkilar1XAq3LWgpVA3iKsD8ngk+a4axfGvEzW6P7mG699BXBoh/1C7ONK9lmkXEQ==} peerDependencies: react: 17.x @@ -10760,11 +10735,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -10817,19 +10792,19 @@ packages: - typescript dev: false - /@commercetools-uikit/number-input@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/number-input@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-rMxLI5m65CCnn40U1YvyaT5ooMRtaIP9WSbx00oLKl20bU+xyCZ+UyqUCRrCyi2q+jUphvlF4pvLcy9o0oVzlw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -10901,7 +10876,7 @@ packages: - typescript dev: false - /@commercetools-uikit/pagination@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/pagination@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-xNaT+Wn+IoCSYaQfUIK/at4ngHzGhKX7QHFvi5k6DwuF/k7N49RrpCprHn9VwGdN8bKtkgl94MnVY1YBzmCaOg==} peerDependencies: react: 17.x @@ -10909,18 +10884,18 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/number-input': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/number-input': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) formik: 2.4.6(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 @@ -10932,20 +10907,20 @@ packages: - typescript dev: false - /@commercetools-uikit/primary-button@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/primary-button@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-vDtZea6jZpeWYZeW8PUHaJaoQKEX4fRrV0VFVNDPR8IY3tvThKYOt1y7ur3MkM8w40mtPDKrz1EyqMLY/Z46iw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11004,20 +10979,20 @@ packages: - typescript dev: false - /@commercetools-uikit/primary-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/primary-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-5JAX+NLHGivlRDkmRB8T23onSHcZrMJEFD4zy9nI63N65AyIQD0kA8kprEEP3ivl82ApyDYErbWdcqkoN6Bmrw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11082,23 +11057,23 @@ packages: - typescript dev: false - /@commercetools-uikit/radio-input@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/radio-input@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-+Z+Liyn7ugv/pplNpFPnYq5m8Z2VtwkVaPJDh/RfOLlFNp5oLP8fIfPChhhcXTYJGLr0/4DhK3y2us/x/r+LxQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-is: 17.0.2 @@ -11109,7 +11084,7 @@ packages: - typescript dev: false - /@commercetools-uikit/secondary-button@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/secondary-button@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-CiqnLfbrOpi3e9NT0wno14AdGO5n61rZza6UDwBYb/bZ7CLz9PA9a/5qKATwXgUWh1zpfK15ySbTsFhQUTZvhw==} peerDependencies: react: 17.x @@ -11118,13 +11093,13 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11161,7 +11136,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/secondary-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/secondary-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-2Ct3w7TnljAQlA1avv4d/rRidOUT6aqv5Hilrc5zK8Qh9LPZVCHhMpko1R8Clu6yadecxGITqNGdmcu1pTRFjw==} peerDependencies: react: 17.x @@ -11170,13 +11145,13 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11187,20 +11162,20 @@ packages: - react-dom dev: false - /@commercetools-uikit/secondary-icon-button@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/secondary-icon-button@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-XJIYTN5GVZL8s8FJPRPFC/qLFpyyYUYQJXP4b3nk6SHr6Ns6U3tBixjefdQTgehcFbJTmm3uwS4HnIzpqcoH8w==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11259,20 +11234,20 @@ packages: - typescript dev: false - /@commercetools-uikit/secondary-icon-button@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/secondary-icon-button@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-kvBnwHYUsqOMsVNu3q1HfxLPqSyxbDfl2Cec1IOPiKw8yjJ9FKXNGAlcmIu6DB5g3dYbB/LtYMl/t3fVNesVxA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11362,7 +11337,7 @@ packages: - '@types/react' dev: false - /@commercetools-uikit/select-input@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/select-input@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-xVe+wEmTUrG6IjOa3ivHt81fjxl6jiJRO1wHz+KeSznHmrcYHuKKDTR/qSUWaSCuAJLKlPn4T44JSHkIiJXMpQ==} peerDependencies: react: 17.x @@ -11371,20 +11346,20 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/select-utils': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) - react-select: 5.8.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -11416,7 +11391,7 @@ packages: - '@types/react' dev: false - /@commercetools-uikit/select-utils@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/select-utils@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-eHW0hUn1X9MGd33J3IpOfhrAq0NwWrBtIRbT7dDpaNprI8Bidmc7TpH+cfTQ4MvYFQnXEIy9QbEk9Iv5v+LxlQ==} peerDependencies: react: 17.x @@ -11425,34 +11400,34 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) - react-select: 5.8.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /@commercetools-uikit/spacings-inline@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inline@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6/o3k1qLEd5il50g6Opz7XYbTP4JachPOpM9ACHj9cLIjAfIUPkLVG7UkJj4nIDFUNjClLnEwG001PdZmoPfqA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11477,16 +11452,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inline@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inline@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-cYKZAdnAE+wPng5wm31upCiimNPdpx18xZijXp3NGHo/AAa+KFRXH8nKQrgb4szD6JDZsgT0o7luzI8sX2IMkQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11494,16 +11469,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset-squish@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset-squish@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-oVOnD2xDPpktjUuighVgDmA7NgTPBvnCcxyNnrbZFcnRrbSh+ZtHL+wsV29uuvhqPUzL6gzOT1wmFf0pcExNAA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11528,16 +11503,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset-squish@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset-squish@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-AitqDhqntwMdzhUpjWNrMI/7LBIqvp2bjSYOEZLa94H/4USIdH27y8zwkW46Ahv6/GHe9H/FkK5FJ5MQkTHh9g==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11545,16 +11520,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-push4wB9W9S7PEUBc/m0MghECKVMhDnQvw5vMrLfH5U/WgHuNtAyGzabsRrJEQjkLhXBI4HMda3xM3OPcNJcuw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11579,16 +11554,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-lgBvo2/liy0eSB79aNyzBRve5Z0Fu3EBAYWJajMyQKG4mkphLMSJyeqb/Lf++O5cG/uvmd/LDRqHX2PUElnUvg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11596,16 +11571,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-stack@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-stack@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-kG2BTzTcH0sehs+dSIeeNU9uiuCT3ESD5PFIo1xNAkqbLAGFyiKNAlmNeVeFDriI7xO8jxIXWfckGs1pqAAzHQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11630,16 +11605,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-stack@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-stack@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-vIOY3Kr4YTpAjUhe3B1xi2nYLqo1iZY854cAsu0jjJvjboih0ydRLkq8gZLij6TWUS9ABxD2JdMaYAq2TM1yEQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11647,17 +11622,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-S4AoYQIN4BlWFV7ZgIoMiv82/5W3VVdVY9IBG1LVV+N/GvEoKsCsHFjIiCz/c8Rp4dLTy0BqUKdrt1oibu8WJQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset-squish': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset-squish': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - '@types/react' @@ -11681,17 +11656,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-h5jjcssQkIwHaq85Nvo7vVr1VEpHQBdrKSOiBk9Rxq58xuN9zYTkioBGdlGkvn/JLRExiILfrZrhuP8amh4T3Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset-squish': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset-squish': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - '@types/react' @@ -11772,7 +11747,7 @@ packages: - typescript dev: false - /@commercetools-uikit/tag@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/tag@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-hSDoeEx3x0dTxC2nDxvaROKYRqyWbyeAwPYz0hRrkcdHlByD8AJlLsqzUvXvUx9qMs63xewuf/cG76a/TGwZZg==} peerDependencies: react: 17.x @@ -11780,15 +11755,15 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) @@ -11895,7 +11870,7 @@ packages: - typescript dev: false - /@commercetools-uikit/text@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/text@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-5+FfW/q9/mstlSSj7OAzXg0lQPVN0Y5dbf9zyEbexNm2xoMjpwP01mnxSfqq8/3ywHuMPSbAHeWF/C/UCSgk2g==} peerDependencies: react: 17.x @@ -11903,9 +11878,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11937,7 +11912,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/text@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/text@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-9ImnFfkEe08leYsvin5cEVTved0z/7Ywlo3eGlf3ayZ0Howocu1jameh12QSv9YhsvhmjzDHyXP8Np51zmqTWQ==} peerDependencies: react: 17.x @@ -11945,9 +11920,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11958,19 +11933,19 @@ packages: - react-dom dev: false - /@commercetools-uikit/tooltip@18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/tooltip@18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ft8poSeinOx6CzbIvTtIH88ZX+N49fx6qGpX4WPQJfZSwEUlxksLKQc2n0wPAWIkPT6YMPGoykQj5FYrivN2Rg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/constraints': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 18.4.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 18.4.0(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 18.4.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -12004,19 +11979,19 @@ packages: - react-dom dev: false - /@commercetools-uikit/tooltip@19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/tooltip@19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-B1YfjdRBnstZUwGBKVC7fF8aLy4CgY1k5i2PTnncGrJlLxjEJoVSmV12S1CFI6ia+5cJ2NpJRa5HqDWltCjqmQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.82)(react-dom@17.0.2) + '@commercetools-uikit/constraints': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.9.0(@types/react@17.0.81)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.9.0(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.9.0(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -12414,13 +12389,13 @@ packages: '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.22.17) dev: false - /@emotion/babel-plugin-jsx-pragmatic@0.3.0(@babel/core@7.22.17): + /@emotion/babel-plugin-jsx-pragmatic@0.3.0(@babel/core@7.25.2): resolution: {integrity: sha512-XkRI5RdNl+f7HqpJADfTWlzZkd4tNaz2Gjzt97ZqN72jFSOqpL0grGGLdzKJ9dMQHXJBT/KZV+kphTycOblIsQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) dev: true /@emotion/babel-plugin@11.11.0: @@ -12442,10 +12417,10 @@ packages: resolution: {integrity: sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==} dependencies: '@babel/helper-module-imports': 7.24.7 - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 - '@emotion/serialize': 1.3.2 + '@emotion/serialize': 1.3.1 babel-plugin-macros: 3.1.0 convert-source-map: 1.9.0 escape-string-regexp: 4.0.0 @@ -12468,16 +12443,16 @@ packages: '@emotion/babel-plugin-jsx-pragmatic': 0.2.1(@babel/core@7.22.17) dev: false - /@emotion/babel-preset-css-prop@11.12.0(@babel/core@7.22.17): + /@emotion/babel-preset-css-prop@11.12.0(@babel/core@7.25.2): resolution: {integrity: sha512-wJYhkqVvH4nbxqwmw6XEkF/IWFFRQhYXiv69p7gibbT/e4S/5bMatoukDxRVxZla7aNvpZbXnfPeeNDlFehkKA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.22.17) - '@babel/runtime': 7.22.15 + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/runtime': 7.24.5 '@emotion/babel-plugin': 11.12.0 - '@emotion/babel-plugin-jsx-pragmatic': 0.3.0(@babel/core@7.22.17) + '@emotion/babel-plugin-jsx-pragmatic': 0.3.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -12537,7 +12512,7 @@ packages: hoist-non-react-statics: 3.3.2 react: 17.0.2 - /@emotion/react@11.11.4(@types/react@17.0.82)(react@17.0.2): + /@emotion/react@11.11.4(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: '@types/react': '*' @@ -12553,30 +12528,9 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@17.0.2) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 - '@types/react': 17.0.82 + '@types/react': 17.0.81 hoist-non-react-statics: 3.3.2 react: 17.0.2 - dev: false - - /@emotion/react@11.11.4(react@18.3.1): - resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} - peerDependencies: - '@types/react': '*' - react: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.5 - '@emotion/babel-plugin': 11.11.0 - '@emotion/cache': 11.11.0 - '@emotion/serialize': 1.1.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) - '@emotion/utils': 1.2.1 - '@emotion/weak-memoize': 0.3.1 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - dev: true /@emotion/serialize@1.1.3: resolution: {integrity: sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==} @@ -12587,13 +12541,13 @@ packages: '@emotion/utils': 1.2.1 csstype: 3.1.3 - /@emotion/serialize@1.3.2: - resolution: {integrity: sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==} + /@emotion/serialize@1.3.1: + resolution: {integrity: sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==} dependencies: '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 '@emotion/unitless': 0.10.0 - '@emotion/utils': 1.4.1 + '@emotion/utils': 1.4.0 csstype: 3.1.3 dev: true @@ -12621,7 +12575,7 @@ packages: react: 17.0.2 dev: false - /@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@17.0.82)(react@17.0.2): + /@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} peerDependencies: '@emotion/react': ^11.0.0-rc.0 @@ -12634,11 +12588,11 @@ packages: '@babel/runtime': 7.24.5 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) '@emotion/serialize': 1.1.3 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@17.0.2) '@emotion/utils': 1.2.1 - '@types/react': 17.0.82 + '@types/react': 17.0.81 react: 17.0.2 dev: false @@ -12656,19 +12610,11 @@ packages: dependencies: react: 17.0.2 - /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.1): - resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} - peerDependencies: - react: '>=16.8.0' - dependencies: - react: 18.3.1 - dev: true - /@emotion/utils@1.2.1: resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} - /@emotion/utils@1.4.1: - resolution: {integrity: sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==} + /@emotion/utils@1.4.0: + resolution: {integrity: sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==} dev: true /@emotion/weak-memoize@0.3.1: @@ -14278,14 +14224,6 @@ packages: dependencies: graphql: 16.8.2 - /@graphql-typed-document-node/core@3.2.0(graphql@16.9.0): - resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.9.0 - dev: true - /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} dev: false @@ -14857,8 +14795,8 @@ packages: '@octokit/auth-token': 5.1.1 '@octokit/graphql': 8.1.1 '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.5.1 + '@octokit/request-error': 6.1.4 + '@octokit/types': 13.5.0 before-after-hook: 3.0.2 universal-user-agent: 7.0.2 dev: false @@ -14867,7 +14805,7 @@ packages: resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 13.5.1 + '@octokit/types': 13.5.0 universal-user-agent: 7.0.2 dev: false @@ -14884,7 +14822,7 @@ packages: engines: {node: '>= 18'} dependencies: '@octokit/request': 9.1.3 - '@octokit/types': 13.5.1 + '@octokit/types': 13.5.0 universal-user-agent: 7.0.2 dev: false @@ -14933,11 +14871,11 @@ packages: once: 1.4.0 dev: false - /@octokit/request-error@6.1.5: - resolution: {integrity: sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==} + /@octokit/request-error@6.1.4: + resolution: {integrity: sha512-VpAhIUxwhWZQImo/dWAN/NpPqqojR6PSLgLYAituLM6U+ddx9hCioFGwBr5Mi+oi5CLeJkcAs3gJ0PYYzU6wUg==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 13.5.1 + '@octokit/types': 13.5.0 dev: false /@octokit/request@5.6.3: @@ -14958,8 +14896,8 @@ packages: engines: {node: '>= 18'} dependencies: '@octokit/endpoint': 10.1.1 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.5.1 + '@octokit/request-error': 6.1.4 + '@octokit/types': 13.5.0 universal-user-agent: 7.0.2 dev: false @@ -14987,8 +14925,8 @@ packages: - encoding dev: false - /@octokit/types@13.5.1: - resolution: {integrity: sha512-F41lGiWBKPIWPBgjSvaDXTTQptBujnozENAK3S//nj7xsFdYdirImKlBB/hTjr+Vii68SM+8jG3UJWRa6DMuDA==} + /@octokit/types@13.5.0: + resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} dependencies: '@octokit/openapi-types': 22.2.0 dev: false @@ -16771,7 +16709,6 @@ packages: /@types/prop-types@15.7.13: resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} - dev: false /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} @@ -16836,13 +16773,12 @@ packages: '@types/scheduler': 0.16.3 csstype: 3.1.3 - /@types/react@17.0.82: - resolution: {integrity: sha512-wTW8Lu/PARGPFE8tOZqCvprOKg5sen/2uS03yKn2xbCDFP9oLncm7vMDQ2+dEQXHVIXrOpW6u72xUXEXO0ypSw==} + /@types/react@17.0.81: + resolution: {integrity: sha512-So+arrwwUFFWCX/lqv4w8z1glovD1zLE0KVP1z4eFCPU8WE4yTCotHjssKbrcnZ3W5Fcxcsl1vkKTh6k6V+/2A==} dependencies: '@types/prop-types': 15.7.13 '@types/scheduler': 0.16.8 csstype: 3.1.3 - dev: false /@types/redux-logger@3.0.9: resolution: {integrity: sha512-cwYhVbYNgH01aepeMwhd0ABX6fhVB2rcQ9m80u8Fl50ZODhsZ8RhQArnLTkE7/Zrfq4Sz/taNoF7DQy9pCZSKg==} @@ -16875,7 +16811,6 @@ packages: /@types/scheduler@0.16.8: resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - dev: false /@types/semver@6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} @@ -17492,18 +17427,18 @@ packages: ts-morph: 12.0.0 dev: true - /@vitejs/plugin-react-swc@3.7.0(vite@4.5.5): + /@vitejs/plugin-react-swc@3.7.0(vite@4.5.3): resolution: {integrity: sha512-yrknSb3Dci6svCd/qhHqhFPDSw0QtjumcqdKMoNNzmOl5lMXTTiqzjWtG4Qask2HdvvzaNgSunbQGet8/GrKdA==} peerDependencies: vite: ^4 || ^5 dependencies: '@swc/core': 1.5.7 - vite: 4.5.5(@types/node@18.17.14) + vite: 4.5.3(@types/node@18.17.14) transitivePeerDependencies: - '@swc/helpers' dev: false - /@vitejs/plugin-react@4.3.1(vite@4.5.5): + /@vitejs/plugin-react@4.3.1(vite@4.5.3): resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -17514,7 +17449,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.5) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 4.5.5(@types/node@18.17.14) + vite: 4.5.3(@types/node@18.17.14) transitivePeerDependencies: - supports-color @@ -17675,26 +17610,12 @@ packages: tslib: 2.6.2 dev: false - /@wry/caches@1.0.1: - resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==} - engines: {node: '>=8'} - dependencies: - tslib: 2.7.0 - dev: false - /@wry/context@0.7.3: resolution: {integrity: sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==} engines: {node: '>=8'} dependencies: tslib: 2.6.2 - /@wry/context@0.7.4: - resolution: {integrity: sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==} - engines: {node: '>=8'} - dependencies: - tslib: 2.7.0 - dev: false - /@wry/equality@0.1.11: resolution: {integrity: sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==} dependencies: @@ -17713,20 +17634,6 @@ packages: dependencies: tslib: 2.6.2 - /@wry/trie@0.4.3: - resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==} - engines: {node: '>=8'} - dependencies: - tslib: 2.7.0 - dev: false - - /@wry/trie@0.5.0: - resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==} - engines: {node: '>=8'} - dependencies: - tslib: 2.7.0 - dev: false - /@xmldom/xmldom@0.8.7: resolution: {integrity: sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==} engines: {node: '>=10.0.0'} @@ -17975,14 +17882,14 @@ packages: '@apollo/client': 3.7.14(graphql@16.8.2)(react-dom@17.0.2)(react@17.0.2) dev: false - /apollo-link-rest@0.9.0(@apollo/client@3.11.8)(graphql@16.8.2)(qs@6.11.2): + /apollo-link-rest@0.9.0(@apollo/client@3.7.14)(graphql@16.8.2)(qs@6.11.2): resolution: {integrity: sha512-kuXjR56Y12w0TZcqwVaONKlipB6g3Ya1dAy4NMCaylPpNXq6tO+qzQFPUyDJC7B0JoJPIFjxPV2rAet4uGM4UQ==} peerDependencies: '@apollo/client': '>=3' graphql: '>=0.11' qs: '>=6' dependencies: - '@apollo/client': 3.11.8(@types/react@17.0.82)(graphql@16.8.2)(react-dom@17.0.2)(react@17.0.2) + '@apollo/client': 3.7.14(graphql@16.8.2)(react-dom@17.0.2)(react@17.0.2) graphql: 16.8.2 qs: 6.11.2 dev: false @@ -18333,6 +18240,15 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.22.17 + dev: false + + /babel-plugin-dev-expression@0.2.3(@babel/core@7.25.2): + resolution: {integrity: sha512-rP5LK9QQTzCW61nVVzw88En1oK8t8gTsIeC6E61oelxNsU842yMjF0G1MxhvUpCkxCEIj7sE8/e5ieTheT//uw==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.25.2 + dev: true /babel-plugin-import-graphql@2.8.1(graphql-tag@2.12.6)(graphql@16.8.2): resolution: {integrity: sha512-j8Y0rWfMCd7Q63+hzCENrzbwYvQ9GfRbD3S50oHJ0SmEeRRVgLMxj+jXCBVLTFlmFLzY8UYVQQGx3FgrK3wajA==} @@ -18383,14 +18299,14 @@ packages: cosmiconfig: 7.1.0 resolve: 1.22.2 - /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.22.17): + /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.25.4 - '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -18422,13 +18338,13 @@ packages: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.22.17): + /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color @@ -18480,13 +18396,13 @@ packages: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.22.17): + /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.22.17) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color dev: true @@ -18829,16 +18745,6 @@ packages: node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.3) - /browserslist@4.24.0: - resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001664 - electron-to-chromium: 1.5.29 - node-releases: 2.0.18 - update-browserslist-db: 1.1.0(browserslist@4.24.0) - /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: @@ -19005,7 +18911,7 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.10 - caniuse-lite: 1.0.30001664 + caniuse-lite: 1.0.30001660 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false @@ -19016,9 +18922,6 @@ packages: /caniuse-lite@1.0.30001660: resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} - /caniuse-lite@1.0.30001664: - resolution: {integrity: sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==} - /capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: @@ -19609,7 +19512,7 @@ packages: /core-js-compat@3.38.1: resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} dependencies: - browserslist: 4.24.0 + browserslist: 4.23.3 dev: true /core-js-pure@3.32.2: @@ -20751,9 +20654,6 @@ packages: /electron-to-chromium@1.5.24: resolution: {integrity: sha512-0x0wLCmpdKFCi9ulhvYZebgcPmHTkFVUfU2wzDykadkslKwT4oAmDTHEKLnlrDsMGZe4B+ksn8quZfZjYsBetA==} - /electron-to-chromium@1.5.29: - resolution: {integrity: sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==} - /emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} @@ -21603,23 +21503,6 @@ packages: prettier-linter-helpers: 1.0.0 dev: false - /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@3.3.3): - resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - eslint: '>=7.28.0' - eslint-config-prettier: '*' - prettier: '>=2.0.0' - peerDependenciesMeta: - eslint-config-prettier: - optional: true - dependencies: - eslint: 8.57.0 - eslint-config-prettier: 8.10.0(eslint@8.57.0) - prettier: 3.3.3 - prettier-linter-helpers: 1.0.0 - dev: false - /eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} @@ -23113,16 +22996,6 @@ packages: graphql: 16.8.2 tslib: 2.6.2 - /graphql-tag@2.12.6(graphql@16.9.0): - resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} - engines: {node: '>=10'} - peerDependencies: - graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - graphql: 16.9.0 - tslib: 2.6.2 - dev: true - /graphql-ws@4.9.0(graphql@16.8.1): resolution: {integrity: sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==} engines: {node: '>=10'} @@ -23158,11 +23031,6 @@ packages: resolution: {integrity: sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - /graphql@16.9.0: - resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} - engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - dev: true - /gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} @@ -25427,7 +25295,7 @@ packages: /launch-editor@2.6.0: resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==} dependencies: - picocolors: 1.1.0 + picocolors: 1.0.0 shell-quote: 1.8.1 dev: false @@ -26352,7 +26220,7 @@ packages: resolution: {integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==} dependencies: '@types/debug': 4.1.7 - debug: 4.3.7 + debug: 4.3.5(supports-color@8.1.1) decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.0.6 micromark-factory-space: 1.0.0 @@ -27140,15 +27008,6 @@ packages: '@wry/context': 0.7.3 '@wry/trie': 0.3.2 - /optimism@0.18.0: - resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==} - dependencies: - '@wry/caches': 1.0.1 - '@wry/context': 0.7.4 - '@wry/trie': 0.4.3 - tslib: 2.7.0 - dev: false - /optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} engines: {node: '>= 0.8.0'} @@ -28075,12 +27934,6 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - /prettier@3.3.3: - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} - engines: {node: '>=14'} - hasBin: true - dev: false - /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} @@ -28679,7 +28532,7 @@ packages: - '@types/react' dev: false - /react-select@5.8.0(@types/react@17.0.82)(react-dom@17.0.2)(react@17.0.2): + /react-select@5.8.0(@types/react@17.0.81)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -28687,7 +28540,7 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@17.0.82)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.81)(react@17.0.2) '@floating-ui/dom': 1.2.6 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -28695,7 +28548,7 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-transition-group: 4.4.5(react-dom@17.0.2)(react@17.0.2) - use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.82)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.81)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -28714,7 +28567,7 @@ packages: - '@types/react' dev: false - /react-textarea-autosize@8.4.0(@types/react@17.0.82)(react@17.0.2): + /react-textarea-autosize@8.4.0(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-YrTFaEHLgJsi8sJVYHBzYn+mkP3prGkmP2DKb/tm0t7CLJY5t1Rxix8070LAKb0wby7bl/lf2EeHkuMihMZMwQ==} engines: {node: '>=10'} peerDependencies: @@ -28723,7 +28576,7 @@ packages: '@babel/runtime': 7.24.5 react: 17.0.2 use-composed-ref: 1.3.0(react@17.0.2) - use-latest: 1.2.1(@types/react@17.0.82)(react@17.0.2) + use-latest: 1.2.1(@types/react@17.0.81)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -28749,13 +28602,6 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 - /react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} - engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - dev: true - /read-cache@1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} dependencies: @@ -28956,29 +28802,14 @@ packages: dependencies: jsesc: 0.5.0 - /rehackt@0.1.0(@types/react@17.0.82)(react@17.0.2): - resolution: {integrity: sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==} - peerDependencies: - '@types/react': ^17.0.56 - react: '*' - peerDependenciesMeta: - '@types/react': - optional: true - react: - optional: true - dependencies: - '@types/react': 17.0.82 - react: 17.0.2 - dev: false - - /rehype-react@7.2.0(@types/react@17.0.82): + /rehype-react@7.2.0(@types/react@17.0.81): resolution: {integrity: sha512-MHYyCHka+3TtzBMKtcuvVOBAbI1HrfoYA+XH9m7/rlrQQATCPwtJnPdkxKKcIGF8vc9mxqQja9r9f+FHItQeWg==} peerDependencies: '@types/react': ^17.0.56 dependencies: '@mapbox/hast-util-table-cell-style': 0.2.0 '@types/hast': 2.3.4 - '@types/react': 17.0.82 + '@types/react': 17.0.81 hast-to-hyperscript: 10.0.3 hast-util-whitespace: 2.0.1 unified: 10.1.2 @@ -29243,8 +29074,8 @@ packages: fsevents: 2.3.3 dev: false - /rollup@3.29.5: - resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} + /rollup@3.29.3: + resolution: {integrity: sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -31039,10 +30870,6 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - dev: false - /tsutils@3.21.0(typescript@5.4.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -31448,7 +31275,7 @@ packages: dependencies: browserslist: 4.23.0 escalade: 3.1.2 - picocolors: 1.1.0 + picocolors: 1.0.0 /update-browserslist-db@1.1.0(browserslist@4.23.3): resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} @@ -31460,16 +31287,6 @@ packages: escalade: 3.2.0 picocolors: 1.1.0 - /update-browserslist-db@1.1.0(browserslist@4.24.0): - resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.24.0 - escalade: 3.2.0 - picocolors: 1.1.0 - /update-notifier@4.1.0: resolution: {integrity: sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==} engines: {node: '>=8'} @@ -31582,7 +31399,7 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.82)(react@17.0.2): + /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -31591,7 +31408,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.82 + '@types/react': 17.0.81 react: 17.0.2 dev: false @@ -31609,7 +31426,7 @@ packages: use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.80)(react@17.0.2) dev: false - /use-latest@1.2.1(@types/react@17.0.82)(react@17.0.2): + /use-latest@1.2.1(@types/react@17.0.81)(react@17.0.2): resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -31618,9 +31435,9 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.82 + '@types/react': 17.0.81 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.82)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.81)(react@17.0.2) dev: false /use-memo-one@1.1.3(react@17.0.2): @@ -31786,8 +31603,8 @@ packages: vfile-message: 3.1.4 dev: false - /vite@4.5.5(@types/node@18.17.14): - resolution: {integrity: sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==} + /vite@4.5.3(@types/node@18.17.14): + resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -31817,7 +31634,7 @@ packages: '@types/node': 18.17.14 esbuild: 0.18.20 postcss: 8.4.38 - rollup: 3.29.5 + rollup: 3.29.3 optionalDependencies: fsevents: 2.3.3