From a435e7fda60f05557b740b27f8c14d3c5ce1060e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:54:23 +0000 Subject: [PATCH] fix(deps): update all ui-kit packages to v19.20.1 (#3671) * fix(deps): update all ui-kit packages to v19.20.1 * chore: refresh react types * docs: changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicola Molinari --- .changeset/nasty-rice-smile.md | 22 + .../starter-typescript/package.json | 2 +- application-templates/starter/package.json | 2 +- .../starter-typescript/package.json | 2 +- custom-views-templates/starter/package.json | 2 +- packages/actions-global/package.json | 2 +- packages/application-components/package.json | 2 +- packages/application-config/package.json | 2 +- .../application-shell-connectors/package.json | 2 +- packages/application-shell/package.json | 2 +- packages/i18n/package.json | 2 +- packages/l10n/package.json | 2 +- packages/permissions/package.json | 2 +- packages/react-notifications/package.json | 2 +- packages/sdk/package.json | 2 +- packages/sentry/package.json | 2 +- playground/package.json | 36 +- pnpm-lock.yaml | 3605 +++++++---------- visual-testing-app/package.json | 24 +- website-components-playground/package.json | 2 +- 20 files changed, 1502 insertions(+), 2217 deletions(-) create mode 100644 .changeset/nasty-rice-smile.md diff --git a/.changeset/nasty-rice-smile.md b/.changeset/nasty-rice-smile.md new file mode 100644 index 0000000000..f2afe7458e --- /dev/null +++ b/.changeset/nasty-rice-smile.md @@ -0,0 +1,22 @@ +--- +'@commercetools-applications/merchant-center-custom-view-template-starter-typescript': patch +'@commercetools-applications/merchant-center-template-starter-typescript': patch +'@commercetools-frontend/application-shell-connectors': patch +'@commercetools-frontend/application-components': patch +'@commercetools-applications/merchant-center-custom-view-template-starter': patch +'@commercetools-applications/merchant-center-template-starter': patch +'@commercetools-website/components-playground': patch +'@commercetools-frontend/react-notifications': patch +'@commercetools-frontend/application-config': patch +'@commercetools-frontend/application-shell': patch +'@commercetools-frontend/actions-global': patch +'@commercetools-frontend/permissions': patch +'@commercetools-local/visual-testing-app': patch +'@commercetools-frontend/sentry': patch +'@commercetools-frontend/i18n': patch +'@commercetools-frontend/l10n': patch +'@commercetools-frontend/sdk': patch +'@commercetools-local/playground': patch +--- + +Update UI Kit dependencies to v19.20.1 diff --git a/application-templates/starter-typescript/package.json b/application-templates/starter-typescript/package.json index 1fdb362a7d..5b9b2740c6 100644 --- a/application-templates/starter-typescript/package.json +++ b/application-templates/starter-typescript/package.json @@ -67,7 +67,7 @@ "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^29.5.4", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index f0b42283e6..f1f3e5e1a5 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -65,7 +65,7 @@ "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^29.5.4", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", diff --git a/custom-views-templates/starter-typescript/package.json b/custom-views-templates/starter-typescript/package.json index 092ec3beb7..10ca587618 100644 --- a/custom-views-templates/starter-typescript/package.json +++ b/custom-views-templates/starter-typescript/package.json @@ -67,7 +67,7 @@ "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^29.5.4", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", diff --git a/custom-views-templates/starter/package.json b/custom-views-templates/starter/package.json index 205a6b49fa..be703722e7 100644 --- a/custom-views-templates/starter/package.json +++ b/custom-views-templates/starter/package.json @@ -65,7 +65,7 @@ "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^29.5.4", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", diff --git a/packages/actions-global/package.json b/packages/actions-global/package.json index 36750284a4..49da78931d 100644 --- a/packages/actions-global/package.json +++ b/packages/actions-global/package.json @@ -25,7 +25,7 @@ "@commercetools-frontend/notifications": "22.37.0", "@commercetools-frontend/sentry": "22.37.0", "@types/lodash": "^4.14.198", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-redux": "^7.1.26", "lodash": "4.17.21", "redux-thunk": "2.4.2" diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 8c597e5095..dbd1558221 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -62,7 +62,7 @@ "@types/history": "^4.7.11", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-modal": "^3.16.0", "@types/react-router-dom": "^5.3.3", diff --git a/packages/application-config/package.json b/packages/application-config/package.json index 30a0a11acc..f4b45c4e9b 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -44,7 +44,7 @@ "@commercetools-frontend/constants": "22.37.0", "@types/dompurify": "^2.4.0", "@types/lodash": "^4.14.198", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "ajv": "8.16.0", "core-js": "^3.32.2", "cosmiconfig": "9.0.0", diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index 1ae91a48bf..26341e9af6 100644 --- a/packages/application-shell-connectors/package.json +++ b/packages/application-shell-connectors/package.json @@ -31,7 +31,7 @@ "@emotion/react": "^11.11.4", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "apollo-link-logger": "2.0.1", "graphql": "16.8.2", "lodash": "4.17.21", diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index 138cb3abc6..af021af71d 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -73,7 +73,7 @@ "@types/history": "^4.7.11", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-redux": "^7.1.26", "@types/react-router": "^5.1.20", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6048542732..5f4f03309c 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -40,7 +40,7 @@ "@emotion/react": "^11.11.4", "@formatjs/icu-messageformat-parser": "2.7.8", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "moment": "^2.29.4", "prop-types": "15.8.1" }, diff --git a/packages/l10n/package.json b/packages/l10n/package.json index 27cd5eb9b3..46abc4f583 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -35,7 +35,7 @@ "@emotion/react": "^11.11.4", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "lodash": "4.17.21", "moment": "^2.29.4", "moment-timezone": "^0.5.40", diff --git a/packages/permissions/package.json b/packages/permissions/package.json index acb7360020..fb167d4899 100644 --- a/packages/permissions/package.json +++ b/packages/permissions/package.json @@ -25,7 +25,7 @@ "@emotion/react": "^11.11.4", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "lodash": "4.17.21", "prop-types": "15.8.1", "tiny-invariant": "1.3.3", diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 522b8e7689..9a1ce42d42 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -37,7 +37,7 @@ "@types/history": "^4.7.11", "@types/lodash": "^4.14.198", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-redux": "^7.1.26", "@types/react-router": "^5.1.20", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 635f545f4d..5d595ef23a 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -31,7 +31,7 @@ "@commercetools/sdk-middleware-http": "7.0.4", "@types/node-fetch": "2.6.11", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-redux": "^7.1.26", "buffer": "6.0.3", "fast-equals": "2.0.4", diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 5f6774e150..21486411d9 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -26,7 +26,7 @@ "@sentry/react": "7.117.0", "@sentry/types": "7.117.0", "@types/prop-types": "^15.7.5", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "prop-types": "15.8.1" }, "devDependencies": { diff --git a/playground/package.json b/playground/package.json index 9402b06855..65e7ab063c 100644 --- a/playground/package.json +++ b/playground/package.json @@ -27,24 +27,24 @@ "@commercetools-frontend/l10n": "22.37.0", "@commercetools-frontend/permissions": "22.37.0", "@commercetools-frontend/sdk": "22.37.0", - "@commercetools-uikit/card": "19.17.1", - "@commercetools-uikit/checkbox-input": "19.17.1", - "@commercetools-uikit/constraints": "19.17.1", - "@commercetools-uikit/data-table": "19.17.1", - "@commercetools-uikit/date-time-input": "19.17.1", - "@commercetools-uikit/flat-button": "19.17.1", - "@commercetools-uikit/grid": "19.17.1", - "@commercetools-uikit/hooks": "19.17.1", - "@commercetools-uikit/icons": "19.17.1", - "@commercetools-uikit/label": "19.17.1", - "@commercetools-uikit/link": "19.17.1", - "@commercetools-uikit/loading-spinner": "19.17.1", - "@commercetools-uikit/notifications": "19.17.1", - "@commercetools-uikit/pagination": "19.17.1", - "@commercetools-uikit/primary-button": "19.17.1", - "@commercetools-uikit/secondary-button": "19.17.1", - "@commercetools-uikit/spacings": "19.17.1", - "@commercetools-uikit/text": "19.17.1", + "@commercetools-uikit/card": "19.20.1", + "@commercetools-uikit/checkbox-input": "19.20.1", + "@commercetools-uikit/constraints": "19.20.1", + "@commercetools-uikit/data-table": "19.20.1", + "@commercetools-uikit/date-time-input": "19.20.1", + "@commercetools-uikit/flat-button": "19.20.1", + "@commercetools-uikit/grid": "19.20.1", + "@commercetools-uikit/hooks": "19.20.1", + "@commercetools-uikit/icons": "19.20.1", + "@commercetools-uikit/label": "19.20.1", + "@commercetools-uikit/link": "19.20.1", + "@commercetools-uikit/loading-spinner": "19.20.1", + "@commercetools-uikit/notifications": "19.20.1", + "@commercetools-uikit/pagination": "19.20.1", + "@commercetools-uikit/primary-button": "19.20.1", + "@commercetools-uikit/secondary-button": "19.20.1", + "@commercetools-uikit/spacings": "19.20.1", + "@commercetools-uikit/text": "19.20.1", "@emotion/react": "^11.11.4", "@flopflip/react-broadcast": "14.0.2", "apollo-link-rest": "^0.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94a0278baa..260e32820e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -362,61 +362,61 @@ importers: version: 8.5.0 '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/grid': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/localized-text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/localized-text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/notifications': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/select-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools/sync-actions': specifier: ^5.14.0 version: 5.14.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@formatjs/cli': specifier: 6.2.12 version: 6.2.12 @@ -437,13 +437,13 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -584,61 +584,61 @@ importers: version: 8.5.0 '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/grid': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/localized-text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/localized-text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/notifications': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/select-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools/sync-actions': specifier: ^5.14.0 version: 5.14.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@formatjs/cli': specifier: 6.2.12 version: 6.2.12 @@ -659,13 +659,13 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -803,61 +803,61 @@ importers: version: 8.5.0 '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/grid': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/localized-text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/localized-text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/notifications': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/select-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools/sync-actions': specifier: ^5.14.0 version: 5.14.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@formatjs/cli': specifier: 6.2.12 version: 6.2.12 @@ -878,13 +878,13 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -1025,61 +1025,61 @@ importers: version: 8.5.0 '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/grid': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/localized-text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/localized-text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/notifications': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/select-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools/sync-actions': specifier: ^5.14.0 version: 5.14.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@formatjs/cli': specifier: 6.2.12 version: 6.2.12 @@ -1100,13 +1100,13 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -1334,7 +1334,7 @@ importers: version: 4.14.198 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-redux': specifier: ^7.1.26 version: 7.1.26 @@ -1347,7 +1347,7 @@ importers: devDependencies: '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 @@ -1398,61 +1398,61 @@ importers: version: link:../sentry '@commercetools-uikit/accessible-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/card': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/design-system': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icon-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/label': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/messages': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/primary-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/secondary-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/stamp': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': specifier: ^19.17.1 version: 19.17.1(react@17.0.2) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.7.2) @@ -1473,7 +1473,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -1510,7 +1510,7 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 @@ -1564,7 +1564,7 @@ importers: version: 4.14.198 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 ajv: specifier: 8.16.0 version: 8.16.0 @@ -1655,55 +1655,55 @@ importers: version: link:../url-utils '@commercetools-uikit/accessible-hidden': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/avatar': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/card': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/constraints': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/design-system': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/flat-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/icon-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/loading-spinner': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/notifications': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/primary-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/secondary-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/select-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(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.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@flopflip/combine-adapters': specifier: 14.0.2 version: 14.0.2(typescript@5.7.2) @@ -1739,7 +1739,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -1811,7 +1811,7 @@ importers: version: 1.0.3 react-select: specifier: 5.8.0 - version: 5.8.0(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 5.8.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) redux-logger: specifier: 3.0.6 version: 3.0.6 @@ -1836,7 +1836,7 @@ importers: version: 12.1.5(react-dom@17.0.2)(react@17.0.2) '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 @@ -1896,7 +1896,7 @@ importers: version: 3.0.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@types/lodash': specifier: ^4.14.198 version: 4.14.198 @@ -1905,7 +1905,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 apollo-link-logger: specifier: 2.0.1 version: 2.0.1(@apollo/client@3.7.14) @@ -2282,7 +2282,7 @@ importers: version: 19.17.1 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@formatjs/icu-messageformat-parser': specifier: 2.7.8 version: 2.7.8 @@ -2291,7 +2291,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 moment: specifier: ^2.29.4 version: 2.29.4 @@ -2429,7 +2429,7 @@ importers: version: link:../sentry '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@types/lodash': specifier: ^4.14.198 version: 4.14.198 @@ -2438,7 +2438,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 lodash: specifier: 4.17.21 version: 4.17.21 @@ -2454,7 +2454,7 @@ importers: devDependencies: '@testing-library/react-hooks': specifier: 8.0.1 - version: 8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@types/cldr': specifier: ^7.1.4 version: 7.1.4 @@ -2754,7 +2754,7 @@ importers: devDependencies: '@commercetools-test-data/custom-view': specifier: ^8.0.0 - version: 8.2.3 + version: 8.2.3(@types/node@18.17.14)(typescript@5.7.2) '@tsconfig/node16': specifier: ^16.1.1 version: 16.1.1 @@ -2818,7 +2818,7 @@ importers: version: link:../sentry '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@types/lodash': specifier: ^4.14.198 version: 4.14.198 @@ -2827,7 +2827,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 lodash: specifier: 4.17.21 version: 4.17.21 @@ -2882,31 +2882,31 @@ importers: version: link:../sentry '@commercetools-uikit/design-system': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': specifier: ^19.17.1 version: 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icon-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/secondary-icon-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': specifier: ^19.17.1 version: 19.17.1(react@17.0.2) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/history': specifier: ^4.7.11 version: 4.7.11 @@ -2918,7 +2918,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -3009,7 +3009,7 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-redux': specifier: ^7.1.26 version: 7.1.26 @@ -3037,7 +3037,7 @@ importers: devDependencies: '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@testing-library/react': specifier: 12.1.5 version: 12.1.5(react-dom@17.0.2)(react@17.0.2) @@ -3091,14 +3091,14 @@ importers: version: 15.7.5 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 prop-types: specifier: 15.8.1 version: 15.8.1 devDependencies: '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@types/jest': specifier: ^29.5.4 version: 29.5.4 @@ -3170,59 +3170,59 @@ importers: specifier: 22.37.0 version: link:../packages/sdk '@commercetools-uikit/card': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/checkbox-input': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/constraints': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/data-table': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.83)(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) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/grid': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': - specifier: 19.17.1 - version: 19.17.1(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/icons': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/label': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/link': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/notifications': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/pagination': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/primary-button': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/secondary-button': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.83)(react@17.0.2) @@ -3339,44 +3339,44 @@ importers: specifier: workspace:* version: link:../packages/react-notifications '@commercetools-uikit/accessible-button': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/card': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/design-system': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/grid': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/icon-button': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/icons': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(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.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/text-input': - specifier: 19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + specifier: 19.20.1 + version: 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.7.2) @@ -3385,7 +3385,7 @@ importers: version: 2.0.4(graphql@16.8.1)(rollup@2.79.1) '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -3451,43 +3451,43 @@ importers: version: link:../packages/l10n '@commercetools-uikit/design-system': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/icon-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/icons': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/link': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/multiline-text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/secondary-button': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2) '@commercetools-uikit/select-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/spacings': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/text-field': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/text-input': specifier: ^19.17.1 - version: 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + version: 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@17.0.80)(react@17.0.2) + version: 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + version: 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) formik: specifier: 2.4.6 version: 2.4.6(react@17.0.2) @@ -3514,7 +3514,7 @@ importers: version: 5.3.4(react@17.0.2) react-select: specifier: 5.8.0 - version: 5.8.0(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + version: 5.8.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) devDependencies: '@commercetools-frontend/application-config': specifier: workspace:* @@ -3524,7 +3524,7 @@ importers: version: 4.7.11 '@types/react': specifier: ^17.0.56 - version: 17.0.80 + version: 17.0.83 '@types/react-dom': specifier: 17.0.25 version: 17.0.25 @@ -3893,12 +3893,14 @@ 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==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.25.6 + dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} @@ -3907,16 +3909,6 @@ packages: '@babel/types': 7.24.5 dev: false - /@babel/helper-builder-binary-assignment-operator-visitor@7.24.7: - resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-compilation-targets@7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} @@ -4083,6 +4075,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: false /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} @@ -4108,30 +4101,6 @@ packages: semver: 6.3.1 dev: false - /@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.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - regexpu-core: 5.3.2 - semver: 6.3.1 - dev: true - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.17): resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} peerDependencies: @@ -4162,21 +4131,6 @@ packages: - supports-color dev: false - /@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.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - debug: 4.3.7(supports-color@8.1.1) - lodash.debounce: 4.0.8 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} @@ -4209,6 +4163,7 @@ packages: '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color + dev: false /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} @@ -4341,6 +4296,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.25.6 + dev: false /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -4379,20 +4335,6 @@ packages: '@babel/helper-wrap-function': 7.22.17 dev: false - /@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.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-wrap-function': 7.25.0 - '@babel/traverse': 7.25.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-replace-supers@7.24.1(@babel/core@7.22.17): resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} @@ -4447,6 +4389,7 @@ packages: '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color + dev: false /@babel/helper-simple-access@7.24.5: resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} @@ -4478,6 +4421,7 @@ packages: '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color + dev: false /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} @@ -4530,17 +4474,6 @@ packages: '@babel/types': 7.24.5 dev: false - /@babel/helper-wrap-function@7.25.0: - resolution: {integrity: sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.25.0 - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helpers@7.22.15: resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} engines: {node: '>=6.9.0'} @@ -4633,29 +4566,6 @@ packages: dependencies: '@babel/types': 7.25.6 - /@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.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.25.2): - resolution: {integrity: sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} @@ -4676,16 +4586,6 @@ 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.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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} @@ -4710,33 +4610,6 @@ 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.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.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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.6 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.2): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} @@ -4762,17 +4635,6 @@ 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.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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-cop/3quQBVvdz6X5SJC6AhUv3C9DrVTM06LUEXimEdWAhCSyOJIr9NiZDU9leHZ0/aiG0Sh7Zmvaku5TWYNgbA==} engines: {node: '>=6.9.0'} @@ -4784,17 +4646,6 @@ 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.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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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.25.2): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} @@ -4828,15 +4679,6 @@ 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: @@ -4923,16 +4765,6 @@ 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'} @@ -4943,16 +4775,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.17): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: @@ -4971,15 +4793,6 @@ 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'} @@ -4990,16 +4803,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.17): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: @@ -5018,15 +4821,6 @@ 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'} @@ -5077,16 +4871,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} @@ -5107,16 +4891,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.17): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -5414,16 +5188,6 @@ 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'} @@ -5523,17 +5287,6 @@ 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'} @@ -5562,6 +5315,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} @@ -5589,21 +5343,6 @@ 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.25.2): - resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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 - dev: true - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} @@ -5628,20 +5367,6 @@ 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.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.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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} @@ -5670,6 +5395,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==} @@ -5699,6 +5425,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} @@ -5739,19 +5466,6 @@ packages: - supports-color dev: false - /@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.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 - dev: true - /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} @@ -5780,20 +5494,6 @@ packages: - supports-color dev: false - /@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.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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-classes@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} @@ -5849,6 +5549,7 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} @@ -5881,6 +5582,7 @@ packages: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/template': 7.25.0 + dev: false /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==} @@ -5910,6 +5612,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} @@ -5933,17 +5636,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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 - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} @@ -5964,27 +5656,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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.25.2): - resolution: {integrity: sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@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 - /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} @@ -6007,17 +5678,6 @@ 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.25.2): - resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} @@ -6040,19 +5700,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} @@ -6075,17 +5722,6 @@ 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.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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} @@ -6139,6 +5775,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} @@ -6176,6 +5813,7 @@ packages: '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} @@ -6199,17 +5837,6 @@ 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.25.2): - resolution: {integrity: sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} @@ -6238,6 +5865,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} @@ -6261,17 +5889,6 @@ 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.25.2): - resolution: {integrity: sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} @@ -6300,6 +5917,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} @@ -6323,19 +5941,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} engines: {node: '>=6.9.0'} @@ -6396,6 +6001,7 @@ packages: '@babel/helper-simple-access': 7.24.7 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==} @@ -6423,21 +6029,6 @@ packages: '@babel/helper-validator-identifier': 7.24.7 dev: false - /@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.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 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} @@ -6460,19 +6051,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} @@ -6495,17 +6073,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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 - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} @@ -6526,16 +6093,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} @@ -6569,19 +6126,8 @@ 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.25.2): - resolution: {integrity: sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): - resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} + /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.17): + resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -6602,17 +6148,6 @@ 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.25.2): - resolution: {integrity: sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} @@ -6641,19 +6176,6 @@ 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.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.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.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): resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} @@ -6691,6 +6213,7 @@ packages: '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} @@ -6714,17 +6237,6 @@ 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.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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@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): resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==} engines: {node: '>=6.9.0'} @@ -6761,20 +6273,6 @@ 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.25.2): - resolution: {integrity: sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} @@ -6803,6 +6301,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} @@ -6843,19 +6342,6 @@ packages: - supports-color dev: false - /@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.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 - dev: true - /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.22.17): resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} @@ -6886,21 +6372,6 @@ packages: - supports-color dev: false - /@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.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} @@ -6929,6 +6400,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.23.0): resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} @@ -6968,6 +6440,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} @@ -6989,18 +6462,6 @@ 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.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.25.2 - '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-react-jsx-self@7.24.5(@babel/core@7.24.5): resolution: {integrity: sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==} engines: {node: '>=6.9.0'} @@ -7061,6 +6522,7 @@ packages: '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} @@ -7084,17 +6546,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.17): resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} @@ -7117,17 +6568,6 @@ packages: regenerator-transform: 0.15.2 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - regenerator-transform: 0.15.2 - dev: true - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} @@ -7148,16 +6588,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} engines: {node: '>=6.9.0'} @@ -7175,23 +6605,6 @@ packages: - supports-color dev: false - /@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.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.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 - dev: true - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} @@ -7220,6 +6633,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} @@ -7254,6 +6668,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} @@ -7275,16 +6690,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} @@ -7313,6 +6718,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + dev: false /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} @@ -7334,16 +6740,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} @@ -7389,22 +6785,6 @@ packages: - supports-color dev: false - /@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.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.17): resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} @@ -7425,16 +6805,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} @@ -7457,17 +6827,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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 - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} @@ -7490,17 +6849,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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 - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.17): resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} @@ -7523,17 +6871,6 @@ packages: '@babel/helper-plugin-utils': 7.24.5 dev: false - /@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.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 - /@babel/preset-env@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==} engines: {node: '>=6.9.0'} @@ -7716,100 +7053,6 @@ packages: - supports-color dev: false - /@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.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.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: - - supports-color - dev: true - /@babel/preset-flow@7.22.15(@babel/core@7.24.0): resolution: {integrity: sha512-dB5aIMqpkgbTfN5vDdTRPzjqtWiZcRESNR88QYnoPR+bmdYoluOzMX9tQerTv0XzSgZYctPfO1oc0N5zdog1ew==} engines: {node: '>=6.9.0'} @@ -7844,17 +7087,6 @@ 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'} @@ -7885,23 +7117,6 @@ 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.25.2): - resolution: {integrity: sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@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.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 - /@babel/preset-typescript@7.22.15(@babel/core@7.22.17): resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} engines: {node: '>=6.9.0'} @@ -7950,24 +7165,8 @@ packages: - supports-color dev: false - /@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.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.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 - - /@babel/register@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} + /@babel/register@7.22.15(@babel/core@7.22.17): + resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8010,6 +7209,7 @@ packages: /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + dev: false /@babel/runtime-corejs3@7.22.15: resolution: {integrity: sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==} @@ -8467,71 +7667,40 @@ packages: - typescript dev: false - /@commercetools-frontend/application-config@22.36.0: - resolution: {integrity: sha512-T4ZRgwb+fmlD510VF1GFRBIHSXhvGSn1SO6bXFhlhVL3wmvEIwRrX5aiosHpbnh2TdKgl84Z6gWwr2d4j1Y/3g==} + /@commercetools-frontend/application-config@22.37.0(@types/node@18.17.14)(typescript@5.7.2): + resolution: {integrity: sha512-UNCCkc54pc9Fw9k/1b2DK93cbquXuaz1XyN937mA/Ahe11jZLyiM8YYtd1eHnOzcHd7Fro5zfRB3IPKTnGDgxA==} 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.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-frontend/babel-preset-mc-app': 22.36.0 - '@commercetools-frontend/constants': 22.36.0 + '@commercetools-frontend/constants': 22.37.0 '@types/dompurify': 2.4.0 '@types/lodash': 4.17.4 - '@types/react': 17.0.80 + '@types/react': 17.0.83 ajv: 8.16.0 core-js: 3.32.2 - cosmiconfig: 7.1.0 + cosmiconfig: 9.0.0(typescript@5.7.2) + cosmiconfig-typescript-loader: 6.1.0(@types/node@18.17.14)(cosmiconfig@9.0.0)(typescript@5.7.2) dompurify: 2.5.7 jsdom: 21.1.2 lodash: 4.17.21 omit-empty-es: 1.2.0 transitivePeerDependencies: + - '@types/node' - bufferutil - canvas - supports-color + - typescript - utf-8-validate dev: true - /@commercetools-frontend/babel-preset-mc-app@22.36.0: - resolution: {integrity: sha512-5prQJTiDL9S9vBUKmNS4qV+fL5lLBvjuRjm8F1NGHAdmBl3uft8zDq3HZ0zkrpWVryN2i635g8mlz2AnM7nyZQ==} - engines: {node: 16.x || >=18.0.0} + /@commercetools-frontend/constants@22.37.0: + resolution: {integrity: sha512-ID9CcepB2zD28N2nXsRt+Gi9WuglPQwJt0fgu09qogQURP3epVyy5STn4+iHUNCcu3JVrVjny5qeZx5Ka6EKsw==} dependencies: - '@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.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 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - core-js: 3.32.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@commercetools-frontend/constants@22.36.0: - resolution: {integrity: sha512-k5xPyHs6Z+spcMP1yscg54rc+C09nr0TiKahbhdbGi2WlsYKBwy3Fq7AQP8KVT1rT+YpZSvVA41Uv1B3F4FT1A==} - dependencies: - '@babel/runtime': 7.22.15 - '@babel/runtime-corejs3': 7.22.15 dev: true /@commercetools-test-data/channel@8.5.0: @@ -8551,7 +7720,7 @@ packages: /@commercetools-test-data/commons@8.2.3: resolution: {integrity: sha512-hOeU8Z+tXdoqDJ9B7oHK4W2PNKUO2h6hHEP0W0vOYt2gmINczQ6Aq27TZ8Ga/i5YQpRF5CGSxH23mShodMY5Kg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@commercetools-test-data/core': 8.2.3 '@commercetools-test-data/utils': 8.2.3 @@ -8580,7 +7749,7 @@ packages: /@commercetools-test-data/core@8.2.3: resolution: {integrity: sha512-Of0mGrhw1uTCmcnlC4RUaxBltHbAoZKKgDRdP1fxIcr/ltCC0DopIhupa7rCusdK4xOWV6njzDPPO7guM0a23A==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@faker-js/faker': 8.4.1 '@types/lodash': 4.17.4 @@ -8596,13 +7765,13 @@ packages: '@types/lodash': 4.17.4 lodash: 4.17.21 - /@commercetools-test-data/custom-view@8.2.3: + /@commercetools-test-data/custom-view@8.2.3(@types/node@18.17.14)(typescript@5.7.2): resolution: {integrity: sha512-L++qEV3Z46kAhwCfL3EyR90rw6PhlFzIN9dmLH9wXF0kT8FvZxel0nqOjBFWtTseLc1yFmwBCgLCGeLZCvuu9w==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-frontend/application-config': 22.36.0 - '@commercetools-frontend/constants': 22.36.0 + '@commercetools-frontend/application-config': 22.37.0(@types/node@18.17.14)(typescript@5.7.2) + '@commercetools-frontend/constants': 22.37.0 '@commercetools-test-data/commons': 8.2.3 '@commercetools-test-data/core': 8.2.3 '@commercetools-test-data/graphql-types': 8.2.3 @@ -8612,10 +7781,12 @@ packages: '@types/lodash': 4.17.4 lodash: 4.17.21 transitivePeerDependencies: + - '@types/node' - bufferutil - canvas - encoding - supports-color + - typescript - utf-8-validate dev: true @@ -8626,7 +7797,7 @@ packages: /@commercetools-test-data/utils@8.2.3: resolution: {integrity: sha512-SHgtDgU3ZqK6jRIQStX6jBo1boHu1Wzq7/C0rxGHhJl9zbLKV7ic59piWnDxCG7AMSN+Dy0PDsF8iW1UV3Z24g==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@faker-js/faker': 8.4.1 dev: true @@ -8659,17 +7830,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/accessible-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/accessible-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-jAA0eF1oH4wbCRQd/jsNNRks+bNF54TUQm/v96OSWqyGSrX0DLCZSjFwdDeHtTrLUjhG6DxESCu+rx28Rp+eZA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/react-is': 17.0.7 lodash: 4.17.21 prop-types: 15.8.1 @@ -8680,15 +7851,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/accessible-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-jAA0eF1oH4wbCRQd/jsNNRks+bNF54TUQm/v96OSWqyGSrX0DLCZSjFwdDeHtTrLUjhG6DxESCu+rx28Rp+eZA==} + /@commercetools-uikit/accessible-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-IvRjqFkzp9+w+s/r438XAqnNwETH1BkxMTMSvZbjDq2R5HWvRhA9Foqdyst3oRrpvbIWDOo1xoBhTkzjPC+wWQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/react-is': 17.0.7 @@ -8701,22 +7872,22 @@ packages: - react-dom dev: false - /@commercetools-uikit/accessible-hidden@19.17.1(@types/react@17.0.80)(react@17.0.2): + /@commercetools-uikit/accessible-hidden@19.17.1(@types/react@17.0.83)(react@17.0.2): resolution: {integrity: sha512-eg7RU04AsiLnQHjyhSggXEXT7BdUccZ/lMmSioJWoiDuJs5jdpWuC2OnFe4xgfdVr6YvHEj0BhlFoB4ZJq0/7A==} 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.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: - '@types/react' dev: false - /@commercetools-uikit/accessible-hidden@19.17.1(@types/react@17.0.83)(react@17.0.2): - resolution: {integrity: sha512-eg7RU04AsiLnQHjyhSggXEXT7BdUccZ/lMmSioJWoiDuJs5jdpWuC2OnFe4xgfdVr6YvHEj0BhlFoB4ZJq0/7A==} + /@commercetools-uikit/accessible-hidden@19.20.1(@types/react@17.0.83)(react@17.0.2): + resolution: {integrity: sha512-/o//cwaw/pmdFR6c0dee/i4mwLqi9MTGMhzpQ+A1HCLCx3mvc3VpzkH/hZ9m5NmIXnWwt9OiBL4z3d78eHiR8g==} peerDependencies: react: 17.x dependencies: @@ -8729,7 +7900,7 @@ packages: - '@types/react' dev: false - /@commercetools-uikit/async-select-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/async-select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-j8zTLOVeLrwSQdFrZKdfMHe3c3T6EqK5InSZs8QD4OYE+vpM1Rwk4jdh+UIYP0mNDAlhUh3brC0RGN90spCHxQ==} peerDependencies: react: 17.x @@ -8738,28 +7909,28 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/loading-spinner': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/loading-spinner': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/async-select-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/async-select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-j8zTLOVeLrwSQdFrZKdfMHe3c3T6EqK5InSZs8QD4OYE+vpM1Rwk4jdh+UIYP0mNDAlhUh3brC0RGN90spCHxQ==} peerDependencies: react: 17.x @@ -8768,29 +7939,29 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/loading-spinner': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/loading-spinner': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.7.2) - react-select: 5.8.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/async-select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-j8zTLOVeLrwSQdFrZKdfMHe3c3T6EqK5InSZs8QD4OYE+vpM1Rwk4jdh+UIYP0mNDAlhUh3brC0RGN90spCHxQ==} + /@commercetools-uikit/async-select-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-0IAfTc2DtkDu9ucWSXMUgZrgkfG0BQUCk8wQudaJ6ADYXhdH6B1JGAEpl/9inFboRJFRmp1JEGLzzONREFxnPQ==} peerDependencies: react: 17.x react-dom: 17.x @@ -8798,14 +7969,14 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/loading-spinner': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/loading-spinner': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -8813,23 +7984,23 @@ packages: 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.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.9.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/avatar@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/avatar@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-pGIGohfzxlk0UEVmGEmHb9swfOdCsDUeQDQsKwUVT2M4LepFWwvOXMEv+Z/VIE/YEWlJ9TWz9prmL+1ocHsZHA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -8838,21 +8009,21 @@ packages: - react-dom dev: false - /@commercetools-uikit/calendar-time-utils@19.17.1(moment-timezone@0.5.40)(react@17.0.2): - resolution: {integrity: sha512-U/Tr9RUybaTHHe+AoYKH839m4hopAm8w35vsKL/HqCFEUWVsOvi8Jebry53ZtIa4OQxTIY/tBh5nYxQ3vpBOsA==} + /@commercetools-uikit/calendar-time-utils@19.20.1(moment-timezone@0.5.40)(react@17.0.2): + resolution: {integrity: sha512-MIoqSnL2QpI+HMmFA7+g4HkwIoFiPsPH3WSbHHu5zlPP43FPOIfZBeWRjo2pBLBWeXPmoc3ud/HfWOw51lNURA==} peerDependencies: moment-timezone: 0.5.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) moment-timezone: 0.5.40 transitivePeerDependencies: - react dev: false - /@commercetools-uikit/calendar-utils@19.17.1(@types/react@17.0.83)(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-8KiK+nV5O5LDL9B26ua2v5MFGeJimK6l8KdP5jilG8aa7aYg5Oj9bEHAW61cCpcKCubY9LMdS94wrIOAutwtWQ==} + /@commercetools-uikit/calendar-utils@19.20.1(@types/react@17.0.83)(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-5HLZa74b2o89Ca1xD1cKMan9I/mPyfW2y6Nh9uK08JMO45rtaHStJb4EGOuDosYp3geAZxp5ligATZEj+T5+fA==} peerDependencies: moment: 2.x react: 17.x @@ -8861,16 +8032,16 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -8879,7 +8050,7 @@ packages: 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.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.9.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript @@ -8907,7 +8078,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/card@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/card@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-p8EnLokSslnDrWUstj9EfJnDaruNlVbH+j0w6bN8Jz5uuPDWrzP0ZsyosiQhd0ko/qPFhvfbpnA6N3H3O7zIbg==} peerDependencies: react: 17.x @@ -8915,11 +8086,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/react-router-dom': 5.3.3 prop-types: 15.8.1 react: 17.0.2 @@ -8929,17 +8100,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/card@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): - resolution: {integrity: sha512-p8EnLokSslnDrWUstj9EfJnDaruNlVbH+j0w6bN8Jz5uuPDWrzP0ZsyosiQhd0ko/qPFhvfbpnA6N3H3O7zIbg==} + /@commercetools-uikit/card@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2): + resolution: {integrity: sha512-pETqHIeod7D1vJCpB8xHG894lQ5zDXT83I++5Klu4d3s4k60KW3058fN7oOVfJ0t7xI/bhNFamjDy+yRF3Tj0A==} peerDependencies: react: 17.x react-router-dom: 5.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inset': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/react-router-dom': 5.3.3 @@ -8951,20 +8122,20 @@ packages: - react-dom dev: false - /@commercetools-uikit/checkbox-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/checkbox-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-OGHYzVdRRgSjwfoTjphHfV8z7gFeRcSlEPziVC4q92zPFXfsWFt4nn/fxWrwMDGhOci1Q4K2jicQMdY7VNG7Sg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -8974,20 +8145,20 @@ packages: - typescript dev: false - /@commercetools-uikit/checkbox-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/checkbox-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-OGHYzVdRRgSjwfoTjphHfV8z7gFeRcSlEPziVC4q92zPFXfsWFt4nn/fxWrwMDGhOci1Q4K2jicQMdY7VNG7Sg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -8997,18 +8168,18 @@ packages: - typescript dev: false - /@commercetools-uikit/checkbox-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-OGHYzVdRRgSjwfoTjphHfV8z7gFeRcSlEPziVC4q92zPFXfsWFt4nn/fxWrwMDGhOci1Q4K2jicQMdY7VNG7Sg==} + /@commercetools-uikit/checkbox-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-91j675PucRZ1yu43UuMl1uqMfXmd1HcXTFCD5xqF6FAk7xKr/ndpEv4dJ5kAHuLzYDp8sGMMNtI15xNwZwJttQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 @@ -9020,7 +8191,7 @@ packages: - typescript dev: false - /@commercetools-uikit/collapsible-motion@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/collapsible-motion@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-oAVLrlnx8JHBrpbsHn/GhRFW4TQQrHNvlSt6ekXCfedMfeWPWk3v4L+VgCZu+iNFRlwMyE/yK95MwUn+lNQbaw==} peerDependencies: react: 17.x @@ -9029,8 +8200,8 @@ packages: '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9039,15 +8210,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/collapsible-motion@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-oAVLrlnx8JHBrpbsHn/GhRFW4TQQrHNvlSt6ekXCfedMfeWPWk3v4L+VgCZu+iNFRlwMyE/yK95MwUn+lNQbaw==} + /@commercetools-uikit/collapsible-motion@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-xKdxHVBCFy96N0gnc1zYIlqQLpvJBxa/xjKUExc4CnQ7S12GCCJrxR3R4fARoo3wvwCpv+i5BOw0zOUemCvnjA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -9076,17 +8247,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/constraints@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/constraints@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-/FjMxSDTfScvEr1Jps6IQIkg5iDhkuhqVUexzWNcb3r1+Kcvh5GYBMnNo2UEHiVyasPj6kdTioQdUhhaq54JPw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -9094,15 +8265,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/constraints@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-/FjMxSDTfScvEr1Jps6IQIkg5iDhkuhqVUexzWNcb3r1+Kcvh5GYBMnNo2UEHiVyasPj6kdTioQdUhhaq54JPw==} + /@commercetools-uikit/constraints@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-OVebqQ1Rcqmgxy1ejApyKKz4Q7FuT1OFxQAd+DW09Oh5N2LvwIItGK+zJPGlsuZ3G8NmLdU577DL4/TH7or8aQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 @@ -9112,7 +8283,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/data-table-manager@19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.83)(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-6quSZvCd4aad6bXPvP51rAamZBE/aG2caznb16YOue21fy8g/UXFPbMmoPdGrsvLBfgX114LlGN5G7fuxOBOaA==} peerDependencies: react: 17.x @@ -9121,30 +8292,30 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/accessible-hidden': 19.17.1(@types/react@17.0.80)(react@17.0.2) - '@commercetools-uikit/async-select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/card': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/collapsible-motion': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/dropdown-menu': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/grid': 19.17.1(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-hidden': 19.17.1(@types/react@17.0.83)(react@17.0.2) + '@commercetools-uikit/async-select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/card': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/collapsible-motion': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/dropdown-menu': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/grid': 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/primary-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/radio-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/tag': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/primary-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/radio-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/tag': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/debounce-promise': 3.1.9 '@types/react-beautiful-dnd': 13.1.8 debounce-promise: 3.1.2 @@ -9161,7 +8332,7 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table-manager@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/data-table-manager@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-6quSZvCd4aad6bXPvP51rAamZBE/aG2caznb16YOue21fy8g/UXFPbMmoPdGrsvLBfgX114LlGN5G7fuxOBOaA==} peerDependencies: react: 17.x @@ -9170,30 +8341,30 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/accessible-hidden': 19.17.1(@types/react@17.0.80)(react@17.0.2) - '@commercetools-uikit/async-select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/card': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/collapsible-motion': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/dropdown-menu': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/grid': 19.17.1(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-hidden': 19.17.1(@types/react@17.0.83)(react@17.0.2) + '@commercetools-uikit/async-select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/card': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/collapsible-motion': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/dropdown-menu': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/grid': 19.17.1(@types/react@17.0.83)(react@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/primary-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/radio-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/tag': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/primary-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/radio-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/tag': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/debounce-promise': 3.1.9 '@types/react-beautiful-dnd': 13.1.8 debounce-promise: 3.1.2 @@ -9210,8 +8381,8 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table-manager@19.17.1(@types/react@17.0.83)(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-6quSZvCd4aad6bXPvP51rAamZBE/aG2caznb16YOue21fy8g/UXFPbMmoPdGrsvLBfgX114LlGN5G7fuxOBOaA==} + /@commercetools-uikit/data-table-manager@19.20.1(@types/react@17.0.83)(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-0UPowKTPEUy/w0w9fmTTwZ4dI951ELy/dHp0Oy+ZEOO5RJpqcd+mQOa9ofOvh9cE6xDfTOxLgOU2NEwHy6rA1Q==} peerDependencies: react: 17.x react-dom: 17.x @@ -9219,28 +8390,28 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/accessible-hidden': 19.17.1(@types/react@17.0.83)(react@17.0.2) - '@commercetools-uikit/async-select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/card': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) - '@commercetools-uikit/collapsible-motion': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/dropdown-menu': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/grid': 19.17.1(@types/react@17.0.83)(react@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/primary-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/radio-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/tag': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-hidden': 19.20.1(@types/react@17.0.83)(react@17.0.2) + '@commercetools-uikit/async-select-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/card': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2) + '@commercetools-uikit/collapsible-motion': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/dropdown-menu': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/grid': 19.20.1(@types/react@17.0.83)(react@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/primary-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/radio-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-button': 19.20.1(@types/react@17.0.83)(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.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/tag': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/debounce-promise': 3.1.9 @@ -9259,22 +8430,22 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/data-table@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-NT0Lofqz+uUoPmMpJ28CynX3oRMINYowIArIbCjMPIncOxdqHJ/UqNXunEmKlEZP09ruHsCF9slIJcvWO9+B4A==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/data-table-manager': 19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/data-table-manager': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9287,22 +8458,22 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/data-table@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-NT0Lofqz+uUoPmMpJ28CynX3oRMINYowIArIbCjMPIncOxdqHJ/UqNXunEmKlEZP09ruHsCF9slIJcvWO9+B4A==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/data-table-manager': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/data-table-manager': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9315,20 +8486,20 @@ packages: - typescript dev: false - /@commercetools-uikit/data-table@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-NT0Lofqz+uUoPmMpJ28CynX3oRMINYowIArIbCjMPIncOxdqHJ/UqNXunEmKlEZP09ruHsCF9slIJcvWO9+B4A==} + /@commercetools-uikit/data-table@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-kvFhBDafHlnI8Xb+JB5Lq79OjieqnGG3DEqOVrYuOiKAlA5jKuNg7beqtv4lL5UB7nuVY21I3bLlt4qmFDakBg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/data-table-manager': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/data-table-manager': 19.20.1(@types/react@17.0.83)(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.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -9343,8 +8514,8 @@ packages: - typescript dev: false - /@commercetools-uikit/date-time-input@19.17.1(@types/react@17.0.83)(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-FALnZPgv4Yxa1gVQKYWcfZadYPQO0NlWwWFoee9562zIpQdhH/NjFJ9Ugdak65BgaF0nj+7r+vj0BBmtax1L/A==} + /@commercetools-uikit/date-time-input@19.20.1(@types/react@17.0.83)(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-VHZY6bm+6pHJPnTbMiKSACyUbj7v0v8hDvNKYR6EKTHPmOjRRYEgMxWxxOY1YWqZKPA15fXi/ycllDgTbS9+/g==} peerDependencies: moment: 2.x react: 17.x @@ -9352,19 +8523,19 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/calendar-time-utils': 19.17.1(moment-timezone@0.5.40)(react@17.0.2) - '@commercetools-uikit/calendar-utils': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/calendar-time-utils': 19.20.1(moment-timezone@0.5.40)(react@17.0.2) + '@commercetools-uikit/calendar-utils': 19.20.1(@types/react@17.0.83)(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.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) downshift: 6.1.12(react@17.0.2) @@ -9396,13 +8567,13 @@ packages: - react-dom dev: false - /@commercetools-uikit/design-system@19.17.1(@types/react@17.0.80)(react-dom@17.0.2): + /@commercetools-uikit/design-system@19.17.1(@types/react@17.0.83)(react-dom@17.0.2): resolution: {integrity: sha512-xe5hRTAmFgsoOqJCtxA81d4uIxnsfCHloqVzbsXrDCKMKt8Ue54Hqg3aweS4uvV4pvywQpbgJ4g/ZS76LxSCbw==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9411,12 +8582,12 @@ packages: - react-dom dev: false - /@commercetools-uikit/design-system@19.17.1(@types/react@17.0.83)(react-dom@17.0.2): - resolution: {integrity: sha512-xe5hRTAmFgsoOqJCtxA81d4uIxnsfCHloqVzbsXrDCKMKt8Ue54Hqg3aweS4uvV4pvywQpbgJ4g/ZS76LxSCbw==} + /@commercetools-uikit/design-system@19.20.1(@types/react@17.0.83)(react-dom@17.0.2): + resolution: {integrity: sha512-AVtdulOkX+mQKZynRNfOOZSkNcGOaC668pWjXWwM1bH4T+kqnMqnAAMgxHd3P6/Xi5cQy6+ul+lJ1HkJWywcyA==} dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 @@ -9426,23 +8597,23 @@ packages: - react-dom dev: false - /@commercetools-uikit/dropdown-menu@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/dropdown-menu@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-m515Yu2Rg9K1XsFNlZRpKcXXGLlxppaT8g/yddDlqVmRcxaCMriFwPZfXUyqOKc/3n66gLbEr1bw2qheCsL9eA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -9453,23 +8624,23 @@ packages: - typescript dev: false - /@commercetools-uikit/dropdown-menu@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/dropdown-menu@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-m515Yu2Rg9K1XsFNlZRpKcXXGLlxppaT8g/yddDlqVmRcxaCMriFwPZfXUyqOKc/3n66gLbEr1bw2qheCsL9eA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -9480,21 +8651,21 @@ packages: - typescript dev: false - /@commercetools-uikit/dropdown-menu@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-m515Yu2Rg9K1XsFNlZRpKcXXGLlxppaT8g/yddDlqVmRcxaCMriFwPZfXUyqOKc/3n66gLbEr1bw2qheCsL9eA==} + /@commercetools-uikit/dropdown-menu@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-z6W16FlOqsrQv0AyTfFk1jIM5WWP0+M5mOds93JoVJXZzU8LeFJ+VXUxb7dQo/Wp9CNz9ZDfYktKy9GRjp1k4Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/secondary-button': 19.17.1(@types/react@17.0.83)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/secondary-button': 19.20.1(@types/react@17.0.83)(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.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 @@ -9507,7 +8678,7 @@ packages: - typescript dev: false - /@commercetools-uikit/field-errors@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/field-errors@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-Qe6+E8Ua2EhFlJ53jhlT474YV4ZjbfNa7DzdVcESyVp3qb0efo2Fxu/+ENaTSak6tNp3iuAu2xXrMit2l87kUw==} peerDependencies: react: 17.x @@ -9515,9 +8686,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -9527,7 +8698,7 @@ packages: - typescript dev: false - /@commercetools-uikit/field-errors@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/field-errors@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-Qe6+E8Ua2EhFlJ53jhlT474YV4ZjbfNa7DzdVcESyVp3qb0efo2Fxu/+ENaTSak6tNp3iuAu2xXrMit2l87kUw==} peerDependencies: react: 17.x @@ -9535,9 +8706,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -9547,63 +8718,55 @@ packages: - typescript dev: false - /@commercetools-uikit/field-label@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-MOq/LxyHY7AS5mz6kTzXnbLYtOsESaj7rBeM18i6qEi5TS/Th1WyuvxiZVe0C5wqhpdpOx41j8bSGzIKx80nAQ==} + /@commercetools-uikit/field-errors@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-utG0pvB1YfQDYNPqAx1JzfAcodSKsMGehxfVCJuUxZhx6n1pNOWJQKY3syMBhAV3bCAKrlNMvKOLfOMA4nhn3Q==} peerDependencies: react: 17.x + react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/messages': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/field-label@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/field-label@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-MOq/LxyHY7AS5mz6kTzXnbLYtOsESaj7rBeM18i6qEi5TS/Th1WyuvxiZVe0C5wqhpdpOx41j8bSGzIKx80nAQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 - react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + react-intl: 6.4.7(react@17.0.2)(typescript@5.0.4) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/field-label@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/field-label@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-MOq/LxyHY7AS5mz6kTzXnbLYtOsESaj7rBeM18i6qEi5TS/Th1WyuvxiZVe0C5wqhpdpOx41j8bSGzIKx80nAQ==} peerDependencies: react: 17.x @@ -9612,10 +8775,10 @@ packages: '@babel/runtime-corejs3': 7.22.15 '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) @@ -9624,6 +8787,34 @@ packages: '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/field-label@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-L0ttebYiuyTtjWBwP39ABI4gajd+EYfES2uT3ES8Gs47X8VcPYY1at72dzoo4FB4xSUSufaXTQkm44LadKo++A==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) transitivePeerDependencies: - '@types/react' @@ -9631,7 +8822,35 @@ packages: - typescript dev: false - /@commercetools-uikit/field-warnings@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/field-label@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-L0ttebYiuyTtjWBwP39ABI4gajd+EYfES2uT3ES8Gs47X8VcPYY1at72dzoo4FB4xSUSufaXTQkm44LadKo++A==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + prop-types: 15.8.1 + react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/field-warnings@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-QLHlyQBqq9pPYT0FsgT3Fc65INgXMhDXcgaPojg9wB6ANiyVOr8TsC9IchvWyFLODT3DRowIoU5VjAxoJJ0YVg==} peerDependencies: react: 17.x @@ -9639,9 +8858,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -9651,7 +8870,7 @@ packages: - typescript dev: false - /@commercetools-uikit/field-warnings@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/field-warnings@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-QLHlyQBqq9pPYT0FsgT3Fc65INgXMhDXcgaPojg9wB6ANiyVOr8TsC9IchvWyFLODT3DRowIoU5VjAxoJJ0YVg==} peerDependencies: react: 17.x @@ -9659,9 +8878,29 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + prop-types: 15.8.1 + react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/field-warnings@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-NdH4IHGf+yId5ZCqmbeBrPhF6yjx5FLU6nKu3k5NU3BsJz+MyH/+o8BPUcFAra9l4UbiCFBAv32NXSCrsEuUNg==} + peerDependencies: + react: 17.x + react-intl: 6.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/messages': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -9695,20 +8934,20 @@ packages: - typescript dev: false - /@commercetools-uikit/flat-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/flat-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-aeNDpaS8xKAbtd4quBLsxtcSNmI3zDwlVNGhr846eoot1vpQU8NvrfB9lQU0ERAM9dv5cm22P9oKARwWxkh7rQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9719,20 +8958,20 @@ packages: - typescript dev: false - /@commercetools-uikit/flat-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/flat-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-aeNDpaS8xKAbtd4quBLsxtcSNmI3zDwlVNGhr846eoot1vpQU8NvrfB9lQU0ERAM9dv5cm22P9oKARwWxkh7rQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9743,18 +8982,18 @@ packages: - typescript dev: false - /@commercetools-uikit/flat-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-aeNDpaS8xKAbtd4quBLsxtcSNmI3zDwlVNGhr846eoot1vpQU8NvrfB9lQU0ERAM9dv5cm22P9oKARwWxkh7rQ==} + /@commercetools-uikit/flat-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-tWv8Wbf/Cs2SzRdSPhvsf5wf/Bt85krgQ+F86EcBflFYR70gkOcmWL5XVB0EmTv/EDsFttde0RdvwquYHhjnCw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -9767,19 +9006,28 @@ packages: - typescript dev: false - /@commercetools-uikit/grid@19.17.1(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-x1GX3fmeZ2rdkfngq92qrNwjeNqf0OT66QiyA74J2awflOJ2ZB53RzyqBUFX5Xg3qmSyZqCEp/nPgZOkD7Xdeg==} + /@commercetools-uikit/flat-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-tWv8Wbf/Cs2SzRdSPhvsf5wf/Bt85krgQ+F86EcBflFYR70gkOcmWL5XVB0EmTv/EDsFttde0RdvwquYHhjnCw==} 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.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) transitivePeerDependencies: - '@types/react' + - react-dom + - typescript dev: false /@commercetools-uikit/grid@19.17.1(@types/react@17.0.83)(react@17.0.2): @@ -9797,6 +9045,21 @@ packages: - '@types/react' dev: false + /@commercetools-uikit/grid@19.20.1(@types/react@17.0.83)(react@17.0.2): + resolution: {integrity: sha512-zN5hqStlSY1xRs19yQqn6KCz+z4axWvv+XtM9tLgj4V7cIDRTxdUwWD8PNv65jNfHZVKZESYuP7Oz7jWNCcKXA==} + 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.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + prop-types: 15.8.1 + react: 17.0.2 + transitivePeerDependencies: + - '@types/react' + dev: false + /@commercetools-uikit/hooks@18.4.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-OClebh9GdWWEmT6Jm3yWvxDDRUBOCJm7TbD3wwnKDQHwc+CLJOIeiIf/fSSQpXlkWJ1pndGy1B10UZrIwvgK9g==} peerDependencies: @@ -9829,6 +9092,22 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: false + /@commercetools-uikit/hooks@19.20.1(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-A4sfyW2Sj3RFjhIf/4yz2hh0JUPT2mKQ50pJx/XV4wpIFxsL5i4v8iPIlO20m806EVUVIjT31u2zV++ICUHs/w==} + peerDependencies: + react: 17.x + react-dom: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@types/raf-schd': 4.0.3 + lodash: 4.17.21 + raf-schd: 4.0.3 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + dev: false + /@commercetools-uikit/i18n@19.17.1: resolution: {integrity: sha512-7xeCONxEXiLhZsdHAm1xXPJTz7YXZ1XIpizsesA5g6o115GnqsCjpe70JraQvG/oAqd9/sPJc5Euzprm3q/xgw==} dependencies: @@ -9836,20 +9115,20 @@ packages: '@babel/runtime-corejs3': 7.22.15 dev: false - /@commercetools-uikit/icon-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-CnzX0o1Rz3Gk+1HiaSH8+fgETByUr7yECdWITnJBJTj2zUPFTLMR4tGVTQK55wz7OCqP/MsseYr2EJw/1BnDww==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9860,20 +9139,20 @@ packages: - typescript dev: false - /@commercetools-uikit/icon-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-CnzX0o1Rz3Gk+1HiaSH8+fgETByUr7yECdWITnJBJTj2zUPFTLMR4tGVTQK55wz7OCqP/MsseYr2EJw/1BnDww==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -9884,18 +9163,18 @@ packages: - typescript dev: false - /@commercetools-uikit/icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-CnzX0o1Rz3Gk+1HiaSH8+fgETByUr7yECdWITnJBJTj2zUPFTLMR4tGVTQK55wz7OCqP/MsseYr2EJw/1BnDww==} + /@commercetools-uikit/icon-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-A6RhY7dj3jMl/joh+cusshxb1EZJ+J1agWxAbQNcpmv4CKg2eiw1GMVg/6NSonaekvjxYmcYXUCMX+CmYIV4Ig==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -9908,6 +9187,30 @@ packages: - typescript dev: false + /@commercetools-uikit/icon-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-A6RhY7dj3jMl/joh+cusshxb1EZJ+J1agWxAbQNcpmv4CKg2eiw1GMVg/6NSonaekvjxYmcYXUCMX+CmYIV4Ig==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + lodash: 4.17.21 + prop-types: 15.8.1 + react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + /@commercetools-uikit/icons@18.4.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-srRaj/yJCc+s9i9Tkl19mVB8TIf4Jpma7RieyRoIueBORo9PrliAKcvbWtATEFAackcCTyW1UfJQdTRKqewi5A==} peerDependencies: @@ -9929,17 +9232,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/icons@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/icons@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-5mJ8Q+5DH0DSk259eOKCXe8sPQMOWFELcZSdzxjEMJHrf1QXpuZ7bO20orxsX1UJNNF2z1G1OFFvJooqeK6EYQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/dompurify': 2.4.0 dompurify: 2.5.7 prop-types: 15.8.1 @@ -9950,19 +9253,19 @@ packages: - react-dom dev: false - /@commercetools-uikit/icons@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-5mJ8Q+5DH0DSk259eOKCXe8sPQMOWFELcZSdzxjEMJHrf1QXpuZ7bO20orxsX1UJNNF2z1G1OFFvJooqeK6EYQ==} + /@commercetools-uikit/icons@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-+GfO+QPsKDwKUyuhV90e49KqA3beQsFFfrIBGiybN5Fc6DT08q8tSYOXmFj9zhPNkg1coNiCEX9U7WmXHMJgBQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/dompurify': 2.4.0 - dompurify: 2.5.7 + dompurify: 2.5.8 prop-types: 15.8.1 react: 17.0.2 react-from-dom: 0.6.2(react@17.0.2) @@ -9971,7 +9274,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/input-utils@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/input-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-cl9HNFflp6DPIvM5KCSbxxO6Qvj9BG4OWjFjy2royadg4pE1SpxDAPrT2X0iJji2Jc69LNY4HJK3Pt6YP3/emA==} peerDependencies: react: 17.x @@ -9979,22 +9282,22 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(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.80)(react@17.0.2) + react-textarea-autosize: 8.4.0(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/input-utils@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/input-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-cl9HNFflp6DPIvM5KCSbxxO6Qvj9BG4OWjFjy2royadg4pE1SpxDAPrT2X0iJji2Jc69LNY4HJK3Pt6YP3/emA==} peerDependencies: react: 17.x @@ -10002,33 +9305,33 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) - react-textarea-autosize: 8.4.0(@types/react@17.0.80)(react@17.0.2) + react-textarea-autosize: 8.4.0(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/input-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-cl9HNFflp6DPIvM5KCSbxxO6Qvj9BG4OWjFjy2royadg4pE1SpxDAPrT2X0iJji2Jc69LNY4HJK3Pt6YP3/emA==} + /@commercetools-uikit/input-utils@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-5dNh3DHtKwGccliCNzagHxBav0mCgFdGM+tD22tUoDEwvstY2E3xIPBWRIhZt0MatdMrE5sKcd/k/EqlD4PGyQ==} peerDependencies: react: 17.x react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -10040,25 +9343,27 @@ packages: - typescript dev: false - /@commercetools-uikit/label@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): - resolution: {integrity: sha512-/MIq0uxiYaTUFPvyb/M/XoQPK0VydyKBiG/vXZct+eRh1vYTrz1IvIoD1QrG/HAOzs9Ub55vGAfWkd6iaihL3g==} + /@commercetools-uikit/input-utils@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-5dNh3DHtKwGccliCNzagHxBav0mCgFdGM+tD22tUoDEwvstY2E3xIPBWRIhZt0MatdMrE5sKcd/k/EqlD4PGyQ==} peerDependencies: react: 17.x react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + react-textarea-autosize: 8.4.0(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom + - typescript dev: false /@commercetools-uikit/label@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): @@ -10076,13 +9381,34 @@ packages: '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + dev: false + + /@commercetools-uikit/label@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + resolution: {integrity: sha512-sX4rixFzUjt/RMBkvP50ZgDQ6Q727QRVjVNg8HNsT9VxsYao38YozF22LO3o1Hj4BukL+vepK1+gtyfk9b/cWg==} + peerDependencies: + react: 17.x + react-intl: 6.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) transitivePeerDependencies: - '@types/react' - react-dom dev: false - /@commercetools-uikit/link@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + /@commercetools-uikit/link@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-Y931mOFwL25riRHgiix6xdW5eJrFGx7uryKXjb8fy+9i7rDQ1TKvhEhKip3okDgzD66Xx2V38hF1eBk/TDaeOA==} peerDependencies: react: 17.x @@ -10091,12 +9417,12 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/history': 4.7.11 '@types/react-router-dom': 5.3.3 history: 4.10.1 @@ -10109,8 +9435,8 @@ packages: - react-dom dev: false - /@commercetools-uikit/link@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): - resolution: {integrity: sha512-Y931mOFwL25riRHgiix6xdW5eJrFGx7uryKXjb8fy+9i7rDQ1TKvhEhKip3okDgzD66Xx2V38hF1eBk/TDaeOA==} + /@commercetools-uikit/link@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + resolution: {integrity: sha512-Ki0K4TSVYMv45nloWc4S2iBS6iJMOu28aIkTf4taqgXk3PyN9M7ddegAF93AJFqAwX0H5qoyY3TYDFqRmPjrsw==} peerDependencies: react: 17.x react-intl: 6.x @@ -10118,10 +9444,10 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) '@types/history': 4.7.11 @@ -10157,18 +9483,18 @@ packages: - typescript dev: false - /@commercetools-uikit/loading-spinner@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/loading-spinner@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-Xilmac6hDEoZwbnPoZca79SD6uHxi9hE2AHcFtPfgeaCPmYJ8KrA1H9VOqGAd4JIA0aHFykKNZ1+8yCLrgIKzw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(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) @@ -10178,18 +9504,18 @@ packages: - typescript dev: false - /@commercetools-uikit/loading-spinner@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/loading-spinner@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-Xilmac6hDEoZwbnPoZca79SD6uHxi9hE2AHcFtPfgeaCPmYJ8KrA1H9VOqGAd4JIA0aHFykKNZ1+8yCLrgIKzw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -10199,17 +9525,17 @@ packages: - typescript dev: false - /@commercetools-uikit/loading-spinner@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-Xilmac6hDEoZwbnPoZca79SD6uHxi9hE2AHcFtPfgeaCPmYJ8KrA1H9VOqGAd4JIA0aHFykKNZ1+8yCLrgIKzw==} + /@commercetools-uikit/loading-spinner@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-cN9h7uW9096SNYVeLP3Z20qlIUm9aRyXtzNh/Eu6c6bAlqbgY8yeEXZnnf3oVZcZwwUFr0VJWS9Q9xXQWwPcbg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -10220,23 +9546,23 @@ packages: - typescript dev: false - /@commercetools-uikit/localized-text-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/localized-text-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-3c8L6aeGB+cEbLLDRnF7AfuCYx4Y7haQ6YxQNFSjQ6FhT5Pm8bqheAhYSc5zaUw4OSTRNdW0lt4V42+MMhFkmQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/localized-text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/localized-text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -10246,23 +9572,23 @@ packages: - typescript dev: false - /@commercetools-uikit/localized-text-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/localized-text-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-3c8L6aeGB+cEbLLDRnF7AfuCYx4Y7haQ6YxQNFSjQ6FhT5Pm8bqheAhYSc5zaUw4OSTRNdW0lt4V42+MMhFkmQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/localized-text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/localized-text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -10272,7 +9598,7 @@ packages: - typescript dev: false - /@commercetools-uikit/localized-text-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/localized-text-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-l2LJVCRwVGhfLmZgY6YBj2GicdNIqC7PFcI2Wb5EB9c+3FSMEyIXchBTtxNhFLaeTjMY5FG6iCfrLIbnh6Si/w==} peerDependencies: react: 17.x @@ -10280,20 +9606,20 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/localized-utils': 19.17.1(react@17.0.2) - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -10303,7 +9629,7 @@ packages: - typescript dev: false - /@commercetools-uikit/localized-text-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/localized-text-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-l2LJVCRwVGhfLmZgY6YBj2GicdNIqC7PFcI2Wb5EB9c+3FSMEyIXchBTtxNhFLaeTjMY5FG6iCfrLIbnh6Si/w==} peerDependencies: react: 17.x @@ -10311,20 +9637,20 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/localized-utils': 19.17.1(react@17.0.2) - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -10345,17 +9671,17 @@ packages: - react dev: false - /@commercetools-uikit/messages@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/messages@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-/kE3Bwtf//ylCMYaRHLhI/4XhbW/IV8t3vqSg2JOB1b8CGT6Ieyj+HX29jfgeQYMjnb0spP54lEbANZEHPvU8g==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -10365,17 +9691,17 @@ packages: - typescript dev: false - /@commercetools-uikit/messages@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/messages@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-/kE3Bwtf//ylCMYaRHLhI/4XhbW/IV8t3vqSg2JOB1b8CGT6Ieyj+HX29jfgeQYMjnb0spP54lEbANZEHPvU8g==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -10385,23 +9711,43 @@ packages: - typescript dev: false - /@commercetools-uikit/multiline-text-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/messages@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-x4RVQDrSBt/W/HD+C3+JaxXcEVRrwyTGyamNcLfES7uQWaW6d1AZ3gSKNf/58xnZ3biMEQLC+RWvdEpg39lpag==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + prop-types: 15.8.1 + react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/multiline-text-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-bcfysm1wg077BQ5mw1gy5MJuL4tMoePZ8LNV5owNU2ErwnhRZe+P1H/oKHjsVUat5uNKNIx09CDy9ZLBjqp5Kg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/multiline-text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/multiline-text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -10411,7 +9757,7 @@ packages: - typescript dev: false - /@commercetools-uikit/multiline-text-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/multiline-text-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-CU6MbmnBk5PvVcFs0JAvSOIf85P+rr3oqAvt0w3X1yoEqXTDuWuhD5d5ulKOdPceYz/xJfjlKTbbwuae1Xr9Kw==} peerDependencies: react: 17.x @@ -10419,31 +9765,31 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/flat-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/tooltip': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) downshift: 6.1.12(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.80)(react@17.0.2) + react-textarea-autosize: 8.4.0(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/notifications@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/notifications@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-3ohoJVg2i6H8ht1CMo6L6ch4TohkIKizbV8siilQnolw7OAtkwQDeSXsFhvhjjQoN4ELnyUm69R4QoezvnAeiA==} peerDependencies: react: 17.x @@ -10451,11 +9797,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -10464,18 +9810,18 @@ packages: - react-dom dev: false - /@commercetools-uikit/notifications@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): - resolution: {integrity: sha512-3ohoJVg2i6H8ht1CMo6L6ch4TohkIKizbV8siilQnolw7OAtkwQDeSXsFhvhjjQoN4ELnyUm69R4QoezvnAeiA==} + /@commercetools-uikit/notifications@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + resolution: {integrity: sha512-ouYmCDDaCezY1umTiHFJUJBqEYmaN38na+AiBF0/r0kd6k/QUgl6Vd9AYtV0x2tIPAQf548TVx6GXQPgE861Tg==} peerDependencies: react: 17.x react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -10485,19 +9831,19 @@ packages: - react-dom dev: false - /@commercetools-uikit/number-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/number-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-6WbmV2HNd7rZn5V3qRb6lferKLQhzcbthehe0rxM8bj7tzN/toZlKfod31D1JSw/kEpMjjCJrMgPvajBMqviPA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -10507,19 +9853,19 @@ packages: - typescript dev: false - /@commercetools-uikit/number-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/number-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-6WbmV2HNd7rZn5V3qRb6lferKLQhzcbthehe0rxM8bj7tzN/toZlKfod31D1JSw/kEpMjjCJrMgPvajBMqviPA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -10529,17 +9875,17 @@ packages: - typescript dev: false - /@commercetools-uikit/number-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-6WbmV2HNd7rZn5V3qRb6lferKLQhzcbthehe0rxM8bj7tzN/toZlKfod31D1JSw/kEpMjjCJrMgPvajBMqviPA==} + /@commercetools-uikit/number-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-hDxzAz1L2Ix0I4lw33YrIRWeDfL/C11p2pT11Itnt2ZJWFiAin4kjwponw05WGgtF3/4XI2VA8afyARe8b60kw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 @@ -10551,7 +9897,7 @@ packages: - typescript dev: false - /@commercetools-uikit/pagination@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/pagination@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-4v9IdRcKzGsjSYjPcp3tRQy9NyIgulJXyj5U5t/ayG5Bq/44rHtvccIbwpUbBhb2L/SN+b0b9ePuULuR34E50w==} peerDependencies: react: 17.x @@ -10559,18 +9905,18 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/number-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/number-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) formik: 2.4.6(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 @@ -10582,7 +9928,7 @@ packages: - typescript dev: false - /@commercetools-uikit/pagination@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/pagination@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-4v9IdRcKzGsjSYjPcp3tRQy9NyIgulJXyj5U5t/ayG5Bq/44rHtvccIbwpUbBhb2L/SN+b0b9ePuULuR34E50w==} peerDependencies: react: 17.x @@ -10590,18 +9936,18 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/number-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/number-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) formik: 2.4.6(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 @@ -10613,24 +9959,24 @@ packages: - typescript dev: false - /@commercetools-uikit/pagination@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-4v9IdRcKzGsjSYjPcp3tRQy9NyIgulJXyj5U5t/ayG5Bq/44rHtvccIbwpUbBhb2L/SN+b0b9ePuULuR34E50w==} + /@commercetools-uikit/pagination@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-Za6s5AnuKKAuEvS9rDuEkUePImi+nMJoB/PT0/ZT54EgooarWrk6bpC3aHD+m87bNA3PalnIjoKooI3zgZKtmg==} peerDependencies: react: 17.x react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/number-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/secondary-icon-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/label': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/number-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/secondary-icon-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) formik: 2.4.6(react@17.0.2) @@ -10668,20 +10014,20 @@ packages: - typescript dev: false - /@commercetools-uikit/primary-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/primary-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-z6z5Iw8cnIGFIooNVjKgIyP/Ypro3KOCn4uH4iITETp0h58XO7rw0FWyjhjnjBrUmnyt+P2eYCxbB7w/zpq/5Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10692,20 +10038,20 @@ packages: - typescript dev: false - /@commercetools-uikit/primary-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/primary-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-z6z5Iw8cnIGFIooNVjKgIyP/Ypro3KOCn4uH4iITETp0h58XO7rw0FWyjhjnjBrUmnyt+P2eYCxbB7w/zpq/5Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10715,19 +10061,19 @@ packages: - react-dom - typescript dev: false - - /@commercetools-uikit/primary-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-z6z5Iw8cnIGFIooNVjKgIyP/Ypro3KOCn4uH4iITETp0h58XO7rw0FWyjhjnjBrUmnyt+P2eYCxbB7w/zpq/5Q==} + + /@commercetools-uikit/primary-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-v/xEbCz55wxpOf7eeXxMKl4JMCMjBPchU+ta9M4UW/eda2FMxjNn8pNG/xzzXy7ET/49Nlcz/eRq6XTTMm35nA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -10740,23 +10086,23 @@ packages: - typescript dev: false - /@commercetools-uikit/radio-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/radio-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-YtsYFpXjR/+BPy+lRvWKA4sPh4K30v3uBsM/RGi8XWhyuEpaHwO1EIPVY7+ZHzrt0HqgrlCyifZpKCKTtq6Hmg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-is: 17.0.2 @@ -10767,23 +10113,23 @@ packages: - typescript dev: false - /@commercetools-uikit/radio-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/radio-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-YtsYFpXjR/+BPy+lRvWKA4sPh4K30v3uBsM/RGi8XWhyuEpaHwO1EIPVY7+ZHzrt0HqgrlCyifZpKCKTtq6Hmg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-is: 17.0.2 @@ -10794,21 +10140,21 @@ packages: - typescript dev: false - /@commercetools-uikit/radio-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-YtsYFpXjR/+BPy+lRvWKA4sPh4K30v3uBsM/RGi8XWhyuEpaHwO1EIPVY7+ZHzrt0HqgrlCyifZpKCKTtq6Hmg==} + /@commercetools-uikit/radio-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-5uwGCuTrH8SvcVFou1ko8T8ZM7ou0X1+aXt7xeQM0sDmuY7oKdd1Vw1OJ5hzYfpiixbH3Mg+xoxw7nYPOQghfw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/input-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 @@ -10847,7 +10193,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/secondary-button@19.17.1(@types/react@17.0.80)(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.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): resolution: {integrity: sha512-AICD8Ocf2HQ2dqKV8bFnX0Jdg+gjRBsi6mnjbZ4tnUvKY30fX3YR5417xJcWv9p8FZY4SFfjAcTMWyImVnB1rg==} peerDependencies: react: 17.x @@ -10856,13 +10202,13 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10873,8 +10219,8 @@ packages: - react-dom dev: false - /@commercetools-uikit/secondary-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): - resolution: {integrity: sha512-AICD8Ocf2HQ2dqKV8bFnX0Jdg+gjRBsi6mnjbZ4tnUvKY30fX3YR5417xJcWv9p8FZY4SFfjAcTMWyImVnB1rg==} + /@commercetools-uikit/secondary-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react-router-dom@5.3.4)(react@17.0.2): + resolution: {integrity: sha512-Hf3aHwKAicFLCHfhLfcrHm8Zm6zTjHtLXy54uKplI3UmmMs6MDqmAPJra85X9wX7av5KH9Hk/rPtK72kiaVAvQ==} peerDependencies: react: 17.x react-intl: 6.x @@ -10882,11 +10228,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -10923,20 +10269,20 @@ packages: - typescript dev: false - /@commercetools-uikit/secondary-icon-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/secondary-icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-l4H6UnPKyg618vC9/sC0QdRgK3mznGOuYwkRfIxFb4Ba1YSlb2eYPb55B65YZtEbJwAXoGyGKyu4qMO1xNhSWQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10947,20 +10293,20 @@ packages: - typescript dev: false - /@commercetools-uikit/secondary-icon-button@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/secondary-icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-l4H6UnPKyg618vC9/sC0QdRgK3mznGOuYwkRfIxFb4Ba1YSlb2eYPb55B65YZtEbJwAXoGyGKyu4qMO1xNhSWQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -10971,18 +10317,18 @@ packages: - typescript dev: false - /@commercetools-uikit/secondary-icon-button@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-l4H6UnPKyg618vC9/sC0QdRgK3mznGOuYwkRfIxFb4Ba1YSlb2eYPb55B65YZtEbJwAXoGyGKyu4qMO1xNhSWQ==} + /@commercetools-uikit/secondary-icon-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-w0IJ3/9E2sthK51N0KRweuswi3C3dTemVF6JgrSwC4NOwzpSLSQ3k+JhEBycGFGVAdYdb7bVNw1IWrxTui2lmQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -10995,23 +10341,47 @@ packages: - typescript dev: false - /@commercetools-uikit/select-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/secondary-icon-button@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-w0IJ3/9E2sthK51N0KRweuswi3C3dTemVF6JgrSwC4NOwzpSLSQ3k+JhEBycGFGVAdYdb7bVNw1IWrxTui2lmQ==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) + lodash: 4.17.21 + prop-types: 15.8.1 + react: 17.0.2 + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/select-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-iQTi7I/1/pDhNCs9RI8lGcuhoZJDiGenNioZ2Fo18F8yWFaMdzQu+KD8iCVCXLkj8UN1Ub+J9xcsTRwSZ9Y4uw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -11021,23 +10391,23 @@ packages: - typescript dev: false - /@commercetools-uikit/select-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/select-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-iQTi7I/1/pDhNCs9RI8lGcuhoZJDiGenNioZ2Fo18F8yWFaMdzQu+KD8iCVCXLkj8UN1Ub+J9xcsTRwSZ9Y4uw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/select-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -11047,7 +10417,7 @@ packages: - typescript dev: false - /@commercetools-uikit/select-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-9jbpX0KNuG1O+/DY6D6uC5/PYRzYz9VeYztTTjgrppxZPl9sADCQ6Fe4FPNVA/tiPEdSvJj3fakFzt8daKho7Q==} peerDependencies: react: 17.x @@ -11056,26 +10426,26 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) '@emotion/is-prop-valid': 1.3.1 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/select-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-9jbpX0KNuG1O+/DY6D6uC5/PYRzYz9VeYztTTjgrppxZPl9sADCQ6Fe4FPNVA/tiPEdSvJj3fakFzt8daKho7Q==} peerDependencies: react: 17.x @@ -11084,27 +10454,27 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) '@emotion/is-prop-valid': 1.3.1 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.7.2) - react-select: 5.8.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/select-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-9jbpX0KNuG1O+/DY6D6uC5/PYRzYz9VeYztTTjgrppxZPl9sADCQ6Fe4FPNVA/tiPEdSvJj3fakFzt8daKho7Q==} + /@commercetools-uikit/select-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-lKEi8i9LSfxRjJtwDYByegdgdgV796Xg+OnGryuk78wRO9bE0tz6O3FlKejJTHjt011BgjkwD+Q9pZkyoEH59A==} peerDependencies: react: 17.x react-dom: 17.x @@ -11112,11 +10482,11 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/select-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/select-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/is-prop-valid': 1.3.1 '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) @@ -11125,86 +10495,86 @@ packages: 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.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.9.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/select-utils@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/select-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-BnXSZvLsb9BVzjMJZgjuhuSvOEVDt3nKk0FhHtxTGwjW6ERNY5KBFz55nwYtwjPzAOB4jNieyZEsFXlwAgc+Ng==} peerDependencies: react: 17.x react-dom: 17.x react-intl: 6.x dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/checkbox-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/checkbox-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/select-utils@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/select-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-BnXSZvLsb9BVzjMJZgjuhuSvOEVDt3nKk0FhHtxTGwjW6ERNY5KBFz55nwYtwjPzAOB4jNieyZEsFXlwAgc+Ng==} peerDependencies: react: 17.x react-dom: 17.x react-intl: 6.x dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/checkbox-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/checkbox-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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.7.2) - react-select: 5.8.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript dev: false - /@commercetools-uikit/select-utils@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-BnXSZvLsb9BVzjMJZgjuhuSvOEVDt3nKk0FhHtxTGwjW6ERNY5KBFz55nwYtwjPzAOB4jNieyZEsFXlwAgc+Ng==} + /@commercetools-uikit/select-utils@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-ophkOP1OdSZBH7WwgeG5kSq+0dlJTfKV7KUPf4UoB14+qu4RC6RLa9V/UgmKemVtinrWRYYeGTSfctSk1w/Zsw==} peerDependencies: react: 17.x react-dom: 17.x react-intl: 6.x dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/checkbox-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/checkbox-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -11212,7 +10582,7 @@ packages: 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.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + react-select: 5.9.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - typescript @@ -11235,16 +10605,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inline@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inline@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-WPDsNvPP6QuLNp+haFue/wRqbfm3NN5CwZhgtK869bZmA4nlxia9+NRX4aIfXb/pBpiZ1e90BP02VtjkQjp5fQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11252,15 +10622,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inline@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-WPDsNvPP6QuLNp+haFue/wRqbfm3NN5CwZhgtK869bZmA4nlxia9+NRX4aIfXb/pBpiZ1e90BP02VtjkQjp5fQ==} + /@commercetools-uikit/spacings-inline@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-YK4qv1AKGaXX/RUAtZ+PN9geFPmZQ9PnS6wO6d88tZSbr+G0t7gjysYVcXRqLqA96HSKN1A6jlQWDntstI7zVg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -11286,16 +10656,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset-squish@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset-squish@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-wuPgDh4xMg51aM/a3qrHmy01SJSkrHZkHwh+0QNBSIkd42XJXy1V/n2OeXO0AgXncIhR63CnmVLimk05iNQnSA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11303,15 +10673,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset-squish@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-wuPgDh4xMg51aM/a3qrHmy01SJSkrHZkHwh+0QNBSIkd42XJXy1V/n2OeXO0AgXncIhR63CnmVLimk05iNQnSA==} + /@commercetools-uikit/spacings-inset-squish@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-ddZpDukbXoZSA2dn3p+oFxacFciaO0T2OrkbNunVpk8BFUBndlN7iXQ4YiCGfcwDv9ISfaEeNUcEElx975BlPw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -11337,16 +10707,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-inset@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mWUt1iS9wWQ0/tc5BHceWbt/l5dNz4sxUEkQxpbJ54XoqOG5Phyu6HR2FhoqazxZg6G4uLz+rHHI9brr5H95Fw==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11354,15 +10724,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-inset@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-mWUt1iS9wWQ0/tc5BHceWbt/l5dNz4sxUEkQxpbJ54XoqOG5Phyu6HR2FhoqazxZg6G4uLz+rHHI9brr5H95Fw==} + /@commercetools-uikit/spacings-inset@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-kDc05RFU87NJOSEx6btCJm81aBPN6hnav6PLjr8jtEfPYs5YWt/8D6RlNIgO3Of1ELzIju4IF5sqOa9uwvynYA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -11388,16 +10758,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-stack@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings-stack@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-s+8gcF578kiOgePrGYj1gA6gufEpwUiguZpVlOb4O0xQKVnRMPjLENhtVOwaF3pTR0KjeWbbshWz5awLEPiS7Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11405,15 +10775,15 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings-stack@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-s+8gcF578kiOgePrGYj1gA6gufEpwUiguZpVlOb4O0xQKVnRMPjLENhtVOwaF3pTR0KjeWbbshWz5awLEPiS7Q==} + /@commercetools-uikit/spacings-stack@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-4pZ2Pf+oYp40fi7v4rhPh6JvUno0fN0j4i/6b4rCsJdDK3YmWwvMnUtg0Y9duJ5503hDhhugd1wvyKSlpfw7KQ==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 @@ -11439,52 +10809,52 @@ packages: - react-dom dev: false - /@commercetools-uikit/spacings@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/spacings@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ZSo3kvAaCnY4knuwtKLu8wRuc8A/TtzMWZKc58qq26iFtX/AL9oOfqAvytEJOVoezEgbMEDgoFPz8E5ea//m2w==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset-squish': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset-squish': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - '@types/react' - react-dom dev: false - /@commercetools-uikit/spacings@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-ZSo3kvAaCnY4knuwtKLu8wRuc8A/TtzMWZKc58qq26iFtX/AL9oOfqAvytEJOVoezEgbMEDgoFPz8E5ea//m2w==} + /@commercetools-uikit/spacings@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-aEGMAsf8pp/eniTZQGk6GHOQNkPPaIfoNWWgh28Ilz5FHKU2P7D7752oh4aY9p/VRwHzCq2uAF3Y4vEc+0XyrA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-inset-squish': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inline': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-inset-squish': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - '@types/react' - react-dom dev: false - /@commercetools-uikit/stamp@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/stamp@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-VL9cEy0FU0qyHBnlySxX4VpYNr53izsO8kjjaUsBTatvzx+5H848AD4OVFfvhu+jinvsrgGkkGGnQ3Ematu72Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/spacings-inline': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11493,7 +10863,7 @@ packages: - react-intl dev: false - /@commercetools-uikit/tag@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/tag@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): resolution: {integrity: sha512-3XTx9qISt5QGBUbc4NwjIRILlf3hXX/odIbl5N8iAiGt8c/Q8AbgBLuI2Z6TUJ4OBtHwpxQ6gpMGiuHLLykSZg==} peerDependencies: react: 17.x @@ -11501,15 +10871,15 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) @@ -11520,7 +10890,7 @@ packages: - typescript dev: false - /@commercetools-uikit/tag@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): + /@commercetools-uikit/tag@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-3XTx9qISt5QGBUbc4NwjIRILlf3hXX/odIbl5N8iAiGt8c/Q8AbgBLuI2Z6TUJ4OBtHwpxQ6gpMGiuHLLykSZg==} peerDependencies: react: 17.x @@ -11528,15 +10898,15 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) @@ -11547,100 +10917,149 @@ packages: - typescript dev: false - /@commercetools-uikit/tag@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-3XTx9qISt5QGBUbc4NwjIRILlf3hXX/odIbl5N8iAiGt8c/Q8AbgBLuI2Z6TUJ4OBtHwpxQ6gpMGiuHLLykSZg==} + /@commercetools-uikit/tag@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-l/0Y1WHepVg7y8F97e0zz2clunKETdp1D0Orkg4YoWd/LzMgGVGVeBZvhFYmAqEGj/qfk0VcjTHcXU7IDJknyA==} + peerDependencies: + react: 17.x + react-router-dom: 5.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/accessible-button': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/icons': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/spacings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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-router-dom: 5.3.4(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/text-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-W11XkMMhIduORQAqB1/S2lRcsSQxqquOQyQHOLKZF4hkDiRwJDc9Ts74/iN/X3593aGm7RtZCWackHkRqz03IQ==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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) + transitivePeerDependencies: + - '@types/react' + - react-dom + - typescript + dev: false + + /@commercetools-uikit/text-field@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-W11XkMMhIduORQAqB1/S2lRcsSQxqquOQyQHOLKZF4hkDiRwJDc9Ts74/iN/X3593aGm7RtZCWackHkRqz03IQ==} peerDependencies: react: 17.x - react-router-dom: 5.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/accessible-button': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/icons': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/spacings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2) + '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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-router-dom: 5.3.4(react@17.0.2) + react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/text-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4): - resolution: {integrity: sha512-W11XkMMhIduORQAqB1/S2lRcsSQxqquOQyQHOLKZF4hkDiRwJDc9Ts74/iN/X3593aGm7RtZCWackHkRqz03IQ==} + /@commercetools-uikit/text-field@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-TE+tMv+pHSVQ7FQNYZmRKDYcNXoBmblniVBB/bh9KgG7w5zYx62vW/AJok+MCJ0HHCA93XFINnftwLhJt9uYCA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/field-errors': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-label': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/field-warnings': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/messages': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/spacings-stack': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/text-input': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(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-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) transitivePeerDependencies: - '@types/react' - react-dom - typescript dev: false - /@commercetools-uikit/text-field@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2): - resolution: {integrity: sha512-W11XkMMhIduORQAqB1/S2lRcsSQxqquOQyQHOLKZF4hkDiRwJDc9Ts74/iN/X3593aGm7RtZCWackHkRqz03IQ==} + /@commercetools-uikit/text-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + resolution: {integrity: sha512-FF7r6HPQ3MmJU/SpNDZAfpL84KNnD0lFPUvFHFGEDkhh+FQzWber/ZPnKFyPGTEXtN9i6yPM38pXqaZtSIy4Kg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/field-errors': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-label': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/field-warnings': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/messages': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/spacings-stack': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/text-input': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 - react-intl: 6.4.7(react@17.0.2)(typescript@5.7.2) transitivePeerDependencies: - '@types/react' - react-dom + - react-intl - typescript dev: false - /@commercetools-uikit/text-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4): + /@commercetools-uikit/text-input@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): resolution: {integrity: sha512-FF7r6HPQ3MmJU/SpNDZAfpL84KNnD0lFPUvFHFGEDkhh+FQzWber/ZPnKFyPGTEXtN9i6yPM38pXqaZtSIy4Kg==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.0.4) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11650,19 +11069,19 @@ packages: - typescript dev: false - /@commercetools-uikit/text-input@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): - resolution: {integrity: sha512-FF7r6HPQ3MmJU/SpNDZAfpL84KNnD0lFPUvFHFGEDkhh+FQzWber/ZPnKFyPGTEXtN9i6yPM38pXqaZtSIy4Kg==} + /@commercetools-uikit/text-input@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2): + resolution: {integrity: sha512-CNNr3OODGq/vyfMikUXDeFk3y7L38n0UyTTleL1IG7SMgnI2/qOtVLTvA8kICDPfftW8shVd71Yr0KtcGLiB+Q==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) - '@commercetools-uikit/input-utils': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/input-utils': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2)(typescript@5.7.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) prop-types: 15.8.1 react: 17.0.2 transitivePeerDependencies: @@ -11693,7 +11112,7 @@ packages: - react-dom dev: false - /@commercetools-uikit/text@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + /@commercetools-uikit/text@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): resolution: {integrity: sha512-+jWLNCup66ExKXVa5Ta9sdV4PaQp/Ox4jZRnX+NsaXqYi5EpMopFmASESwJv/UAz7zn3zJSVFsdt1x7FtIjwMw==} peerDependencies: react: 17.x @@ -11701,9 +11120,9 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11714,16 +11133,16 @@ packages: - react-dom dev: false - /@commercetools-uikit/text@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): - resolution: {integrity: sha512-+jWLNCup66ExKXVa5Ta9sdV4PaQp/Ox4jZRnX+NsaXqYi5EpMopFmASESwJv/UAz7zn3zJSVFsdt1x7FtIjwMw==} + /@commercetools-uikit/text@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react-intl@6.4.7)(react@17.0.2): + resolution: {integrity: sha512-G2rYV5q0nT2cNFjE2t6hyiI3G/fdYL8FUL8E22bp1RzokotCGTpmQIzETiCW29qc+ZpmXYjl57xxE6B0FCcEQg==} peerDependencies: react: 17.x react-intl: 6.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 @@ -11758,19 +11177,19 @@ packages: - react-dom dev: false - /@commercetools-uikit/tooltip@19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@commercetools-uikit/tooltip@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-H+b63qRcRDNU3GO5grMkMt5N8zid7VB+fsOOIFwur5TFBff5e1+M0HYIPwyjBgTVBMpc0Knir5FYnaV2GIAUkA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.80)(react-dom@17.0.2) + '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) '@commercetools-uikit/utils': 19.17.1(react@17.0.2) - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) - '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) + '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 @@ -11781,17 +11200,17 @@ packages: - react-dom dev: false - /@commercetools-uikit/tooltip@19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-H+b63qRcRDNU3GO5grMkMt5N8zid7VB+fsOOIFwur5TFBff5e1+M0HYIPwyjBgTVBMpc0Knir5FYnaV2GIAUkA==} + /@commercetools-uikit/tooltip@19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-r2KSKLi4LBM9lqeyEyDnMMXaOB5CQsNC1vD/uWRvsUdfD7+7007xLFLa0i9robS1qaXM7Hfg7ZCp2cR730eYBA==} peerDependencies: react: 17.x dependencies: '@babel/runtime': 7.24.5 '@babel/runtime-corejs3': 7.22.15 - '@commercetools-uikit/constraints': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/design-system': 19.17.1(@types/react@17.0.83)(react-dom@17.0.2) - '@commercetools-uikit/hooks': 19.17.1(react-dom@17.0.2)(react@17.0.2) - '@commercetools-uikit/utils': 19.17.1(react@17.0.2) + '@commercetools-uikit/constraints': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/design-system': 19.20.1(@types/react@17.0.83)(react-dom@17.0.2) + '@commercetools-uikit/hooks': 19.20.1(react-dom@17.0.2)(react@17.0.2) + '@commercetools-uikit/utils': 19.20.1(react@17.0.2) '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2) lodash: 4.17.21 @@ -11826,6 +11245,17 @@ packages: react: 17.0.2 dev: false + /@commercetools-uikit/utils@19.20.1(react@17.0.2): + resolution: {integrity: sha512-8nYmB4BD4dFXzP2zxyj6BcrMgo6LCyus9i+bLX9Y2vtqybWsipH6N87wpM6R+IATA8C4k76QLz5J2wwVWYOqeQ==} + peerDependencies: + react: 17.x + dependencies: + '@babel/runtime': 7.24.5 + '@babel/runtime-corejs3': 7.22.15 + '@emotion/is-prop-valid': 1.3.1 + react: 17.0.2 + dev: false + /@commercetools/api-request-builder@6.0.0: resolution: {integrity: sha512-4QhfpWnW161XaRs/2o9h4ZVr21R31vYNHmpKbDh2Dp+lFR9IqdwiafP0fqfLzI+Xg6vTrA2s5coyxkh0qj7Gng==} engines: {node: '>=14'} @@ -12191,15 +11621,6 @@ 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.25.2): - resolution: {integrity: sha512-XkRI5RdNl+f7HqpJADfTWlzZkd4tNaz2Gjzt97ZqN72jFSOqpL0grGGLdzKJ9dMQHXJBT/KZV+kphTycOblIsQ==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@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: resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} dependencies: @@ -12215,24 +11636,6 @@ packages: source-map: 0.5.7 stylis: 4.2.0 - /@emotion/babel-plugin@11.12.0: - resolution: {integrity: sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==} - dependencies: - '@babel/helper-module-imports': 7.24.7 - '@babel/runtime': 7.24.5 - '@emotion/hash': 0.9.2 - '@emotion/memoize': 0.9.0 - '@emotion/serialize': 1.3.1 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /@emotion/babel-preset-css-prop@11.11.0(@babel/core@7.22.17): resolution: {integrity: sha512-+1Cba68IyBeltWzvbBSXcBWqP2eKQuQcSUpIu3ma4pOUeRol4EvwWrYS2Rv51aIVqg066fLB+Z9O/8NKR7uUlQ==} peerDependencies: @@ -12245,20 +11648,6 @@ 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.25.2): - resolution: {integrity: sha512-wJYhkqVvH4nbxqwmw6XEkF/IWFFRQhYXiv69p7gibbT/e4S/5bMatoukDxRVxZla7aNvpZbXnfPeeNDlFehkKA==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@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.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /@emotion/cache@11.11.0: resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} dependencies: @@ -12281,10 +11670,6 @@ packages: /@emotion/hash@0.9.1: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} - /@emotion/hash@0.9.2: - resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} - dev: true - /@emotion/is-prop-valid@1.2.1: resolution: {integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==} dependencies: @@ -12302,26 +11687,7 @@ packages: /@emotion/memoize@0.9.0: resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} - - /@emotion/react@11.11.4(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} - peerDependencies: - '@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@17.0.2) - '@emotion/utils': 1.2.1 - '@emotion/weak-memoize': 0.3.1 - '@types/react': 17.0.80 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 + dev: false /@emotion/react@11.11.4(@types/react@17.0.83)(react@17.0.2): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} @@ -12352,16 +11718,6 @@ packages: '@emotion/utils': 1.2.1 csstype: 3.1.3 - /@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.2 - csstype: 3.1.3 - dev: true - /@emotion/sheet@1.2.2: resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} @@ -12369,27 +11725,6 @@ packages: resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} dev: false - /@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} - peerDependencies: - '@emotion/react': ^11.0.0-rc.0 - '@types/react': '*' - react: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.24.5 - '@emotion/babel-plugin': 11.11.0 - '@emotion/is-prop-valid': 1.3.1 - '@emotion/react': 11.11.4(@types/react@17.0.80)(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.80 - react: 17.0.2 - dev: false - /@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@17.0.83)(react@17.0.2): resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} peerDependencies: @@ -12411,10 +11746,6 @@ packages: react: 17.0.2 dev: false - /@emotion/unitless@0.10.0: - resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} - dev: true - /@emotion/unitless@0.8.1: resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} @@ -12430,6 +11761,7 @@ packages: /@emotion/utils@1.4.2: resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + dev: false /@emotion/weak-memoize@0.3.1: resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} @@ -14629,8 +13961,8 @@ packages: dependencies: '@octokit/auth-token': 5.1.1 '@octokit/graphql': 8.1.1 - '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.5 + '@octokit/request': 9.1.4 + '@octokit/request-error': 6.1.6 '@octokit/types': 13.6.2 before-after-hook: 3.0.2 universal-user-agent: 7.0.2 @@ -14656,7 +13988,7 @@ packages: resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} engines: {node: '>= 18'} dependencies: - '@octokit/request': 9.1.3 + '@octokit/request': 9.1.4 '@octokit/types': 13.6.2 universal-user-agent: 7.0.2 dev: false @@ -14706,8 +14038,8 @@ packages: once: 1.4.0 dev: false - /@octokit/request-error@6.1.5: - resolution: {integrity: sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==} + /@octokit/request-error@6.1.6: + resolution: {integrity: sha512-pqnVKYo/at0NuOjinrgcQYpEbv4snvP3bKMRqHaD9kIsk9u1LCpb2smHZi8/qJfgeNqLo5hNW4Z7FezNdEo0xg==} engines: {node: '>= 18'} dependencies: '@octokit/types': 13.6.2 @@ -14726,13 +14058,14 @@ packages: - encoding dev: false - /@octokit/request@9.1.3: - resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} + /@octokit/request@9.1.4: + resolution: {integrity: sha512-tMbOwGm6wDII6vygP3wUVqFTw3Aoo0FnVQyhihh8vVq12uO3P+vQZeo2CKMpWtPSogpACD0yyZAlVlQnjW71DA==} engines: {node: '>= 18'} dependencies: '@octokit/endpoint': 10.1.1 - '@octokit/request-error': 6.1.5 + '@octokit/request-error': 6.1.6 '@octokit/types': 13.6.2 + fast-content-type-parse: 2.0.0 universal-user-agent: 7.0.2 dev: false @@ -16243,7 +15576,7 @@ packages: redent: 3.0.0 dev: false - /@testing-library/react-hooks@8.0.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /@testing-library/react-hooks@8.0.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -16260,7 +15593,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.22.15 - '@types/react': 17.0.80 + '@types/react': 17.0.83 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-error-boundary: 3.1.4(react@17.0.2) @@ -16331,6 +15664,7 @@ packages: '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 + dev: false /@types/babel__core@7.20.2: resolution: {integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==} @@ -16498,7 +15832,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 hoist-non-react-statics: 3.3.2 /@types/html-minifier-terser@6.1.0: @@ -16711,9 +16045,6 @@ packages: kleur: 3.0.3 dev: false - /@types/prop-types@15.7.13: - resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} - /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} @@ -16734,31 +16065,31 @@ packages: /@types/react-beautiful-dnd@13.1.8: resolution: {integrity: sha512-E3TyFsro9pQuK4r8S/OL6G99eq7p8v29sX0PM7oT8Z+PJfZvSQTx4zTQbUJ+QZXioAF0e7TGBEcA1XhYhCweyQ==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 dev: false /@types/react-dom@17.0.25: resolution: {integrity: sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 /@types/react-is@17.0.7: resolution: {integrity: sha512-WrTEiT+c6rgq36QApoy0063uAOdltCrhF0QMXLIgYPaTvIdQhAB8hPb5oGGqX18xToElNILS9UprwU6GyINcJg==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 dev: false /@types/react-modal@3.16.0: resolution: {integrity: sha512-iphdqXAyUfByLbxJn5j6d+yh93dbMgshqGP0IuBeaKbZXx0aO+OXsvEkt6QctRdxjeM9/bR+Gp3h9F9djVWTQQ==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 dev: false /@types/react-redux@7.1.26: resolution: {integrity: sha512-UKPo7Cm7rswYU6PH6CmTNCRv5NYF3HrgKuHEYTK8g/3czYLrUux50gQ2pkxc9c7ZpQZi+PNhgmI8oNIRoiVIxg==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.80 + '@types/react': 17.0.83 hoist-non-react-statics: 3.3.2 redux: 4.2.1 @@ -16766,19 +16097,19 @@ packages: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.80 + '@types/react': 17.0.83 '@types/react-router': 5.1.20 /@types/react-router@5.1.20: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.80 + '@types/react': 17.0.83 /@types/react-transition-group@4.4.11: resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 dev: false /@types/react-transition-group@4.4.5: @@ -16787,18 +16118,11 @@ packages: '@types/react': 17.0.83 dev: false - /@types/react@17.0.80: - resolution: {integrity: sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.3 - csstype: 3.1.3 - /@types/react@17.0.83: resolution: {integrity: sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==} dependencies: - '@types/prop-types': 15.7.13 - '@types/scheduler': 0.16.8 + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.3 csstype: 3.1.3 /@types/redux-logger@3.0.9: @@ -16830,9 +16154,6 @@ packages: /@types/scheduler@0.16.3: resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} - /@types/scheduler@0.16.8: - resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - /@types/semver@6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: false @@ -18267,14 +17588,6 @@ packages: '@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==} engines: {node: '>= 4.x'} @@ -18315,6 +17628,7 @@ packages: glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 + dev: false /babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} @@ -18324,19 +17638,6 @@ packages: cosmiconfig: 7.1.0 resolve: 1.22.2 - /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.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.17): resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} peerDependencies: @@ -18363,18 +17664,6 @@ packages: - supports-color dev: false - /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.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) - core-js-compat: 3.38.1 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.17): resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} peerDependencies: @@ -18421,17 +17710,6 @@ packages: - supports-color dev: false - /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.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-preval@5.1.0: resolution: {integrity: sha512-G5R+xmo5LS41A4UyZjOjV0mp9AvkuCyUOAJ6TOv/jTZS+VKh7L7HUDRcCSOb0YCM/u0fFarh7Diz0wjY8rFNFg==} engines: {node: '>=10', npm: '>=6'} @@ -18440,6 +17718,7 @@ packages: '@types/babel__core': 7.20.1 babel-plugin-macros: 3.1.0 require-from-string: 2.0.2 + dev: false /babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} @@ -18447,6 +17726,7 @@ packages: /babel-plugin-transform-react-remove-prop-types@0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} + dev: false /babel-plugin-transform-rename-import@2.3.0: resolution: {integrity: sha512-dPgJoT57XC0PqSnLgl2FwNvxFrWlspatX2dkk7yjKQj5HHGw071vAcOf+hqW8ClqcBDMvEbm6mevn5yHAD8mlQ==} @@ -19546,12 +18826,6 @@ packages: browserslist: 4.23.0 dev: false - /core-js-compat@3.38.1: - resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} - dependencies: - browserslist: 4.23.3 - dev: true - /core-js-pure@3.32.2: resolution: {integrity: sha512-Y2rxThOuNywTjnX/PgA5vWM6CZ9QB9sz9oGeCixV8MqXZO70z/5SHzf9EeBrEBK0PN36DnEBBu9O/aGWzKuMZQ==} requiresBuild: true @@ -19615,7 +18889,6 @@ packages: cosmiconfig: 9.0.0(typescript@5.7.2) jiti: 2.4.1 typescript: 5.7.2 - dev: false /cosmiconfig@5.2.1: resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} @@ -19719,7 +18992,6 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 typescript: 5.7.2 - dev: false /create-jest-runner@0.11.2: resolution: {integrity: sha512-6lwspphs4M1PLKV9baBNxHQtWVBPZuDU8kAP4MyrVWa6aEpEcpi2HZeeA6WncwaqgsGNXpP0N2STS7XNM/nHKQ==} @@ -20616,6 +19888,10 @@ packages: /dompurify@2.5.7: resolution: {integrity: sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==} + /dompurify@2.5.8: + resolution: {integrity: sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==} + dev: false + /domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} dependencies: @@ -20820,7 +20096,6 @@ packages: /env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - dev: false /error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -22018,6 +21293,10 @@ packages: resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} engines: {'0': node >=0.6.0} + /fast-content-type-parse@2.0.0: + resolution: {integrity: sha512-fCqg/6Sps8tqk8p+kqyKqYfOF0VjPNYrqpLiqNl0RBKmD80B080AJWVV6EkSkscjToNExcXg1+Mfzftrx6+iSA==} + dev: false + /fast-decode-uri-component@1.0.1: resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} dev: false @@ -25025,7 +24304,6 @@ packages: /jiti@2.4.1: resolution: {integrity: sha512-yPBThwecp1wS9DmoA4x4KR2h3QoslacnDR8ypuFM962kI4/456Iy1oHx2RAgh4jfZNdn0bctsdadceiBUgpU1g==} hasBin: true - dev: false /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -25196,6 +24474,7 @@ packages: /jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true + dev: false /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} @@ -25692,6 +24971,7 @@ packages: /lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + dev: false /lodash.difference@4.5.0: resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} @@ -28451,6 +27731,7 @@ packages: /react-beautiful-dnd@13.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ==} + deprecated: 'react-beautiful-dnd is now deprecated. Context and options: https://github.com/atlassian/react-beautiful-dnd/issues/2672' peerDependencies: react: ^16.8.5 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.5 || ^17.0.0 || ^18.0.0 @@ -28560,7 +27841,7 @@ packages: '@formatjs/intl-displaynames': 6.5.2 '@formatjs/intl-listformat': 7.4.2 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.80 + '@types/react': 17.0.83 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.3 react: 17.0.2 @@ -28582,7 +27863,7 @@ packages: '@formatjs/intl-displaynames': 6.5.2 '@formatjs/intl-listformat': 7.4.2 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.80 + '@types/react': 17.0.83 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.5.3 react: 17.0.2 @@ -28703,7 +27984,7 @@ packages: react: 17.0.2 dev: false - /react-select@5.8.0(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /react-select@5.8.0(@types/react@17.0.83)(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 @@ -28711,7 +27992,7 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@floating-ui/dom': 1.2.6 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -28719,12 +28000,12 @@ 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.80)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-select@5.8.1(@types/react@17.0.80)(react-dom@17.0.2)(react@17.0.2): + /react-select@5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -28732,7 +28013,7 @@ packages: dependencies: '@babel/runtime': 7.24.5 '@emotion/cache': 11.13.5 - '@emotion/react': 11.11.4(@types/react@17.0.80)(react@17.0.2) + '@emotion/react': 11.11.4(@types/react@17.0.83)(react@17.0.2) '@floating-ui/dom': 1.6.12 '@types/react-transition-group': 4.4.11 memoize-one: 6.0.0 @@ -28740,16 +28021,16 @@ 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.80)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-select@5.8.1(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==} + /react-select@5.9.0(@types/react@17.0.83)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 dependencies: '@babel/runtime': 7.24.5 '@emotion/cache': 11.13.5 @@ -28761,21 +28042,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.83)(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - dev: false - - /react-textarea-autosize@8.4.0(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-YrTFaEHLgJsi8sJVYHBzYn+mkP3prGkmP2DKb/tm0t7CLJY5t1Rxix8070LAKb0wby7bl/lf2EeHkuMihMZMwQ==} - engines: {node: '>=10'} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@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.80)(react@17.0.2) + use-isomorphic-layout-effect: 1.2.0(@types/react@17.0.83)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -28951,9 +28218,11 @@ packages: engines: {node: '>=4'} dependencies: regenerate: 1.4.2 + dev: false /regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + dev: false /regenerator-runtime@0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} @@ -28962,6 +28231,7 @@ packages: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.24.5 + dev: false /regexp.prototype.flags@1.5.0: resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} @@ -28981,6 +28251,7 @@ packages: regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.2.0 + dev: false /registry-auth-token@4.2.2: resolution: {integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==} @@ -29015,6 +28286,7 @@ packages: hasBin: true dependencies: jsesc: 0.5.0 + dev: false /rehype-react@7.2.0(@types/react@17.0.83): resolution: {integrity: sha512-MHYyCHka+3TtzBMKtcuvVOBAbI1HrfoYA+XH9m7/rlrQQATCPwtJnPdkxKKcIGF8vc9mxqQja9r9f+FHItQeWg==} @@ -29121,6 +28393,7 @@ packages: /require-package-name@2.0.1: resolution: {integrity: sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==} + dev: false /requireindex@1.2.0: resolution: {integrity: sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==} @@ -31329,6 +30602,7 @@ packages: /unicode-canonical-property-names-ecmascript@2.0.1: resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} engines: {node: '>=4'} + dev: false /unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} @@ -31336,14 +30610,17 @@ packages: dependencies: unicode-canonical-property-names-ecmascript: 2.0.1 unicode-property-aliases-ecmascript: 2.1.0 + dev: false /unicode-match-property-value-ecmascript@2.2.0: resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} engines: {node: '>=4'} + dev: false /unicode-property-aliases-ecmascript@2.1.0: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} + dev: false /unicoderegexp@0.4.1: resolution: {integrity: sha512-ydh8D5mdd2ldTS25GtZJEgLciuF0Qf2n3rwPhonELk3HioX201ClYGvZMc1bCmx6nblZiADQwbMWekeIqs51qw==} @@ -31624,19 +30901,6 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} - peerDependencies: - '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.80 - react: 17.0.2 - dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.83)(react@17.0.2): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: @@ -31650,18 +30914,17 @@ packages: react: 17.0.2 dev: false - /use-latest@1.2.1(@types/react@17.0.80)(react@17.0.2): - resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} + /use-isomorphic-layout-effect@1.2.0(@types/react@17.0.83)(react@17.0.2): + resolution: {integrity: sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==} peerDependencies: '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true dependencies: - '@types/react': 17.0.80 + '@types/react': 17.0.83 react: 17.0.2 - 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.83)(react@17.0.2): diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index f0714d5af8..a45bf6ac6c 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -17,22 +17,22 @@ "@commercetools-frontend/assets": "workspace:*", "@commercetools-frontend/constants": "workspace:*", "@commercetools-frontend/react-notifications": "workspace:*", - "@commercetools-uikit/accessible-button": "19.17.1", - "@commercetools-uikit/card": "19.17.1", - "@commercetools-uikit/design-system": "19.17.1", - "@commercetools-uikit/grid": "19.17.1", - "@commercetools-uikit/icon-button": "19.17.1", - "@commercetools-uikit/icons": "19.17.1", - "@commercetools-uikit/link": "19.17.1", - "@commercetools-uikit/spacings": "19.17.1", - "@commercetools-uikit/text": "19.17.1", - "@commercetools-uikit/text-field": "19.17.1", - "@commercetools-uikit/text-input": "19.17.1", + "@commercetools-uikit/accessible-button": "19.20.1", + "@commercetools-uikit/card": "19.20.1", + "@commercetools-uikit/design-system": "19.20.1", + "@commercetools-uikit/grid": "19.20.1", + "@commercetools-uikit/icon-button": "19.20.1", + "@commercetools-uikit/icons": "19.20.1", + "@commercetools-uikit/link": "19.20.1", + "@commercetools-uikit/spacings": "19.20.1", + "@commercetools-uikit/text": "19.20.1", + "@commercetools-uikit/text-field": "19.20.1", + "@commercetools-uikit/text-input": "19.20.1", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@flopflip/react-broadcast": "14.0.2", "@rollup/plugin-graphql": "2.0.4", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router-dom": "^5.3.3", "@types/uuid": "^9.0.3", diff --git a/website-components-playground/package.json b/website-components-playground/package.json index f9f80e9020..83569702a0 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@commercetools-frontend/application-config": "workspace:*", "@types/history": "^4.7.11", - "@types/react": "^17.0.80", + "@types/react": "^17.0.83", "@types/react-dom": "^17.0.19", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "4.3.1",